.mainmenu  {
        background : #0b8208
 	color : #ffffff;
 	font-family : Verdana,Ariali,sans-serif;
 	font-size : 10px;
 	font-weight : bold;
 	height : 15px;
 	margin : 0 0 1px 1px;
 	padding : 0px 0px 0px 10px;
 	position : relative;
 	width : 125;
}
.mainmenu a  {
 	color : #ffffff;
 	text-decoration : none;
}
.mainmenu a:hover  {
	COLOR : #e9e87e; 
	TEXT-DECORATION : underline;
}
.sidemenu  {
 	border : 1px solid #000000;
 	background-color : #82c480;
 	color : #000000;
 	margin : -1px 0 0 0;
 	position : absolute;
 	left : 125;
 	top : 0;
 	display : none;
 	width : 125;
 	padding : 0px 0px;
 	z-order : 99;
}

