.mainNav {
	position: relative;
	z-index: 23;
	width: 740px;
	height: 27px;
	background-position: left bottom;
	background-repeat: no-repeat;
	clear:both;
}

.mainNav ul {
	display: inline;
	margin: 0px;
	padding: 0px;
	vertical-align: top;
}

.mainNav ul li {
	height: 22px;
	list-style: none;
	float: left;
	padding: 0px;
	margin: 0px;
}

.mainNav ul li a {
	display: block;
	width: 100%;
	height: 100%;
}

.mainNav ul li a span {
	display: none;
}

.navDrop h2 {
	display: none;
}

.navDrop {
	z-index: 23;
	position: absolute;
	display: none;
	width: 100px;
	border-left: 2px solid #dddddd;
	border-right: 2px solid #dddddd;
	border-top: 0px solid #dddddd;
	margin: 0px;
	padding: 0px;
/*	filter: alpha(opacity=80);
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=80);
	-moz-opacity: 0.9;*/
}

.navSubDrop {
	border-top-width: 2px;
}

.navDrop ul, .navDrop li {
	list-style: none;
	list-style-position: outside;
	text-indent: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	text-decoration: none;
}

.navDrop li {
	border-bottom: 2px solid #dddddd;
	font-size: 0px;
	line-height: 12px;
	text-align: left;
}

.navDrop a {
	display: block;
	color: #ffffff;
	background-color: #3557A2;
	padding: 5px 5px 5px 13px;
	margin: 0px;
	border: 0px;
	text-decoration: none;
	font-size: 11px;
}

.navDrop a:visited {
	color: #ffffff;
	text-decoration:none;
}

.navDrop a:hover {
	background-color: white;
	text-decoration: none;
	color:#FF6600;
}
.navDrop a.subCont {
	background-image:  url(../images/base/arrow.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.navDrop a.subCont:hover {
	background-image:  url(../images/base/arrow-on.gif);
}

.nohands {
	cursor: default;
}

#navImg {
	display: block;
	width: 740px;
	height: 27px;
	margin: 0 0 -27px 0;
}

#homeNav {
	background-image: url(../images/base/homeNav.gif);
}

#AOGGEMCont {
	width: 105px;
}
#MROCont {
	width: 78px;
}
#groundCont {
	width: 141px;
}
#trainingCont {
	width: 102px;
}
#aboutCont {
	width: 96px;
}
#newsCont {
	width: 142px;
}

#AOGGEMSel {
}
#MROSel {
}
#groundSel {
}
#trainingSel {
}
#aboutSel {
}
#newsSel {
}

#MROMenu {
	width: 150px;
	margin-left: -23px;
}
#trainingMenu {
	width: 138px;
	margin-left: -15px;
}
#aboutMenu {
	width: 138px;
	margin-left: -7px;
}
#newsMenu {
	width: 148px;
	margin-left: -19px;
}
