@charset "UTF-8";
/* CSS Document */


.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
	overflow: hidden;
	margin-bottom: 1em;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background-color: black;
	background-image: url(../images/menu_orange.png);
	background-repeat: repeat-x;
	background-position: center center;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 14px;
	font-weight: bold;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
	float: right;
	color: white;
	text-decoration: none;
	border-left: 1px solid white;
	padding-top: 9px;
	padding-right: 50px;
	padding-bottom: 9px;
	padding-left: 50px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(../images/menu_grey.png) center center repeat-x;
}


