/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/magic_menu_three.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */

#outer {width:970px; height:35px; position:relative;}
.menu {list-style-type:none;padding:0; margin: 0px }
.menu ul {list-style-type:none;padding:0;margin:0;}
.menu li {
	float:left;
	background:#36a4d9;
	margin:3px 3px 0 0;
	position:relative;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ebab00;
}
.menu li.sub {background:#36a4d9;}
.menu table {border-collapse:collapse;position:absolute;top:0;left:0;z-index:80;font-size:10px;}
.menu li a {display:block;color:#FFF;font-family:arial, sans-serif;font-size:13px; line-height:24px;width:11.86em;text-decoration:none;text-align:center;}
.menu :hover{color:#FFF; background:#105f9c;}
.menu :hover > a {color:#FFF; background:#105f9c;}
.menu ul, .menu :hover ul ul {position:absolute;left:-9999px;width:15.4em;}
.menu :hover ul{left:0px;top:24px; background:#FFF;} /* the background image is for IE7 */
.menu :hover ul :hover ul {padding:0 3px;left:15.4em;top:-3px;}

#outer p {position:absolute; right:10px; bottom:5px; margin:0; color:#fff; font-size:10px; font-family:arial, sans-serif;}