#pad {height:140px;}
#menu {padding:0; margin:0; list-style:none; height:20px; position:relative; z-index:500; font-family:arial, verdana, sans-serif; top:10px; vertical-align:bottom;}
#menu li {float:left; margin-right:1px;}


#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;color:#ffffff; }
#menu li:hover {position:relative; z-index:200;}

/*#menu li:hover > a {color:#fff; background:#FF0000;}*/
/*#menu li:hover > a.sub {color:#FFFFFF; background-color:#000000;}*/

/*#menu li.current a {color:#fffffff; background:#000000;}*/

#menu li a.sub {}
#menu li a.sub:hover { color:#000000; }
/*#menu li.current a.sub {color:#ffffff; background:#000000 url(down-arrow.gif) no-repeat right center;;}*/

#menu :hover ul {left:20px; top:30px; width:80px; background:#444;}

/* 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; padding:0; list-style:none;}

#menu :hover ul :hover ul
{left:120px; top:-1px; background:#222; white-space:nowrap; width:100px; z-index:200; height:auto;}

/*drop down controls*/
#menu :hover ul li {
	margin:0px; 
	border-bottom:1px solid #FFFFFF;
	border-left:1px solid #FFFFFF;
	border-right:1px solid #FFFFFF;
}

/* main navigation titles */
#menu li a {display:block; float:left; height:20px; line-height:20px; color:#FFFFFF; text-decoration:none; font-size:16px; font-weight:bold; padding:0 20px 0 20px;}

/* drop down navigation titles */
#menu :hover ul li a {width:150px; padding:0; text-indent:5px; background:#ED6804; color:#000000; height:30px; text-align:left; font-size:12px;}
#menu :hover ul :hover {background-color:#3188F9; color:#FFFFFF;} /*drop down hover color*/



