.menulist, .menulist  ul {
clear:both;
 margin: 0;
 padding: 0;
 list-style: none;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 1.0em; 
 margin-top: 8px; /* I'm using ems and px to allow people to zoom their font */
 left: -1px;
}
.menulist ul ul {
 /*top: -1px;*/ margin-top: 0;
 left: 195px;
}
.menulist li {
 float: left;
 display: block;
 position: relative;
 background: #102873;
 border-left: 1px solid #FFFFCE;
 border-bottom: 1px solid #FFFFCE;
 width:196px;
}
.menulist .menulast {
width:198px;
}
.menulist ul li {
 float: none;
 margin-right: 0;
 margin-bottom: -1px;
 border: 1px solid #FFFFCE;
}
.menulist ul>li:last-child {
 margin-bottom: 1px; /* Mozilla fix */
}
.menulist a,
.menulist a:visited {
 display: block;
 padding: 3px;
 color: #FFFFCE;
 text-decoration:  none;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #102873;
 background-color: #FFD44A;
}
.menulist a.highlighted {
 color: #102873;
 background-color: #FFD44A;
}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind {
 display: block;
 float: right;
}
.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
.menulist a {
 float: none;
}
*+html .menulist ul li {
 float: left;
 height: 1%;
}
*+html .menulist ul a {
 height: 1%;
}
* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}
