.MenuGroup2{cursor:hand;}
.MenuGroupHor
{
background-color:white;
border-right:1px solid gray;
border-top:1px solid gray;
border-bottom:1px solid gray;
cursor:hand;
}

.MenuItem 
{
background-color:#E8EE83; 
font-family:verdana; 
font-size:12px; 
border-right:1px solid white;
border-left:1px solid white;
border-top:1px solid white;
border-bottom:1px solid gray;
padding:2px;
padding-left:5px;
padding-right:15px;
cursor:hand;
}

.MenuItemOver 
{
background-color:#D6E300; 
color:black; 
font-family:verdana; 
font-size:12px; 
border-right:1px solid #D6E300;
border-left:1px solid #D6E300;
border-top:1px solid #D6E300;
border-bottom:1px solid gray;
padding:2px;
padding-left:5px;
padding-right:15px;
cursor:hand;
}

.MenuGroupHor_h
{
position:relative;top:-2px;width:600px;background-color:white;border-right:1px solid white;
border-top:1px solid white;border-bottom:1px solid gray;cursor:hand;
}

.MenuItem_h
{
text-align:center;background-color:white;font-family:verdana;font-size:12px;
border-right:1px solid white;border-left:1px solid white;border-top:1px solid white;
border-bottom:1px solid white;padding:2px;padding-left:5px;padding-right:15px;cursor:hand;
}

.MenuItemOver_h
{
text-align:center;background-color:#E8EE83;color:black;font-family:verdana;	font-size:12px; 
border-right:1px solid white;border-left:1px solid white;border-top:1px solid white;
border-bottom:1px solid white;padding:2px;padding-left:5px;padding-right:15px;cursor:hand;
}

