/*.gallery a{
float: center;
display: inline;
font: 11px Georgia;
font-weight: bold;
color: #EA569F;
width: 120px;
padding: 9px 12px;
text-decoration: none;
}

.gallery a:visited{
color: #EA569F;
}

.gallery a:hover{
color: #EA569F;
background: transparent url(blockactive.gif) center center repeat-x;
}
*/

.solidblockmenu ul{
margin: 0;
padding: 0;
float: right;
font: 10px Georgia;
width: 770px;
border: 0px solid #625e00;
border-width: 0px 0;
background: black url(blockdefault.gif) center center repeat-x;
}

.solidblockmenu li{
display: inline;
}

.solidblockmenu li a{
float: left;
color: #4FBA00;
padding: 14px 17px;
text-decoration: none;
border-right: 0px solid white;
}

.solidblockmenu li a:visited{
color: #4FBA00;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
color: #4FBA00;
background: transparent url(blockactive.gif) center center repeat-x;
}

.tabcontainer{
clear: left;
width:795px; /*width of 2nd level sub menus*/
height:41px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/
margin-top: -1em;
}

.tabcontent{
display:none;
}