.Header
{
	background-image:url('Shared/Images/nav_off.jpg');
	height:27px;
	text-align:center;
	color:#242242;
}
.HeaderMenuItem
{
	width:75%;
	padding-right:7px;
	padding-left: 7px;
	color:#242242;

}
.HeaderOver
{
	background-color:#A3B971;
	background-image:url('Shared/Images/nav_over.jpg');
	height:27px;
	text-align:center;
	color:#242242;
	
}
/*{
	opacity: 0.35;
	filter: alpha(opacity=35);
	height:27px;
	background-color:#3E5327;
	color:Black;
}
*/

.DropDownMenu
{

	/*
	border-style:solid;
	border-width:1px;
	border-color:#afaaa4;
*/


}
DropDownMenu a
{
	text-decoration:none;
	
}


.SubMenuItem
{
	background-color:#efeae4;
	width:220px;
	color:#302D50;
	/*padding-bottom: 4px;
	padding-top: 4px;
	padding-left: 3px;
	padding-right: 3px;*/
	padding: 3px;
	border-bottom-color:#afaaa4;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-left-color:#A3B971;
	border-left-style:solid;
	border-left-width:4px;
	border-right-color:#afaaa4;
	border-right-style:solid;
	border-right-width:1px;	
	/*--Do not remove display:block--
	display:block;*/

}

.SubMenuHover
{
	background-color:#e4e2db;/*d2cdc7*/
	width:220px;
	text-decoration:none;
}
.SubMenuHover a:visited
{
	text-decoration:none;
	width:220px;
}
.SubMenuHover a:link
{
	text-decoration:none;
}
.SubMenuItem a:visited
{
	text-decoration:none;
}
.SubMenuItem a:link
{
	text-decoration:none;
}
.MainMenu a:link
{
	text-decoration:none;
}
.MainMenu a:visited
{
	text-decoration:none;

}
