.solidblockmenu ul{
margin: 0;
margin-left: 50px;
padding: 0;
float: left;
font: bold 13px Verdana;
width: 1150px; /*100%;*/
/*overflow: hidden;*/
margin-bottom: 1em;
border: 1px solid black;   /*#625e00;*/
border-width: 1px 0;
background: black url(/App_Themes/ClubSite/NewTheme/css/ddlevelsfiles/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: white;
padding: 9px 11px;
text-decoration: none;
border-right: 1px solid white;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.selected{
color: Yellow;
background: transparent url(/App_Themes/ClubSite/NewTheme/css/ddlevelsfiles/blockactive.gif) center center repeat-x;

/*added*/
height: auto;
width: auto;
border-right: 1px solid white;
border-bottom-width: 0;


}