.menulist, .menulist ul {
 margin: 0;
 padding: 1px;
 width: 170px;
 list-style: none;
 FONT-SIZE: 10pt;
}
.menulist li ul {
 margin: 0;
 padding: 1px;
 width: 170px;
 list-style:none;
 background: #F0F0F8 url(listmenu_o.png) left repeat-y;  
 border: 1px solid #654; 
 text-align:left;
}
.menulist ul {
 display: none;
 position: absolute;
 top: 0;
 left: 170px;
 FONT-SIZE: 10pt;
}
.menulist li {
 position: relative;
}
.menulist li a {
 display: block; 
 color: #000;
 text-decoration: none;
 border-bottom: 1px dotted silver;
 padding:5px;
 FONT-SIZE: 10pt;
 text-align : left;
 padding-left:10px;
 }
.menulist li a:visited {
	COLOR: #000000;FONT-FAMILY:Arial; FONT-SIZE: 10pt; 
}
* html .menulist li a {
 border-width: 1;
 margin: 1px;
 FONT-SIZE: 10pt;
}
.menulist a:hover, .menulist a.highlighted:hover, .menulist a:focus {
 display: block; 
 color: #95C52B;
 text-decoration: none;
 border-bottom: 1px solid silver;
 padding:5px;
 padding-left:10px;
 FONT-SIZE: 10pt;
 text-align : left;
 color: blue;
 background-color: #46A;
 background: url(menutab.png) no-repeat center right;
 }
.menulist a:active {
 color: #222299;
 display: block; 
 color: #000;
 text-decoration: none;
 border-bottom: 1px solid silver;
 padding:5px;
 FONT-SIZE: 10pt;
 text-align : left;
 color: black;
 background-color: #46A;
 margin: 0;
 background: url(menutab.png) no-repeat center right;
 padding-left:10px;
 }
.menulist a.highlighted {
 color: #FFF;
 background-color: #68C;
 /* border: 1px solid #CDE; */
 margin: 0;
 FONT-SIZE: 10pt;
}
.menulist a .subind {
	
 background: url(right.gif) no-repeat center right;
 float: right;
 FONT-SIZE: 10pt;
 padding:0;
 margin:0;
}
*:first-child+html .menulist li {
 float: left;
 width: 100%;
 FONT-SIZE: 10pt;
}
* html .menulist li {
 float: left;
 height: 1%;
 FONT-SIZE: 10pt;
}
* html .menulist a {
 height: 1%;
 FONT-SIZE: 10pt;
 }