.menulist, .menulist ul {

margin: 0;

padding: 0 1px 1px 1px;

width: 120px;

list-style: none;

background: #F3F3F3 url(listmenu_o.png) left repeat-y;

border-left: 1px solid #DBDADF;
border-right: 1px solid #DBDADF;
border-bottom: 1px solid #DBDADF;
border-top: 1px solid #DBDADF;


}





.menulist ul {

display: none;

position: absolute;

top: 0;

left: 170px;


}





.menulist li {

position: relative;


}



.menulist li a {

display: block;

font-family: Arial;
color: #F3F3F3;
font-size: 9pt;
font-weight: bold;
font-stretch:expanded;

padding: 3px 4px 3px 30px;

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: #FFF;

font-family: Arial;
font-size: 9pt;
font-weight: bold;
font-stretch:expanded;


background-color: #98725B;

padding: 2px 5px 4px 29px;

border: 1px solid #ffffff;

margin: 0;

}

.menulist a.highlighted {

color: #000000;
font-family: Arial;

font-size: 9pt;
font-weight: bold;
font-stretch:expanded;

background-color: #ffffff;

border: 1px solid #F2F2F2;

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%;

}

