/* Main Navigation */

#menu {width:945px; 
height:35px; 
position:relative; 
z-index:100;
font-family:arial, sans-serif;  
padding-left:20px;
background:url("../images/commencement-nav-bg.jpg") no-repeat; 
margin-bottom:5px;
}
#menu {width:930px; w\idth:929px; }
#menu ul {padding:0;margin:0;list-style-type:none;}
#menu ul ul {width:100px;}
#menu li {float:left;position:relative; }
#menu a, #menu a:visited {display:block;font-size:12px;text-decoration:none;  padding:9px 25px; font-weight:bold; text-transform:uppercase; text-align:center; color:#ffffff;}
#menu .longline a, #menu .longline a:visited {  }
#menu ul ul a, #menu ul ul a:visited {color:#666; border-bottom:1px solid #fff; border-width:1px 0 1px 1px; font-weight:normal; text-transform:none; text-align:left;}/* dropdown border color chagne*/
#menu ul ul a.drop, #menu ul ul a.drop:visited {background:#eb5d00 ;}/* dropdown border color change*/
#menu ul ul a.drop:hover{background:#666 ;}
#menu ul ul a:hover > a.drop {background:#666;}
#menu ul ul ul a, #menu ul ul ul a:visited {background:#666;}
#menu ul ul ul a:hover {background:#666;}
#menu ul ul {visibility:hidden;position:absolute;height:0;top:35px;left:0; width:160px;border-top:1px solid #fff;}/* dropdown text padding */
/* another hack for IE5.5 */
#menu ul ul {top:34px;t\op:35px;}
#menu ul ul ul{left:150px; top:-1px; width:150px;}
#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:#d7e2de; color:#666; height:auto; line-height:1em; padding:5px 10px; width:200px;border-width:0 1px 1px 1px;}/* dropdown text padding  and color normal stage*/
/* yet another hack for IE5.5 */
#menu ul ul a, * html #menu ul ul a:visited {width:200px;w\idth:200px;}/* dropdown width controll */
#menu a:hover {color:#666; background:#c4d1cc url(../images/nav_active_new.jpg); repeat-x;}/* dropdown mouseover color change and main menu -> on mouse over color chagne for ie6 */
#menu :hover >a {color:#666; background:#d7e2de url(../images/nav_active_new.jpg);}/* dropdown mouseover color change and main menu -> on mouse over color chagne */
#menu ul ul a:hover  {color:#666; background:#c9d3cf;  }/* dropdown mouseover color change and main menu -> on mouse over color chagne */

#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;}

  #menu ul li#current {
    /* Repeat the main color from the image */
    background: #272727 url(../images/nav_active_new.jpg);

  }



