/* Main Horizontal Navbar */

ul#navM {
	width: 100%;
	font-size: 1.1em;	
	list-style: none;
	vertical-align: bottom;
	z-index: 100;
}

ul#navM li {
	float: left;
}

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

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

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