﻿.MenuItem 
{
  background-color:#144d6d; 
  color:white; 
  font-family:Arial; 
  font-size:13px;  
  border:solid 1px #317fab;
  cursor:pointer;
  width:110px;
  height:25px;
}

.MenuItemHover 
{
  background-color:#1e6289; 
  color:white; 
  font-family:Arial; 
  font-size:13px;  
  border:solid 1px #577a8e;
  border-right-color:#133345; 
  border-bottom-color:#b7bdc1; 
  cursor:pointer;
  
  height:25px;
}

.MenuItemActive
{
  background-color:#808c9b; 
  color:white; 
  font-family:Arial; 
  font-size:13px; 
  border:1px;
  border:solid 1px #577a8e;
  border-right-color:#133345; 
  border-bottom-color:#b7bdc1; 
  cursor:pointer;
  
  height:25px;
}

.MenuItemExpanded 
{
  background-color:#FFB400; 
  color:darkslategray; 
  font-family:verdana; 
  font-size:11px; 
  font-weight:bold; 
  border: solid 1px #FFE793;
  border-left-color:#CE6500; 
  border-top-color:#CE6500; 
  cursor:pointer;
}
 
 
 
 
