<style type="text/css">

.arrowlistmenu{
width: 249px; height:33px; top:0px; float:left; display:block; 
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 11px Tahoma;
color: #e77817;
background:url(../khoslamachines_contant/menu_bk1.gif); filter:alpha(opacity=85); -moz-opacity:.85; opacity:.85;
width: 208px; height:24px; 
margin-left: 0px;
margin-bottom: 1px;
left:0px;
top:0px;
cursor: hand;
cursor: pointer;
float:left; text-align:left; padding-left:40px; padding-top:9px; padding-right:0px; padding-bottom:1px; margin: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background:url(../khoslamachines_contant/menu_bk1.gif); filter:alpha(opacity=50); -moz-opacity:.85; opacity:.85;
padding-left:40px; padding-top:9px; padding-right:0px; padding-bottom:1px; margin: 0px;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
width: 233px;
text-align:left;
float:left;
left:0px;
list-style-type: none;
margin: 0;
padding: 2px;
margin-left:6px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
font: bold 11px Tahoma;
color: #e77817;
background:url(../khoslamachines_contant/arrow.gif) no-repeat; background-position: 0px; margin-left:12px;
display: block;
padding: 2px 0;
padding-left: 25px; /*link text is indented 19px*/
text-decoration: none;
font-weight: bold;
border-bottom: 1px solid #dadada;
}

.arrowlistmenu ul li a:visited{
color: #e77817;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #e86119;
background-color: #F3F3F3;
}

</style>