#menu {
	position:absolute;
	top: 20px;
	width: auto;
	left: 30%;
	color: #FFFFFF;
}
#menu ul{
	width:auto;
	float:left;
	margin:0px;
	list-style:none;
	background-color: #ffffff;
	background-image: url(../images/top_grad.png);
	line-height: 30px;
	background-repeat: repeat-x;
	border-bottom-width: medium;
	border-bottom-style: solid;
	border-bottom-color: #FF0000;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 5px;
}
.top a {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #FFFFFF;
	text-decoration: none;
	font-weight: bold;
	line-height: 30px;
}
.top  a:hover {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #FF0000;
	text-decoration: none;
	background-image: url(../images/top_grad_2.png);
	background-repeat: repeat-x;
}
.top {
	font-family: "Trebuchet MS";
	font-size: 8pt;
	color: #FF3300;
	text-decoration: none;
}
