/*** General ***/
.menuList, .menuList  ul {
 margin: 0; padding: 0; list-style: none;
 float: left;
}
.menuList a {
 display: block;
 padding: 3px;
 color: #FFF;
 text-decoration: none;
}
/*** Layout ***/
.menuSep {
 float: left;
 background-color: #455356;
 width: 2px;
 padding: 0px;
 margin: 0px;
 height: 20px;
}
.menuList li {
 float: left;
 padding: 0px 0px 0px 0px;
 margin: 2px  0px 0px 5px;
 position: relative;
 font: normal 12px Arial, Helvetica, sans-serif;
 color: #FFF;
}
.menuList li ul {
 border-left: 1px solid #243E4F;
 border-bottom: 1px solid #243E4F;
 padding: 0; margin: 0;
}
.menuList ul {
 visibility: hidden;
 position: absolute;
 top: 22px; 
 left: 0px;
 width: 150px;
}
.menuList ul ul {
 top: 0px;
 left: 150px;
}
.menuList ul li {
 float: none;
 margin: 0;
 padding: 0;
 background-color: #283337;
 border-top: 1px solid #283337; border-right: 3px solid #455356; border-bottom: 1px solid #455356; border-left: 2px solid #455356;
 font: normal 11px Arial, Helvetica, sans-serif;
 color: #FFF;
}
.menuList li a:hover, .menuList li a.highlighted:hover, .menuList li a:focus {
 color: #FFF;
}
.menuList ul li a:hover, .menuList ul li a.highlighted:hover, .menuList ul li a:focus {
 color: #283337;
 background-color: #FFF;
 text-decoration: underline;
}
.menuList ul  a.highlighted {
 color: #283337;
 background-color: #FFF;
}
/* Only style submenu indicators within submenus. */
.menuList a .subind {
 display: none;
}
.menuList ul a .subind {
 display: block;
 float: right;
}
/* 'Escaped Comment' hack for horizontal menubar width in IE5/Mac */
.menuList a {
 float: left;
}
.menuList ul a {
 float: none;
}
/* \*/
.menuList a {
 float: none;
}
/* */
/* This semi-commented section exists to fix bugs in IE/Windows (the 'Holly Hack'). \*/
* html .menuList  ul li {
 float: left;
 height: 1%;
}
* html .menuList  ul a {
 height: 1%;
}
/* End Hack */
