.solidblockmenu ul{
	float: none;
	width: 97%;
	background-image: url(images/attstore_nav_12.jpg);
	background-repeat: repeat-x;
	background-position: left center;
	height: 39px;
	font-family: Arial;
	font-size: 13px;
	font-weight: bold;
	margin: 0;
	padding: 0;
}

.solidblockmenu li{
	display: inline;
}

.solidblockmenu li a{
	float: left;
	color: white;
	text-decoration: none;
	border-right: 1px solid white;
	padding-top: 9px;
	padding-right: 11px;
	padding-bottom: 9px;
	padding-left: 11px;
}

.solidblockmenu li a:visited{
color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: white;
	background-color: transparent;
	background-image: url(images/attstore_nav_12_over.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	height: 39px;
	float: left;
}

.tabcontainer{
	clear: left;
	width:95%; /*width of 2nd level sub menus*/
	height:39px; /*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;
	padding-top: 16px;
	text-align: left;
}
#left {
	position: absolute;
	left: 30px;
	top: 68px;
}
#right {
	position: absolute;
	top: 54px;
	right: 41px;
}
