@charset "utf-8";
/* Drop Down Menu Styles */

/*  NavMenu styles start here */
 .TabList {
     margin:0;
     padding:0;
 }

 /*top level links */
 #nav ul {
     padding:0 0 0 5px;
     margin:0;
     list-style:none;
     float:left;
     text-align:center;
 
 }
 /* Menu Items ---- Settings here cascade down */
 #nav li {
   position:relative;
   float:left;
   list-style: none;
   width:81px;
 }

 #nav li ul { /* second-level lists --  width of dropdowns must be set 
 here for IE6  */
  position : absolute;
  left: -999em;
  width:152px;
  padding:0px;

 }

 #nav a {
     font-size:11pt;
     display:block;
     text-decoration:none;
     color:#fff;
     font-weight:normal;
     padding:0 5px 0 0;
     height:35px;
     line-height:22px;
     font-family:Helvetica, Arial, Tahoma;
 }
 
 #nav li li a { /*2nd Level Links --- width needs to be set in order for 
 the drop downs to be vertical */
     width:100px;
     padding:0 0 0 3px;
     margin:0;
     height:25px;
     background: #ccc;
     text-align: left;
     overflow:hidden;

 }


 #nav li.SelectedTab a {background: url(images/tab.png) no-repeat bottom 
 center; color:#fff; text-align:center;}

 #nav ul li a:hover {/*font-style:italic; font-weight:bold;*/ 
 background: no-repeat bottom center;
 color: #fdaf08;}



 #nav li.SelectedTab a:hover,#nav li a.SelectedTab:hover {color: #ccc; 
 font-style:normal;}


 #nav ul li ul li a {border-left:1px solid #ffffff; border-right:1px solid #ffffff; border-bottom:1px solid #FFF;}

 /*Prevent Selected Item Dropdowns for having same properties as top 
 level selected item */
 #nav li.SelectedTab ul li a, #nav li a.SelectedTab ul li 
 a{line-height:22px; text-align:left; background: #01adef; color:#fff;}

 #nav li.SelectedTab ul li a:hover, #nav li a.SelectedTab ul li 
 a:hover{font-style: normal; text-align:left; background: #cba979; 
 color:#fff;}

 #nav li ul li a, #nav li a ul li a{line-height:22px; text-align:left; 
 background: #01adef;}

 #nav li ul li a:hover, #nav li a ul li a:hover{text-align:left; 
 font-style:normal; background: #fdaf08; color:#fff;}


 #nav .DisabledTab {
     color:#ccc;
 
 }
 /* no need to change these hover classes
 unless you need more than 4 levels */
 #nav li:hover ul ul,
 #nav li:hover ul ul ul,
 #nav li:hover ul ul ul ul,
 #nav li.iehover ul ul,
 #nav li.iehover ul ul ul,
 #nav li.iehover ul ul ul ul{
   left: -999em;
 }

 #nav li:hover ul,
 #nav li.iehover ul { /* Adjust top to move vertical postion of drop 
 down menus */
  top: 29px;
  left:0;
 }
 #nav li li:hover ul,
 #nav li li li:hover ul,
 #nav li li.iehover ul,
 #nav li li li.iehover ul { /*Adjust left to change spacing of 2nd level 
 and 3rd level menus */
  top: 0;
  left:104px;
 }
 
#mnu {
    background: url("cerofolis/nav.jpg") no-repeat scroll left top transparent;
    float: left;
    height: 29px;
    margin: 0;
    padding: 0;
    position: relative;
    width: 500px;
    z-index: 5000;
	padding-top:5px;
	padding-left:63px;
}
