﻿.MenuBar
{
 font: bold 12px Verdana;
 background: #062f6b;
 width: 700px;
 color : white;

}

.StaticMenuItem
{
/*display: block;
background: #062f6b; 
color: white;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
 font: bold 12px Verdana;*/
}
.StaticMenuItemSyle
{
display: inline-block;
background: #062f6b; /*background of tabs (default state)*/
color: white;
padding: 5px;
border-left-width:0;
border-right: 1px solid gray;
color: #2d2b2b;
text-decoration: none;
font: bold 12px Verdana;
margin: 0;
}
.DynamicMenuItem
{
	
font: bold 12px Verdana;
width: 210px; /*width of sub menus*/
padding: 5px;
border-top-width: 0;
border-bottom: 1px solid gray;
background: #062f6b;
color: white;

}

.staticHover
{
 background : maroon; /*tab link background during hover state*/
 color : white;
 font: bold 12px Verdana;
 

 
}

.DynamicHover
{
 background : maroon; /*tab link background during hover state*/
 color : white;
 font: bold 12px Verdana;
 width: 210px;
 
 
}