.Menu {
	width:1002px;
	height:44px;
	margin:0 auto;
	background:url(/templates/193/images/navigation-bg.gif);
	background-repeat: no-repeat;
	background-position: center top;
	position:relative;
	overflow:hidden;
}
.Menu ul{
	display:inline;
}
.Menu li {
	display: inline;
	float:left;
	text-align:center;
	height:40px;
}
.Menu a {
	display: block;
	float:left;
	font-family: navigation;
	font-size:17px;
	font-weight: normal;
	color:#c8c8c8;
	text-decoration:none;
	text-transform: uppercase;
	text-shadow: #080911 2px 2px 2px;
	padding-top:12px;
	margin-left:25px;
	margin-right:25px; 
}
.Menu a:hover, .Menu a.Menu-Selected {
	color: #ffffff;
}

