.mainmenu, .mainmenu li ul{
list-style-type: none;
margin: 0;
padding: 0;
width: 164px; /*WIDTH OF MAIN MENU ITEMS*/
border: 2px white solid;
}
.mainmenu li{
position: relative;
}
.mainmenu li a{
background: #e7dfee;
font: 12px Verdana, Helvetica, sans-serif;
color: black;
display: block;
width: auto;
padding: 5px 0;
padding-left: 10px;
text-decoration: none;
border-bottom: 2px white solid;
}
.mainmenu li a.header{
	cursor:default;
}
.mainmenu li.first a{
background: #e7dfee url(../images/menutop_off.png) no-repeat top;
}
.mainmenu li.last a{
background: #e7dfee url(../images/menubottom_off.png) no-repeat bottom;
border-bottom: none;
}
.mainmenu li ul{ /*SUB MENU STYLE*/
position: absolute;
width: 164px; /*WIDTH OF SUB MENU ITEMS*/
top: 0;
margin-left:-1px;
display: none;
}
.mainmenu li ul li{
float: left;
}
.mainmenu li ul a{
width: 154px; /*WIDTH OF SUB MENU ITEMS - 10px padding-left for A elements */
}
.mainmenu .arrowdiv{
position: absolute;
right: 2px;
background: transparent url(../images/arrow.png) no-repeat center right;
}
.mainmenu li a:visited, .mainmenu li a:active{
color: black;
}
.mainmenu li a:hover{
background-color: #D7C9E2;
}
.mainmenu li.first:hover a{
background: #D7C9E2 url(../images/menutop_on.png) no-repeat top;
}
.mainmenu li.last:hover a{
background: #D7C9E2 url(../images/menubottom_on.png) no-repeat bottom;
border-bottom: none;
}

/* Holly Hack for IE \*/
* html .mainmenu li { float: left; height: 1%; }
* html .mainmenu li a { height: 1%; }
/* End */