.acmenus, .acmenus li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 185px; /*WIDTH OF MAIN MENU ITEMS*/
background:url(/res/new/mmen.gif) repeat-y;
}

.acmenus li{
position: relative;
line-height: 27px;
padding: 10px 1px 10px 2px;
}

.acmenus li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 220px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.acmenus li a{
background-color: #000000;
font: bold 12px Verdana, Helvetica, sans-serif;
color: white;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
}

.acmenus .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(/res/new/arrow-list.gif) no-repeat center right;
}

.acmenus li a:visited, .acmenus li a:active{
color: white;
}

.acmenus li a:hover{
text-decoration: none;
background-color:#333333;
color:#FFFFFF;
}

/* Holly Hack for IE \*/
* html .acmenus li { float: left; height: 1%; }
* html .acmenus li a { height: 1%; }
/* End */
