﻿.MenuBarB
{
 font: bold 12px Verdana;
 width: 100%;
 color :Black;

}

.StaticMenuItemB
{
/*display: block;
background: #0b5783; 
color: white;
border-right: 1px solid #778;
color: #2d2b2b;
text-decoration: none;
 font: bold 12px Verdana;*/
}
.StaticMenuItemSyleB
{
display: inline-block;
color :Black;
padding: 0px 3px 0px 3px;
border-left-width:0;
border-right: 1px solid gray;

text-decoration: none;
font: bold 12px Verdana;
margin: 0;
}
.DynamicMenuItemB
{
	
font: bold 12px Verdana;
width: 210px; /*width of sub menus*/
padding:0px;
border-top-width: 0;
border-bottom: 1px solid gray;
color: white;

}

.staticHoverB
{

 

 
}

.DynamicHoverB
{
 color : white;
 font: bold 12px Verdana;
 width: 210px;
 
 
}