a:link {
	color: #000000;
	text-decoration: underline;
}
a:visited {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #CC3300;
	text-decoration: underline;
}
.over {
	background-color: #DBDBDB;
}
#menu
{
	float: none;
	padding-left: 8px;
	width: 100%;
	height: 47px;
	background: url(images/menu.gif) no-repeat;
}

#menu ul {
	list-style: none;
	
}

#menu li {
	display: inline;
}

#menu a {
	display: block;
	float: left;
	width: 130px;
	height: 31px;
	text-align: center;
	text-decoration: none;
	color: #E0E7FF;
	font-weight: bold;
	font-size: 14px;
	padding-top: 15px;

}

#menu a:hover {
	width: 130px;
	height: 31px;
	color: #ffffff;
	text-decoration: underline;
	
}
