.MenuStyle
{
	width:100%;
}
.TopGroup
{
  background-color:#CCCCCC; 
  /*border:1px #8394AC solid; */
  font-family:tahoma;
  font-size:12px; 
  cursor:hand;
  border:normal 2px white;
  text-align:center;
  width:100%;
}
.MenuGroup
{
  background-color:#cccccc;
  border:solid 1px #4E5358; 
  border-style:solid;
  cursor:hand;
  text-align:center;
}
.TopMenuItem
{
  background-color:#003399; /*5A6B7D*/
  color:white; 
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px #5A6B7D;
  cursor: hand;
  width:250px;
  text-align:center;
}
.TopMenuItemHover 
{
  background-color:#D4E0F7; /*E4F1F7C2C5C8*/
  color:00025C;
  font-family:tahoma;
  font-size:12px; 
  border:solid 1px #DFE2E5;
  cursor: hand;
  width:250px;
  text-align:center;
}
.MenuItem
{
  background-color:#003399; /*5A6B7D*/
  color:white; 
  font-family:tahoma; 
  font-size:12px; 
  border:solid 1px #5A6B7D;
  cursor:hand;
  width:160px;
  text-align:left;
}
.MenuItemHover 
{
  background-color:#D4E0F7; /*E4F1F7*/
  color:#00025C;
  border:solid 1px #AADAED; 
  font-family:tahoma; 
  font-size:12px; 
  cursor: hand;
  width:160px;
  text-align:left;
}
.MenuBreak
{
  width:100%;
  height:2px;
}