
.topmenu {
	background-repeat: repeat-x;
	background-position: center bottom;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #3B5998;
	border-right-color: #3B5998;
	border-bottom-color: #3B5998;
	border-left-color: #3B5998;
	height: 30px;
	font-size: 14px;
}

.topmenu a {
	color: #FFFFFF;
	text-decoration: none;
	vertical-align: middle;
	font-size:18px;
}

.topmenu a:hover {
	color: #999999;
	text-decoration: none;
	vertical-align: middle;
	font-size:18px;
}

.topmenu li {
	display: block;
	text-align: center;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #AAAAAA;
	list-style: none;
	margin-left: 20px;
	padding-left: 20px;
	float: left;
}

.topmenu ul {
	display: inline;
}


.sidemenu a {
	color:#000000;
	text-decoration: none;
	vertical-align: middle;
	font-size:18px;
}

.sidemenu a:hover {
	color:#0000ff;
	text-decoration: none;
	vertical-align: middle;
	font-size:18px;
}

