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


.solidblockmenu ul{
margin: 0 0 0 17px;
padding: 0;
/*float: left;*/
font: 11px Arial;
width: 910px;
overflow: hidden;
margin-bottom: 1em;
/*border: 1px solid #625e00;
border-width: 1px 0;*/
background: black url(blockdefault.gif) center center repeat-x;
}


.solidblockmenu li{
display: inline;
}


.solidblockmenu li a{
float: left;
color: white;
padding: 10px 17px;
text-decoration: none;
border-right: 1px solid #b82d0e;
border-left: 1px solid #ee522f;
}

/* target IE7 and below */
.solidblockmenu li a{
*float: left;
*color: white;
*padding: 9px 20px;
*text-decoration: none;
*border-right: 1px solid #b82d0e;
*border-left: 1px solid #ee522f;
}



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

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
color: white;
background: transparent url(blockactive.gif) center center repeat-x;
}