.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: bold 13px Arial;
	width: 100%;
	border: 1px solid #625e00;
	border-width: 1px 0;
	background-color: black;
	background-image: url(img/blockdefault.gif);
	background-repeat: repeat-x;
	background-position: center center;
}
.tabs {
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(img/tab-bg.jpg);
	background-repeat: no-repeat;
	height: 27px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	list-style-type: none;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-top: 4px;
	padding-right: 0px;
	padding-bottom: 4px;
	padding-left: 10px;
	clip: rect(-5em,auto,auto,auto);
}
.tabssections {
	width: 176px;
}
.tabssections  ul {
	margin-bottom: 8px;
}
.tabssections ul li {
	padding-bottom: 2px;
}

.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.current{
	color: white;
	background-color: transparent;
	background-image: url(img/blockactive.gif);
	background-repeat: repeat-x;
	background-position: center center;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:1.5em; /*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;
}
.tabssub {
	font-size: 13px;
	font-weight: bold;
	color: #1D3274;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	padding-left: 0px;
	list-style-image: url(img/tabs-ul-icon.jpg);
	margin-right: -5px;
	margin-left: -10px;
	margin-bottom:7px;
	margin-top: 0px;
	padding-bottom: 5px;
	padding-top: -9px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	clip: rect(auto,auto,auto,-10px);
}
.tabssub a {
	color: #20346F;
	text-decoration: none;
}
.tabssub a:hover {
	color: #E82C08;
	text-decoration: none;
}
.topmenutxt {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 17px;
	font-weight: bold;
	color: #FFFFFF;
	padding-top: 4px;
	padding-right: 11px;
}
