*
#Menu
{
	width: 900px;
	height: 54px;
	display: block;
}

#Menu a
{
	width: 130px;
	height: 54px;
	float: left;
	background: url("IMAGES/menu.gif") top left no-repeat;
	color: #2a5e9d;
	text-decoration: none;
	font-weight: bold;
	font-size: 15px;
}

#Menu a span
{
	margin-left: 38px;
    
}

#Menu a:hover, #Menu a.active
{
	background-position: -150px 0px;
}