/* Main Navigation */
@media screen, projection, print
{
#menu {color:White;width:945px; height:40px; position:relative; z-index:100;font-family:arial, sans-serif;  padding-left: 5px; background: url("images/nav.jpg") no-repeat;}
/*#menu {width:930px; width:929px; }*/
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:150px;}
#menu li {float:left;width:150px;position:relative;}
#menu a, #menu a:visited {display:block;font-size:12px;text-decoration:none; width:150px; height:31px; padding-top: 5px; line-height:29px; font-weight:bold; text-transform:uppercase; text-align:center; color:White}
#menu ul ul a, #menu ul ul a:visited {color:White; border-bottom:1px solid #ccc; border-width:1px 0 1px 1px; font-weight:normal; text-transform:none; text-align:left;}
#menu ul ul a.nodrop, #menu ul ul a.nodrop:visited {background:#0154d8 url(images/grey-only.gif) no-repeat 160px center;}
#menu ul ul a.drop, #menu ul ul a.drop:visited {background:#0154d8 url(/images/grey-arrow.gif) no-repeat 160px center;}
#menu ul ul a.drop:hover{background:#0763f5 url(images/yellow-arrow.gif) no-repeat 160px center;}
#menu ul ul a.nodrop:hover{background:#0763f5 url(images/white-only.gif) no-repeat 160px center;}
#menu ul ul a:hover > a.drop {background:#0763f5 url(images/yellow-arrow.gif) no-repeat 160px center;}
#menu ul ul a:hover > a.nodrop {background:#0763f5 url(images/white-only.gif) no-repeat 160px center;}
#menu ul ul ul a, #menu ul ul ul a:visited {background:#0154d8; width:150px;}
#menu ul ul ul a:hover {background:#0763f5;}
#menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:160px;border-top:1px solid #ccc;}
/* another hack for IE5.5 */
#menu ul ul {top:34px;}
#menu ul ul ul{left:170px; top:-1px; width:160px;}
#menu ul ul ul.left {left:-160px;}
#menu table {position:absolute; top:0; left:0; border-collapse:collapse;}
#menu ul ul a, #menu ul ul a:visited {background:#0154d8; color:White; height:auto; line-height:1em; padding:5px 10px; 
width:150px;border-width:0 1px 1px 1px;}
/* yet another hack for IE5.5 */
#menu ul ul a, * html #menu ul ul a:visited {width:150px;}
#menu a:hover, #menu ul ul a:hover{color:White; background:#0763f5;}
#menu :hover > a, #menu ul ul :hover > a {color:White; background:#0763f5;}
#menu :hover > a {color:White; background-image:url(images/main-nav-hover-bg.jpg);  background-repeat:repeat-x;}
#menu ul ul :hover > a {color:White; background:#0763f5;}

#menu ul li:hover ul,
#menu ul a:hover ul{visibility:visible; }
#menu ul :hover ul ul{visibility:hidden;}
#menu ul :hover ul :hover ul{ visibility:visible;}
}