

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.solidblockmenu li{
display: inline;
font-size: 11px;

}

.solidblockmenu li a{
float: left;
color: white;
padding: 2px 11px;
text-decoration: none;
border-right: 1px solid white;
font-size: 11px;
}

.solidblockmenu li a:visited{
color: white;
text-transform: uppercase;
text-decoration: none;
font-size: 11px;

}




.solidblockmenu li a:hover{
color: white;
text-decoration: none;
font-size: 11px;
background: transparent url(media/blockactive.gif) center center repeat-x;
}


.solidblockmenu li .current{
color: #37379B;
text-decoration: none;
background: transparent url(media/byal-buton.gif) center center repeat-x;
font-size: 11px;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px "Arial Narrow";
width: 100%;
text-transform: uppercase;
text-decoration: none;
font-size: 11px;

border: 0px solid #625e00;
border-width: 0px 0;
background: url(media/blockdefault.gif) center center repeat-x;
list-style: none;
font-size: 11px;
}



<!--[if IE]>

p.iepara{ /*Conditional CSS- For IE (inc IE7), create 1em spacing between menu and paragraph that follows*/
padding-top: 1em;
}


