html {
background-color:#000000;
}
body {
margin-top:1px; margin-left:15px;
font-family: Tahoma, Verdana, Arial Narrow;
font-size: 11px;
background-color:#000000;
color:#eeeeee;
}
img 
{border-color: #999999;}
td.cat { 
	list-style: none;
	width: 315px; /* Width of Menu Items */ 
	background: #000000; /* IE6 Bug */ 
	font-family: Tahoma, Verdana, Arial Narrow;
	font-size: 13px;
	font-weight: bold;
	padding: 2px 0px 0px 8px; 	
	moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	white-space: nowrap;
} 

/* Styles for Menu Items */ 
td.cat a { 
	display: block; 
	text-decoration: none; 
	color: #ffffff; 
	font-size: 11px;
	background: #302928; /* IE6 Bug */ 
	padding: 8px; 
	margin: 2px;
	margin-left: 8px;
	border: 2px solid #999999; 
	moz-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	white-space: nowrap;
} 

/* Hover Styles */ 
td.cat a:hover { 
	color: #000000; 
	background: #c35200; 
} 