a.topmenu {



	color:  #5d5d5d;

	font: bold 16px/30px "Helvetica Neue", Helvetica, sans-serif;

	width:138px;

	text-decoration:none;

	text-transform: uppercase;

	margin-right:15px;

	padding:5px;




<?custom404_print404message();?> 
	

}

a.topmenu:hover {

	color: white;

	background-color: #99cc33;

}



.menu{

	position:absolute;

	visibility: hidden;

	font: bold 16px/30px "Helvetica Neue", Helvetica, sans-serif;

	text-decoration:none;

	text-transform: uppercase;

	

}



.menu a{

	text-align:left;

	color: #fff;

	background-color:#afafaf;

	display: block;

	text-decoration: none;

	line-height: 2em;

	padding-right: 8px;

	padding-left: 8px;

	font-size: 12px;

	margin-bottom: 0;

	margin-right: 10px;

	width: 200px;

	border-top-width: 1px;

	border-top-style: solid;

	border-top-color: #e7e7e7;

	padding-top: 3px;

	padding-bottom: 3px;

}



.menu a:hover{ /*hover background color*/

	color: white;

	background-color: #99cc33;

}

a.current_page_item {

	color: white;

	background: #99cc33;

}

