.solidblockmenu ul{
	margin: 0;
	padding: 0;
	float: left;
	font: 11px Arial;
	width: 794px;
	background: black url(images/blockdefault.gif) center center repeat-x;
}

.solidblockmenu li {
display: inline;
}

.solidblockmenu li a {
float: left;
color: white;
padding: 5px;
text-decoration: none;
}

.solidblockmenu li a:visited {
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current {
color: white;
background: transparent url(images/blockactive.gif) center center repeat-x;
}

.tabcontainer {
	clear: left;
	width:780px; /*width of 2nd level sub menus*/
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	margin-top: 10px;
	float: left;
	border: 1px solid #000000;
	padding: 6px;
	height: 46px;
	background-color: #CCCCCC;
}
.handbookMenuWrapper {
	float: left;
	width: 260px;
}


*: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;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}
.tabcontent a {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
	text-decoration:underline;
}
.tabcontent a:visited {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#ffffff;
	text-decoration:underline;
}
.tabcontent a:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#fd0000;
	text-decoration:underline;
}
.handbookBodyContent {
	float: left;
	width: 794px;
	text-align: justify;
	margin-top: 10px;
}

