.menulist, .menulist ul {
margin: 0;
padding: 0;
width: 150px;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top: 0px;
left: 152px;
}
.menulist li {
position: relative;
padding-left: 3px;
background: #efefef;
}
.menulist ul>li:last-child {
margin-bottom: 1px;
}
.menulist{
}
.menulist a {
display: block;
padding: 3px;
font-size:13px;
color: #003366;
text-decoration: none;
padding:4px 0px 4px 2px;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
color: #001340;
text-decoration: none;
}
.menulist a.highlighted {
color: #001340;
background-color: #FAFAFA;
text-decoration: none;
}
.menulist a .subind {
float: right;
}
*:first-child+html .menulist li {
float: left;
width: 100%;
}
* html .menulist li {
float: left;
height: 1%;
}
* html .menulist a {
height: 1%;
color: #003366;
}
.menulist li:hover>ul {
display: block;
}
.menulist ul li {
background:#00206b;
color:#FFFFFF;
}
.menulist ul li a{
color:#FFFFFF
}
.menulist ul li a:hover{
color:#FFFFFF
}
