.solidblockmenu ul{
	float: left;
	font-size: 80%;
	width: 100%;
	/*background: black url(media/blockdefault.gif) center center repeat-x;*/
	background-color:#737373;
}
.solidblockmenu li{
	display: inline;
}
.solidblockmenu li a{
	float: left;
	color: #d6d6d6;
	padding: 0 11px;
	line-height:25px;
	text-decoration: none;
}

.solidblockmenu li a:visited{
	color: white;
}

.solidblockmenu li a:hover, .solidblockmenu li a.current{
	color: #333;
	/*background: transparent url(media/blockactive.gif) center center repeat-x;*/
	background-color:#efefef;
}

.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;
	padding:10px;
	font-size:70%;
}
.tabcontent .tabPhoto {
	float:left; 
	margin-left:10px;
}
.tabcontent .tabInfo {
	color:#474747;
	padding:0 0 0 90px;
}
.tabcontent .tabInfo a{
	color:#ff6600;
	text-decoration:none;
	font-style:italic;
}
.tabcontent .tabInfo a:hover{
	color:#ff6600;
	text-decoration:underline;
}





