
.menulist, .menulist  ul {
margin: 0;
padding: 0;
list-style: none;
}
.menulist ul {
display: none;
position: absolute;
top: 18px;
left: 0px;
width: 150px;
}
.menulist ul ul {
top: -4px; margin-top: 0;
left: 152px;
}
.menulist li {
float: left;
display: block;
position: relative;
margin-right: 5px;
}
.menulist ul li {
float: none;
margin: 0;
background:url(../_images/detach/subRep.png) repeat-y 0 0;
}

.menulist ul li.subTop{
height:4px;
background:url(../_images/detach/subTop.png) no-repeat 0px 0px;
}
.menulist ul li.subBott{
height:4px;
background:url(../_images/detach/subBott.png) no-repeat 0px 0px;
}

.menulist a {
display: block;
padding:0px 10px;
line-height:22px;
margin:0px 3px;
position: relative;
color: #001b39;
text-decoration: none;
}
*:first-child+html .menulist a{
height:22px;
}
.menulist a span{
display: block;
position: absolute;
width:3px;
height:22px;
top:0px;
}
.menulist a span.eastSide{
left:-3px;
}
.menulist a span.westSide{
left:100%;
}
.menulist a:hover,
.menulist a.highlighted,
.menulist a.sactive,
.menulist a:focus {
color: #FFF;
text-decoration: none;
background: url(../_images/detach/topButtRep.png) repeat-x 0 0;
}
.menulist a:hover span.eastSide,
.menulist a.highlighted span.eastSide,
.menulist a.sactive span.eastSide,
.menulist a:focus span.eastSide{
background:url(../_images/detach/topButtLeft.png) no-repeat 0px 0px;
}
.menulist a:hover span.westSide,
.menulist a.highlighted span.westSide,
.menulist a.sactive span.westSide,
.menulist a:focus span.westSide{
background:url(../_images/detach/topButtRight.png) no-repeat 0px 0px;
}

.menulist ul a {
padding:0px 4px;
margin:0px 7px;
font-size:11px;
color:#fff;
}
.menulist ul a:hover,
.menulist ul a.highlighted,
.menulist ul a:focus {
color: #001b39;
text-decoration: none;
background: url(../_images/detach/subRepete.png) repeat 0 0;
}
.menulist ul a:hover span.eastSide,
.menulist ul a.highlighted span.eastSide,
.menulist ul a:focus span.eastSide{
background:url(../_images/detach/subEast.png) no-repeat 0px 0px;
}
.menulist ul a:hover span.westSide,
.menulist ul a.highlighted span.westSide,
.menulist ul a:focus span.westSide{
background:url(../_images/detach/subWest.png) no-repeat 0px 0px;
}

*:first-child+html .menulist ul li {
float: left;
width: 100%;
}
* html .menulist ul li {
float: left;
height: 1%;
}
* html .menulist ul a {
height: 1%;
}
.menulist li:hover>ul {
display: block;
}
ul.menulist {
float: right;
margin-top:15px;
}