﻿#mainmenu {
	width: 210px;
	height: 35.5%;
	float: right;
	overflow: visible;
	position: fixed;
	padding: 0px;
	background-image: url('../img/bg_white_45.png');
	background-repeat: repeat;
	border-bottom-right-radius: 15px;
	border-bottom-left-radius: 15px;
	margin: 0% 0px 0px 20px;
	font-size: 17px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
	text-shadow: 2px 2px 2px #ffffff;
}
#mainmenu ul {
	margin: 3.5% 0px 0px 0px;
	padding: 0px;
}
#mainmenu li {
	list-style-type: none;
	padding: 0px;
	margin: 0px;
}
.active {
	background-image: url('../img/bg_white_35.png');
	background-repeat: repeat;

}
#mainmenu .active a {
	color: #FFFFFF;
	text-shadow: 1px 1px 0px #000000;

}
#mainmenu a {
	color: #000000;
	text-decoration: none;
	-webkit-transition: color 0.15s ease;
	-moz-transition: color 0.15s ease;
	-o-transition: color 0.15s ease;
	transition: color 0.15s ease;
	display: block;
	padding-right: 26px;
	padding-left: 26px;
	width: 210px;
	font-size: 16px;
	font-family: "Lucida Sans", "Lucida Sans Regular", "Lucida Grande", "Lucida Sans Unicode", Geneva, Verdana, sans-serif;
}
#mainmenu a:hover {
	color: #FFFFFF;
	background-image: url('../img/bg_white_20.png');
	background-repeat: repeat;
	text-shadow: 1px 1px 0px #000000;
}
#content {
	overflow: auto;
	width: 900px;
	height: 50%;
	margin: 0px auto 0px auto;
	padding: 0px;
}