/*menus.css
samson*/
#menu td{
	height: 28px;
	font-family: Arial Narrow;
	font-weight: bold;
}

#menu a.mainlevel{
	background-image : url(../images/menubutton.png);
	display: block;
	float:left;
	width: 110px;
	background-repeat : no-repeat;
	background-position : center;
	text-align: center;
}
#menu a:hover{
	background-image : url(../images/menubutton_inv.png);
}

#menu a:link, #menu a:visited{
	color: white;
	text-decoration: none;
}
#menu a:active, #menu a:hover{
	color: white;
	text-decoration: none;
}
