.MenuGroup
{
  background-color:#999999;
  border:1px;
  color:white;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
  
}
.MenuGroup2
{
  background-color:#ffffff;
  color:white;
  font-family:verdana;
  font-size:10px;
  font-weight:bold;
  width: 100%;
  
}

.MenuItem
{
  background-color:#999999;
  color:#000000;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:3px;
  border-left-color:#999999;
  border-top-color:#999999;
  border-right-color:#999999;
  border-bottom-color:#999999;
  border-style:solid;
  cursor:hand;
}

.MenuItemOver
{
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  padding:1px;
  padding-left:5px;
  padding-right:15px;
  border:3px;
  border-left-color:gold;
  border-top-color:gold;
  border-right-color:darkgoldenrod;
  border-bottom-color:darkgoldenrod;
  border-style:solid; 
  cursor:hand;
}
.MenuItem2
{
  background-color:#3300ff;
  color:#FF0000;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  width: 100%;
  border-bottom: solid 1px #ffffff;
  height: 17px;
  text-align:center;
}

.MenuItemOver2
{
    text-align:center; 
  border-bottom: solid 1px #ffffff;
  height: 17px;
  background-color:orange;
  color:white;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
  width: 100%;
}
.scroller
{
	color:white;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
}
.scroller2
{
	color:#003366;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
}
.login
{
	color:#3300ff;
  font-family:verdana;
  font-size:10px;
  font-weight:bold; 
  text-align:center;
}