/* Main Horizontal Navbar */

ul#navM {
	position: absolute;
	top: 0px;
	left: 0;
	width: 100%;
	height: 32px;
	font-size: 1.1em;
	list-style: none;
	border-width: 2px 0 1px;
	border-style: solid;
	border-top-color: #000;
	border-bottom-color: #4c4c4c;	
	background: #750303;
	z-index: 99;
}

ul#navM li {
	float: left;
}

ul#navM li.floatR {
	width: 170px;
	height: 31px;
	z-index: 200;	
}

ul#navM a:link,
ul#navM a:visited,
ul#navM a:active {
	display: block;
	min-width: 40px;
	padding: 8px 10px 8px;
	text-align: center;
	font-variant: small-caps;
	letter-spacing: 1px;
	border-left: 1px solid #fff;
	text-decoration: none;
	font-weight: bold;	
	color: #fff;	
}

ul#navM a:focus,
ul#navM a:hover {
	background-color: #c0a1a2;
	color: #fff;
}

ul#navM > li:first-child a {
	border-left: none;
}

body#about a#aAbout,
body#coinop a#aCoinop,
body#top10 a#aTop10, 
body#services a#aServices,
body#process a#aProcess,
body#ethics a#aEthics,
body#contact a#aContact,
body.league a#aLeagues {
	background-color: #fff;
	color: #750303;
}