
#pad {height:41px;}
#menu {padding:0; margin:0; list-style:none; height:45px; position:relative; z-index:500; font:13pt Arial, Helvetica, sans-serif;  }
#menu li {
	float:left;
	height:45px;
	line-height:45px;
	font-family:"Trebuchet MS", Arial, Helvetica, sans-serif;
	font-size:13px;
	text-shadow: 0.1em 0.1em #000000;
	font-weight:bold;
	background:url(/images/menu_border.jpg);
	background-repeat:no-repeat;
	background-position:right bottom;
	 }
#menu li a {
	text-decoration:none;
	color:#FFF;
	padding-left:24px;
	padding-right:24px;
	display:block;
	 }


#menu table {border-collapse:collapse; width:0; height:0; position:absolute; top:0; left:0;}

/* Default link styling */

/* Style the list OR link hover. Depends on which browser is used */

#menu li a:hover {
	z-index:200; 
	position:relative;
	text-decoration:none;
	color:#FFF;
	background:url(/images/main_menu_hover.jpg);
	background-repeat:repeat-x;
	background-position:left top;
	 }
#menu li:hover {position:relative; z-index:200; }

#menu li:hover > a {color:#FFF; }
#menu li:hover > a.sub {color:#FFF; }

#menu .current {color:#F59F27; }

#menu li a.sub {}
#menu li.current a.sub {color:#019966;  }
#menu sub ul li
{
	padding:0;
	margin:0;
}

#menu :hover ul {left:0; top:45px; width:250px; background:#2B81CA;}

/* keep the 'next' level invisible by placing it off screen. */
#menu ul, 
#menu :hover ul ul {position:absolute; left:-9999px; top:-9999px; width:0; height:0; margin:0 2px 0 0; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:212px; top:-1px; background:#2B81CA; white-space:nowrap; width:210px; z-index:200; height:auto;}

#menu :hover ul li {margin:0 0 0px 0;border-top:1px solid #E1E1E1; padding:0;height:34px !important; line-height:34px !important; }
#menu :hover ul li a {width:212px; padding:0; text-indent:10px; background:#2B81CA; color:#FFFFFF;}
#menu :hover ul li a.fly {background:#2B81CA url(/images/right_arrow.gif) no-repeat right center;}

#menu :hover ul :hover {background-color:#2B81CA; color:#000000; height:34px !important; line-height:34px !important;}
#menu :hover ul :hover a.fly {background-color:#2B81CA; color:#000000;}

#menu :hover ul li.currentsub a {background:#000000;color:#FFFFFF;}
#menu :hover ul li.currentsub a.fly {background:#000000;color:#fff;}

#menu :hover ul :hover ul li a { width:210px; padding:0; text-indent:10px; background:#000000; color:#FFFFFF;}
#menu :hover ul :hover ul :hover {background-color:#2B81CA; color:#FFFFFF;}

#menu :hover ul :hover ul li.currentfly a,
#menu :hover ul :hover ul li.currentfly a:hover {background:#2B81CA; color:#FFFFFF;}
