.menulist, .menulist ul {
 margin: 0;
 padding: 0px;
 margin: 0px 0px 0px 3px;
 width: 195px;
 list-style: none;
 background: #ccc;
 border: 0px;
 font-family: Arial;
 font-weight: normal;
 color: #000000;
 font-size: 12px;
 background: url('/img/menu/menu_item_bg.png') top right;
 
}
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 192px;
 background: url('/img/menu/submenu_bg.png') top right;
 
}
.menulist li {
 position: relative;
 
}

.menulist li a {
 display: block;
 padding: 3px 4px 3px 10px;
 color: #000;
 text-decoration: none;
 border: 1px solid transparent;
 margin: 0;
 
}

* html .menulist li a {
 border-width: 0;
 margin: 1px;
}

.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 color: #FFFFFF;
 background-image: url('/img/menu/menu_select.png');
 background-repeat: no-repeat;
 padding: 3px 4px 3px 10px;
 border: 1px solid transparent;
 margin: 0;
 text-decoration: none;
}

.menulist a.highlighted {
 color: #FFFFFF;
 background-image: url('/img/menu/menu_select.png');
 background-repeat: no-repeat;
 border: 1px solid transparent;
 margin: 0;
}

.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%;
 
}