@charset "utf-8";
/* CSS Document */

.sidemenu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(../images/00menu-blank.gif);
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}

.sidemenu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-style: normal;
	font-weight: bold;
	color: #DBBEDB;
	text-decoration: none;
	background-image: url(../images/00menu-blank.gif);
	display: block;
	width: 170px;
	height: 30px;
	line-height: 30px;
	background-repeat: no-repeat;
	text-indent: 5px;
	margin: 0px;
	padding: 0px;
}

a.topmenu, a.topmenu:link, a.topmenu:visited {
	display:block;
	width:162px;
	height:30px;
	margin-top:2px;
	text-align:center;
	text-decoration:none;
	font-family:verdana, arial, sans-serif;
	font-size:12px;
	color:#020499;
	line-height:30px;
	overflow:hidden;
	float:left;
	font-weight: bold;
	background-image: url(../images/topmenu-blank.gif);
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

a.topmenu:hover {
	color:#FFFFFF;
	background-image: url(../images/topmenu-blank.gif);
} 
