body {
	background-image: url(cob_bg.gif);
	background-repeat: repeat;
	background-position: center;
}

.MenuGroup
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	background-color: 001A63;
}

.MenuItem 
{
	color:#FFFFFF;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:500;
	font-size:12px;
	padding:2px 15px 2px 5px;
	cursor:hand;
	color: #FFFFFF;
	background-color: 001A63;
	height: auto;
	width: 150px;
	font-weight:bold;
}

.MenuItemOver 
{
	color:#FFFFFF; 
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	font-size:12px;
	padding:2px;
	padding-left:5px;
	padding-right:15px;
	cursor:hand;
	text-decoration: underline;
	height: auto;
	width: 150px;
}

.DisabledMenuItem
{
  color:Gray; 
  background-color:#73825A; 
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px; 
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.DisabledMenuItemOver 
{
  color:Gray; 
  background-color:#73825A; 
  font-family:Arial, Helvetica, sans-serif;
  font-weight:bold;
  font-size:12px; 
  padding:2px;
  padding-left:5px;
  padding-right:15px;
  cursor:hand;
}

.MenuBreak
{
  padding:0px; 
}
.MenuGroupCustom
{
  color:blue;
  font-family:Arial;
  font-weight:bold;
  font-size:8pt;
}

.MenuItemCustom
{
  font-family:Arial;
  color:#0000FF;
  font-size:10pt;
  padding:2px;
  cursor:hand;
}

.MenuItemOverCustom 
{
  font-family:Arial; 
  text-decoration:underline;
  font-size:10pt; 
  padding:2px;
  cursor:hand;
  color:#0000FF;
}

.DisabledMenuItemCustom
{
  color:Gray; 
  background-color:#73825A; 
  font-family:Arial; 
  font-weight:bold;
  font-size:8pt; 
  padding:2px;
  cursor:hand;
}

.DisabledMenuItemOverCustom
{
  color:Gray; 
  background-color:#73825A; 
  font-family:Arial; 
  font-weight:bold;
  font-size:8pt; 
  padding:2px;
  cursor:hand;
}

.MenuBreakCustom
{
  padding:0px; 
}