div#solidblockmenu
{
	width:740px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:0;
	height:25px;
	background-color: #B37760;
	
	
}

div#solidblockmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 13px Arial;
border: 1px solid #625e00;
border-width: 0px 0;

}

div#solidblockmenu li{
display: inline;
}

div#solidblockmenu li a{
float: left;
color: white;
padding-top:5px;
padding-bottom:4px;
padding-left:10px;
padding-right:10px;
text-decoration: none;
border-right: 0px solid white;
margin:0;
}

div#solidblockmenu li a:visited{
color: white;
}

div#solidblockmenu li a:hover, .solidblockmenu li a.current{
color: white;
background-color:#E57221;
}

.tabcontainer{
clear: left;
width:740px; /*width of 2nd level sub menus*/
min-height:30px;
_height:30px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
margin-left:auto;
margin-right:auto;
font-size:9pt;
margin-top:0px;
margin-bottom:0px;
padding:5px;
background-color:#333333;
color:#FFFFFF;
line-height:15px;
}

.tabcontainer a{
	color:#FFFFFF;
	text-decoration:underline;
	
}

*:first-child+html .ieclass{ /*IE7 hack to remove gap between menu and sub contents*/

}

* html .ieclass{ /*IE6 and below hack to remove gap between menu and sub contents*/

}

.tabcontent{
display:none;
}