.DGMenuTop 
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	height: 20px;
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	background: #336699;
}

.DGMenuTop a,
.DGMenuTop a:hover,
.DGMenuTop a:link,
.DGMenuTop a:visited
{
	font-size: 10px; 
	font-weight: bold; 
	color: #ffffff; 
	text-decoration: none; 
}

.DGMenuTop ul
{
	/* browsers pad ul different by default */	
	width: 790px;
	padding: 0;
	margin: 0;
}

.DGMenuTop ul li 
{
	float: left;
    list-style: none;
	/* this is the right one padding: 3px 4px 3px 4px; */
	padding: 3px 6px 3px 6px;
	border-right: 1px solid #000000;
	margin: 0px;
}

.DGMenuSub
{
	position: absolute;
	z-index: 300;
	top: 143px;
	width: 180px;
	padding: 3px 6px 6px 6px;
	border-bottom: 2px inset #222222; 
	border-left: 2px inset #222222; 
	border-right: 2px inset #222222; 
	background: #336699;

	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	line-height: 15px;
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none; 
	display: inline-block;
}

.DGMenuSub ul
{  
	/* browsers pad ul different by default */
	width: 790px;
	padding: 0;
	margin: 0;
}

.DGMenuSub a,
.DGMenuSub a:link,
.DGMenuSub a:visited
{
	font-family: Verdana, Arial, Helvetica, Sans-Serif; 
	font-size: 10px; 
	color: #ffffff; 
	font-weight: bold; 
	text-decoration: none; 
}

.DGMenuSub a:hover
{
	color: #ffff99;  
}

.WhiteLink,
.WhiteLink:link,
.WhiteLink:visited
{ 
	font-weight: bold; 
	/*font-size: 11px;*/
	color: #ffffff; 
	text-decoration: none; 
}
.WhiteLink:hover { text-decoration: underline; }

.RedHeader
{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff; 
	background: #cc0000;
}
.BlueHeader
{
	font-weight: bold; 
	font-size: 11px; 
	color: #ffffff; 
	background: #336699;
}
.DatelineHeader
{
	margin: 10px 0px 5px 0px;
	border-bottom: solid 1px #000000;
	font-weight: bold;
}
.PlayerNameHeader
{
	font-size: 18px;
	font-weight: bold;
}


