/* Nav Main CSS
 * Copyright 2010 WebCamp One, LLC
 * Jim Pietrangelo, webcampone.com
 * For: All4Hym
*/
nav#navMain {
	position: relative;
	display: block;
	width: 100%;
	height: 27px;
	margin-top: -30px;
	font-size: 1.4em;
	z-index: 10;   
    opacity: .95;  	
	border-top: 1px solid #A56C03;
	border-bottom: 2px solid #A56C03;
	box-shadow: rgba(0,0,0,0.6) 0px -3px 5px;
	-moz-box-shadow: rgba(0,0,0,0.6) 0px -3px 5px;
	-webkit-box-shadow: rgba(0,0,0,0.6) 0px -3px 5px;
	background: #3F2301; }
	ul#navM {
		position: relative;
		display: block;
		width: 100%;
		height: 100%;
		background: transparent;
		float: left; }
		ul#navM > li {
			position: relative;
			display: inline-block;
			width: auto;
			height: 27px;
			margin-top: 0px;
			background: transparent;
			float: left; }
			ul#navM > li ul {
				position: absolute;
				display: none;
				width: auto;
				height: auto;
				background: rgb(32,74,113); }
			ul#navM > li:focus ul,
			ul#navM > li:hover ul {
				display: block; }
				ul#navM > li ul li {
					position: relative;
					display: block;
					width: auto;
					border-top: 2px solid #A56C03;
					white-space: nowrap; }
		ul#navM > li a {
			display: block;
			width: auto;
			height: auto;
			padding: 6px 10px 7px;
			text-align: center;
			font-variant: small-caps;
			text-shadow: 1px 1px 1px #713C00;
			filter: dropshadow(color=#713C00, offx=1, offy=1);				
			font-weight: bold;		
			background: transparent; }
			ul#navM > li ul li a {
				text-align: left; }
			ul#navM li a:link,
			ul#navM li a:visited,
			ul#navM li a:active {
				color: #FFC467; }
			ul#navM li a:focus,
			ul#navM li a:hover {
				color: #fff;
				text-decoration: none; }
				
/* Highlight selected menu item */
body#home ul#navM > li a.mHome,
body#about ul#navM > li a.mAbout,
body#bios ul#navM > li a.mBios,
body#store ul#navM > li a.mStore,
body#calendar ul#navM > li a.mCalendar,
body#event ul#navM > li a.mCalendar,
body#news ul#navM > li a.mNews,
body#links ul#navM > li a.mLinks,
body#gallery ul#navM > li a.mGallery,
body#contact ul#navM > li a.mContact {
	color: #fff; }