@charset "utf-8";
/* CSS Document */

.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #804100;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	background-color: #E9E807;
}

.sidemenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #804100;
	text-decoration: none;
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
	background-color: #E9E807;
}

a.topmenu, a.topmenu:link, a.topmenu:visited {
	display:block;
	width:150px;
	height:30px;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:14px;
	color:#FFFFFF;
	line-height:30px;
	overflow:hidden;
	float:left;
	font-weight: bold;
	background-image: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	background-color: #223F99;
}

a.topmenu:hover {
	color:#FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	background-color: #DFE0FF;
} 

