.mainmenu {
	background-color: #FFFFFF;
	padding-top: 100px;
}
.mainmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.mainmenu li {
	list-style-type: none;
	color: red;
	/*list-style-image: url(graphics/linkarrow.gif);*/
	/*margin: 0px;*/
	padding: 0px;
	/*display: inline;
	float: left;*/
	width: 100%;
	padding-bottom: 10px;
}
.mainmenu a {
	color: #8a9197;
	font-family: verdana;
	font-size: 11px;
	margin-right: 20px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

.mainmenu a.active {
	color: #8a9197;
	font-weight: bold;
}

.mainmenu a.nearactive {
	color: #8a9197;
}




.topmenu {
	padding-left: 20px;
	width: 700px;
}
.topmenu ul {
	list-style-type: none;
	list-style-image: none;
	margin: 0px;
	padding: 0px;
}
.topmenu li {
	width: auto;
	margin: 0px;
	padding: 0px; 
	list-style-type: none;
	list-style-image: none;
	display: inline;
	text-align: center;
}
.topmenu a {
	color: #8a9197;
	font-family: verdana;
	font-size: 11px;
	margin-right: 20px;
	padding: 0px;
	font-weight: normal;
	text-decoration: none;
}

.topmenu a.active {
	color: #8a9197;
	font-weight: bold;
	font-family: verdana;
	margin-right: 20;
	padding-top: 9px;
	padding-bottom: 9px;
}

.topmenu a.nearactive {
	color: #8a9197;
	font-weight: normal;
	background-image: url(../designs/2/graphics/menu/sitemenu_active.gif);
	background-position: center bottom;
	background-repeat: no-repeat;
}