.leftmenu, .leftmenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 149px; /*WIDTH OF MAIN MENU ITEMS*/
border: 0px solid #cccccc;
}

.leftmenu li{
position: relative;
}

.leftmenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 149px; /*WIDTH OF SUB MENU ITEMS*/
left: 0;
top: 0;
display: none;
filter:alpha(opacity=100);
-moz-opacity:1;
}

.leftmenu li a{
background: white url(../images/menu1.jpg); /*repeat-x bottom left;*/
font: 11px Verdana, Helvetica, sans-serif;
color: #030E5D;
display: block;
width: auto;
padding: 3px 0;
padding-left: 10px;
text-decoration: none;
}

.leftmenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(arrow.gif) no-repeat center right;
}

.leftmenu li a:visited, .leftmenu li a:active{
color: #030E5D;
}

.leftmenu li a:hover{
background-image: url(../images/menu2.jpg);
}

/* Holly Hack for IE \*/
* html .leftmenu li { float: left; height: 1%; }
* html .leftmenu li a { height: 1%; }
/* End */
