.TopMenuGroup
{
  background-color:white;
  height:25px;
  width : 950px;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  border-top: solid 1px #000000;
  }

.BottomMenuGroup
{
  background-color:white;
  height:25px;
  border-bottom: solid 1px #000000;
  border-right: solid 1px #000000;
  border-left: solid 1px #000000;
  border-top: solid 1px #000000;
  padding:2px; 
  filter:progid:DXImageTransform.Microsoft.Shadow(color='gray', Direction=135, Strength=4); 

}

.MenuItem 
{
  text-align : center;
  background-color:#c0d6ce; 
  font-family:arial; 
  font-size:11px; 
  color:black;
  font-weight: bold;
  cursor:hand;
  border-left: solid 1px #000000;
  padding:2px;
  }

.MenuItemSelected
{
  text-align : center;
  background-color:beige; 
  color:#005029; 
  font-family:arial; 
  font-size:11px; 
  font-weight: bold;
  padding:2px;
  cursor:hand;
  border-left: solid 1px #000000;
}

.MenuItemOver 
{
  text-align : center;
  background-color:beige; 
  color:black; 
  font-family:arial; 
  font-weight: bold;
  font-size:11px; 
  padding:2px;
  cursor:hand;
  border-left: solid 1px #000000;
   
}

.MenuItemLevel2 
{
 width: 185px;
  text-align: left;
  background-color:white; 
  font-family:arial; 
  font-size:11px; 
  color:black;
  font-weight: bold;
  padding:2px;
  cursor:hand;
  border-width:1px;
  border-style:solid;
  border-color:white; 
   
}

.MenuItemSelectedLevel2
{
  width: 185px;
  text-align: left;
  background-color:white; 
  color:black; 
  font-family:arial; 
  font-size:11px; 
  font-weight: bold;
  padding:2px;
  cursor:hand; 
  border-width:1px;
  border-style:solid;
  border-color:white; 
}

.MenuItemOverLevel2 
{
  width: 185px;
  
  text-align: left;
  background-color:beige; 
  color:black; 
  font-family:arial; 
  font-weight: bold;
  font-size:11px; 
  padding:2px;
  cursor:hand;
  border-width:1px;
  border-style:solid;
  border-color:black;
  
}

}

.MenuItemLevel3 
{
	width: 125px;
  text-align : center;
  background-color:white; 
  font-family:arial; 
  font-size:11px; 
  color:black;
  font-weight: normal;
  padding:2px;
  cursor:hand;
   border:1px;
  border-style:solid;
  border-color:white;
  
}

.MenuItemSelectedLevel3
{
	width: 100px;
  text-align : center;
  background-color:beige; 
  color:black; 
  font-family:arial; 
  font-size:11px; 
  font-weight: bold;
  padding:2px;
  cursor:hand;
  border:1px;
  border-style:solid;
  border-color:#66668c;
}

.MenuItemOverLevel3 
{
	width: 100px;
  text-align : center;
  background-color:beige; 
  color:black; 
  font-family:arial; 
  font-weight: normal;
  font-size:11px; 
  padding:2px;
  cursor:hand;
  border-width:1px;
  border-style:solid;
  border-color:black;
}
