

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
a:link {color:#145a92}      /* unvisited link */
a:hover {color:#960c18}  /* mouse over link */
a:active {color:#960c18}  /* selected link */
HTML,BODY { 
margin: 0; 
color: #444444; 
font-size: 12px; 
}
TD { font-size: 12px; font-family: arial, helvetica; font-color: #000000; a: #1a3654; hover: #227dde; }

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #404040;
padding: 4px 22px;
text-decoration: none;
border-right: 1px solid #ffffff;
}


.solidblockmenu li a:hover, .solidblockmenu li .current{
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.solidblockmenu{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
width: 100%;
border: 1px solid #625e00;
border-width: 1px 0;
background: black url(images/blockdefault.gif) center center repeat-x;
list-style: none;
}

</style>


