﻿body         { color: #000099; font-size: 12px; font-family: Tahoma; }
a:active     { color: #FF0000 }
a:visited    { color: #000080 }
	
#menu {
	width: auto;
	height: auto;
	margin: 0 auto;
}

#menu ul {
	margin: 0;
	padding: 20px 0 0 0px;
	list-style: none;
	line-height: normal;
	margin-left: 30px;
}

#menu li {
	display: none;
	text-align: center;
}

#menu a {
	display: block;
	float: left;
	margin-right: 3px;
	padding: 5px 20px 5px 20px;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 11px;
	font-weight: bold;
	color: #0ff000;
}

#menu a:hover, #menu .active a {
	background: #07BaaE;
	color: #FFFFFF;
}
