.menulist, .menulist  ul { margin: 0; padding: 0; list-style: none }
.menulist ul { 
	margin:0px;
	padding:0px;
	display: none;
	position: absolute;
	z-index:0;
	margin-top: 0px;
	width: 247px;
	background-color: #ABC2E7;
	font-weight:bold;
	border:1px solid #95B3DF;
}

.menulist ul ul {
margin-top: -21px;
left: 247px;
}

UL.sirsi { width:230px }
.menulist ul ul ul {
left: 230px;
width:200px;
}


.menulist li { float: left; display: block; position: relative; }
.menulist ul li { float: none; line-height:20px; border-bottom:1px solid #95B3DF }
.menulist ul>li:last-child { margin-bottom: 1px; }

.menulist a { display: block; margin-right: 1px; color: #000000; text-decoration: none;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFF;

}
.menulist a .subind {
 display: none;
}
.menulist ul a .subind { display: block; float: right; margin-right:5px }


.menulist a {
 float: left;
}
.menulist ul a {
 float: none;
}
/* \*/
.menulist a {
 float: none;
}

*:first-child+html .menulist ul li {
 float: left;
 width: 100%;
}

* html .menulist ul li {
 float: left;
 height: 1%;
}
* html .menulist ul a {
 height: 1%;
}

