﻿.MainNav {
}
.Main_Nav_Cell 
{
	width:167px;
	text-align:center;
	font-size: 10pt;
	text-decoration: none; 
	font-family: Verdana;
	font-weight:normal;
}
.Main_Nav_Cell a {
	color: #FFFFFF;
	width:100%;
	text-decoration:none;
}
.Main_Nav_Cell a:hover {
	color: #9FA067;
}
.Main_Nav_Cell a:current {
	color: #FBBF5E;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: 1px solid #414628; /*THEME CHANGE HERE*/
	border-bottom-width: 0;
	font:normal 10px Verdana;
	line-height:20px;
	z-index:999;
	background-color: #F0E7E0;
	width: 130px;
	visibility: hidden;
}

.dropmenudiv a{
	width: auto;
	display: block;
	text-indent: 3px;
	text-align:left;
	border-bottom: 1px solid #414628; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	color: #333; 
	font-size: 10pt;
	text-decoration: none; 
	font-family: Verdana;
	font-weight:normal;
}

* html .dropmenudiv a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	color:#9FA067;
	/*background-color: #A26A2E;*/
}
