﻿.MenuStyle
{
	width:901px;
}
.StaticMenu
{	
	padding:0px;
	background:inherit;
	height:34px;
	overflow:auto;
	margin-top:0px;
	text-align:left;
	
}
.StaticMenuItem
{
	color:#555555;
	height:34px;
	text-align:center;
	font-size:12px;
	font-family:Tahoma;
	font-weight:normal;
	padding-left:20px;
	padding-right:20px;
	padding-top:7px;
	margin:auto;
	letter-spacing:0px;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	overflow:hidden;


}

.StaticItemSelected
{
	margin-top:1px;
	height:33px;
	color:#30B5E4;
	background:white;
	
}
.StaticItemHover
{
	margin-top:1px;
	height:33px;
	color:#2A5FAA;
	background:url(Images/Menubg_hover.png) repeat-x center;

}
.DynamicItem
{
	background:#E3EAEB;
	vertical-align:middle;
	color:Green;
	width:150px;
}
.DynamicMenu
{
	background:#E3EAEB;
	width:150px;
	border: dotted 1px #2A5FAA;
	margin-left:-1px;
}
.DynamicItemHover
{
 background:Gray;
 color:Blue;
}

.DynamicSelected
{
	background:White;
}
