
.menulist, .menulist ul {
 margin: 0px 0px 1px 0px;
 padding: 0px 0px 0px 0px;

 background: #E0E9F2;
 width: 142px;
 font : 11px Verdana;
 border : 1px solid #296284;
  border-bottom : 0px;
 }

/* Submenus ('ul' tags) */
.menulist ul {
 position: absolute;
 top: 0;
 left: 142px;
 display: none;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 list-style-type: none;
}


.menulist li {
 position: relative;
 border-bottom: 1px solid #296284;
 margin: 0px 0px 0px 0px;
 padding: 0px 0px 0px 0px;
 list-style-type : none;
}

.menulist a {
 display: block;
 position: relative;
 padding: 3px;
 color: #003366;
 text-decoration: none;
}
.menulist a:hover {
 color: #003366;
 background-color: #ADC0EC;
}
.menulist a.highlighted {
 color: #003366;
 background-color: #ADC0EC;
}

* html .menulist li {
 float: left;
 height: 1%;
}
* html .menulist a {
 height: 1%;
}

b, strong {
 font-weight: bold;
}
