.menulook {
	filter:alpha(Opacity=100, FinishOpacity=50, Style=1, StartX=0, StartY=0, FinishX=300, FinishY=250); 
}

.MenuBox {
	border-bottom: 1px solid #000000;
	border-left: 1px solid #000000;
	border-right: 1px solid #000000;
}

a.MenuItem
{
  color: #ffffff;
  font-size: 13px; 
  font-family: Arial;
  text-decoration: none; 
  font-weight: bold;
}
a.MenuItem:link
{
  color: #ffffff;
  font-family: Arial;
  text-decoration: none; 
  font-weight: bold;
}
a.MenuItem:visited
{
  color: #ffffff;
  font-family: Arial;
  text-decoration: none; 
  font-weight: bold;
}
a.MenuItem:hover
{
  color: #ffffff;
  font-family: Arial;
  text-decoration: none; 
  font-weight: bold;
  background-color: #A4A4A4;
  width: 100%;
}