﻿.MenuGroup
{
	border:1px solid white;
	border-top:0px;
	width:160px;
    background-color:#E8EEFA;
}

.ActiveMenuItem 
{
  background-color :#355487;
  color:#355487;
  font-weight:bold;
  font-family:verdana;
  font-size:11px;
  height:15px;

}

.MenuItem
{ 
  color:#355487;
  font-weight:bold;
  font-family:verdana;
  font-size:11px;
  border:0px;
  cursor:hand;
  border-top: 1px solid white;
  height:15px;
  border-left:12px solid #B3CDE6;
}

.MenuItemHover
{
  color:#355487;
  font-weight:bold;
  font-family:verdana;
  font-size:11px;
  border-top: 1px solid white;
  background:#CDDCEE;
  height:15px;
  cursor:hand;
}

.MenuItemDown
{
  color:#355487;
  font-weight:bold;
  font-family:verdana;
  font-size:11px;
  border-top: 1px solid white;
  height:15px;
}  