﻿
.MainMenu
{
	/*width:970px;*/
	width: 735px;
	height:32px;
	text-align:left;
	padding-bottom:0px;
	padding-left:15px;
	padding-right:0px;
	font-family: Arial;
	background-color: #d4cdb5;
}
.Static
{

	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #525050;
	background-color: #d4cdb5;
	text-align: center;
	height: 25px;
}
.StaticMenuItem
{

	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #525050;
	background-color: #d4cdb5;
	text-align: center;
	height: 25px;
}
.StaticHover
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #006699;
	text-align: center;
	height: 25px;
	text-decoration: underline; 
	 
}
.StaticSelected
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: black;
	text-align: center;
	height: 25px;
	text-decoration: none;
	 
}
.StaticHover_withBackground
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #0000cc;
	background-color: #dcdcdc;
	text-align: center;
	height: 25px;
	 
}
.StaticSelected_withBackground
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: black;
	background-color: #dcdcdc;
	text-align: center;
	height: 25px;
	 
}
.Dynamic
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #6e6458;
	background-color: transparent;
	text-align: left;
	height: 0px;
	margin-top: -105px;
	width: 125px;

}
.DynamicMenuItem
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #6e6458;
	background-color: #d4cdb5;
	text-align: left;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	width: 125px;
}
.DynamicHover
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #006699;
	text-align: left;
	height: 25px;
	text-decoration: underline;
}
.DynamicSelected
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #666633;
	text-align: left;
	height: 25px;
	text-decoration: none;
	 
}
.DynamicHover_withBackground
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #006699;
	background-color: #dcdcdc ;
	text-align: left;
	height: 25px;
}
.DynamicSelected_withBackground
{
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #666633;
	background-color: #dcdcdc;
	text-align: left;
	height: 25px;
}
.IE8Dynamic  
{  
    z-index: 1;  
    font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #6e6458;
	background-color: transparent;
	text-align: left;
	margin-top: -105px;
	width: 125px;
}
.IE8DynamicMenuItem
{
	z-index: 1;  
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #6e6458;
	background-color: #d4cdb5;
	text-align: left;
	height: 25px;
	padding-left: 5px;
	padding-top: 5px;
	width: 125px;
}
.IE8DynamicHover
{
	z-index: 1;  
	font-family: Arial;
	font-size: x-small;
	font-weight: bold;
	color: #006699;
	text-align: left;
	height: 25px;
	text-decoration: underline;
}