﻿.solidblockmenu ul {
	height: 50px;
	display: inline;
	width: 725px;
	float: left;
	margin-left: 15px;
	margin-bottom: 0px;
	margin-top: 0px;
}
.solidblockmenu li {
	height: 50px;
	padding: 45px 3px 3px 3px;
	vertical-align: bottom;
	display: inline-block;
	float: left;
	margin-right: 8px;
}
.solidblockmenu li a {
	height: 0px;
	padding: 45px 3px 3px 3px;
	color: #000000;
	text-decoration: none;
}
.solidblockmenu li a:hover, .solidblockmenu li a.current {
	height: 0px;
	padding: 45px 3px 0px 0px;
	color: #ffffff;
	text-decoration: none;
	background-image: url('../images/button_bg.gif');
	background-position: center top;
	background-repeat: no-repeat;
	background-color: red;
}
.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 {
	padding: 35px 0px 0px 0px;
	display: none;
	float: left;
	text-align: center;
	font-family: Tahoma;
	font-size: 8pt;
	font-weight: normal;
}
.tabcontent a {
	color: red;
	padding-right: 15px;
	text-decoration: underline;
}
.tabcontent a:hover {
	color: red;
	text-decoration: none;
}
