.defaultitem
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
  border-top: solid 0px gray;
  border-left: solid 1px gray;
  border-bottom: solid 0px gray;
  border-right: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  padding-top:5px;
  background-color:#DE081E;
}
.TopMenuItem
{
  color:#DE081E;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  cursor:pointer;
}

.TopMenuItemHover
{
  color:#DE081E;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  cursor:pointer;
}

.TopMenuItemActive
{
  color:#DE081E;
  font-family:verdana;
  font-size:11px;
  font-weight:bold; 
  cursor:pointer;
}

.MenuItem
{
	color:#FFFFFF;
	font-family:verdana;
	font-size:11px;
	border-top: solid 0px gray;
	border-left: solid 1px gray;
	border-bottom: solid 0px gray;
	border-right: solid 1px gray;
	border-left-color:white;
	border-top-color:white;
	cursor:pointer;
	padding-top:5px;
	background-color:#DE081E;
	font-weight: normal;
}
.MenuItemHover
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
  border-top: solid 0px gray;
  border-left: solid 1px gray;
  border-bottom: solid 0px gray;
  border-right: solid 1px gray;
  border-left-color:white;
  border-top-color:white;
  cursor:pointer;
  padding-top:5px;
  background-color:#DE081E;
	font-weight: normal;
}

.MenuItemActive
{
  color:#FFFFFF;
  font-family:verdana;
  font-size:11px;
  border-top: solid 0px gray;
  border-left: solid 1px gray;
  border-bottom: solid 0px gray;
  border-right: solid 1px gray;
  border-left-color:gray;
  border-top-color:gray;
  cursor:pointer;
  padding-top:5px;
  background-color:#DE081E;
	font-weight: normal;
}