/**
LEFT MENU
**/
.menu
{
	position: static;
	top: 0px;
	left: 0px;
	width: 200px;
}

.menu a
{
	font-family: verdana;
	color: #ffffff;
	font-weight: bold;
	text-decoration: none;
	display: block;
	background-color: #AFCF36;
	height: 18px;
	border-bottom: 1px solid white;
	border-left: 7px solid #1998BB;
	padding: 5px 0 0 20px;
}

.menu a:hover
{
	color: #ffffff;
	background-color: #1998BB;
	text-decoration: none;
}

.menu .empty
{
	font-size: 2px;
	width: auto;
	height: 10px;
	padding: 5px 0 0 50px;
	background-color: #9EBE25;
	border-bottom: 1px solid white;
	border-left: 7px solid #1998BB;
	position: static;
	display: block;
	float: none;
	color: #FFFFFF;
	font-weight: bold;
}

.menu a.activelink
{
	background-color: #1998BB;
}

/**
TOP MENU
**/
.banner
{
	margin-top: -90px;
}
.top_menu
{
	text-align: center;
	font-size: 12px;
	font-weight: bold;
	padding-top: 90px;
	padding-left: 25px;
	border: 0px solid orange;
	width: 630px;
	height: 23px;
	margin-left: 10px;
	padding-left: 10px;
}
.top_menu a
{
	color: #1998BB;
	text-decoration: none;
}
.top_menu a:hover
{
	color: #147b97;
	text-decoration: none;
}