.menulist, .menulist ul {
 margin: 0;
 padding: 0px;
 width: 156px;
 list-style: none;
 z-index: 3;
}

.menulist ul {
 visibility: hidden;
 position: absolute;
 top: 0;
 left: 156px;
}

.menulist li {
 border-bottom: 1px dashed #150c50;
 position: relative;
}

.menulist li ul li {
	background: #150c50;
	border: 0;
}

.menulist li ul li a {
	font-size: 14px;
	color: #fff;
}

.menulist a {
 font-size: 16px;
 letter-spacing: 1px;
 display: block;
 padding: 3px 4px 3px 3px;
 color: #150c50;
 text-decoration: none;
 border: 1px solid transparent;
}

* html .menulist a {
 border: none;
 margin: 0;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #150c50;
 background-color: #faca00;
}

.menulist a.highlighted {
 color: #150c50;
 background-color: #faca00;
}

.menulist a .subind {
 float: right;
}

/* IE hack \*/
* html .menulist li {
 float: left;
 height: 1%;
}

* html .menulist a {
 height: 1%;
}
/* End Hack */

