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



.solidblockmenu{
	margin: 0;
	padding: 0;
	float: left;
	width: 847px;
	/*border: 1px solid #625e00;*/
	border-width: 0px 0;
	/*background: black url(../images/btn-up.gif) center center repeat-x;*/
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
padding: 8px 15px;
text-decoration: none;
border-right: 1px solid #dc4d4e;
color: #ffffff;

}

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

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

.language{
color: white; background: transparent url(../images/btn-language.gif) center center repeat-x;}