
.Menu
{
	width:185px;
 background-color:#D9D9D9;
  color:#9a0a0a;
   font-family:Tahoma;
   font-size:8pt;
   border-color:#3366CC;
   height:20px;
     	
}

.StaticMenuItemStyle
{
	background-color:#DADADA;
 border-color:Silver ;
  border-style:solid;
   border-width:1px;
   font-family:Tahoma;
  font-size:9pt;
  color:#9a0a0a; 
  height:22px;
  
}

.DynamicMenuItemStyle
{
background-color:silver;
 border-color:Silver ;
  border-style:solid;
   border-width:1px;
   font-family:Tahoma;
  font-size:8pt;
  color:#9a0a0a; 
  height:22px;
  width:180px;
 
	}
	
.StaticHoverStyle
{
	background-color:#FFCC66;
 border-color:#999999 ;
  border-style:solid;
   border-width:1px;
   font-family:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:#333333; 
  height:22px;
}	

.DynamicMenuStyle
{
background-color:#DADADA;
 border-color:#666666;
  border-style:Dotted;
   border-width:1px;
   font-family:Tahoma;
  font-size:9pt;
  color:#D3470C; 
  height:22px;
  width:180px;
}

.DynamicHoverStyle
{
 background-color:#FFCC66;
 border-color:#999999 ;
  border-style:solid;
   border-width:1px;
   font-family:Tahoma;
  font-size:8pt;
  font-weight:bold;
  color:#333333; 
  height:22px;
  width:180px;
}
