body {
	background-color: #333333;
}

.menu
{
	border-top:1px solid #000; border-left:1px solid #000;
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	float:left;
	width:83px;
} 

a
{
	color:  white;
	font: 11px Verdana;
	text-decoration: none;
}

/* Specify the rollover style for the links  */
a:hover
{
	background-color: #840000;
}