.tabcontent_container {
		float: left;
		margin: 0;
		width: 490px;
		padding: 0 8px 0 3px;
}

.tabcontent_navigation {
		float: right;
		width: 100px;
		background: url(../../images_cm/sfnd_nav_lv2_tabcontent01.jpg) no-repeat left top;
		height: 390px;
		margin: 0;
		padding-top: 0;
	padding-right: 6px;
}

.tabcontent_container_gal {
		float: left;
		margin: 0;
		width: 495px;
	padding: 0 3px 2.5em;
}

.tabcontent_navigation_gal {
		float: right;
		width: 100px;
		background: url(../../images_cm/sfnd_nav_lv2_tabcontent01.jpg) no-repeat left top;
		height: 390px;
		margin: 0;
		padding-top: 0;
	padding-right: 8px;
}

.shadetabs{
		float: left;
		width: 100%;
		margin-left: 0;
		margin-top: 10px;
		margin-right: 0;
		list-style-type: none;
		text-align: center;
		padding: 30px 0 5px 5px;
}

.shadetabs li{
		font: small-caps 1em/1.9em Arial, Helvetica, sans-serif;
		color: #000000;
		border-bottom: 1px solid white;
		border-top: 1px solid white;
		text-align: center;
		border-bottom: 1px solid #e4e4e4;
		letter-spacing: 1px;
		background: transparent url(../../images_cm/sfnd_nav_lv1.gif) no-repeat right;
		display: block;
		margin: 0;
		padding: 0;
}	

.shadetabs li a{
		display: block;
		text-decoration: none;
		border-style: none;
		color: #434343;
	    margin-right: 5px;
  	    margin-left: 5px;
	    padding: 0;
	    outline: none;
}

.shadetabs li a:hover{
		text-decoration: none;
		background: #f1f1f1;
		margin: 0;
		padding: 0;
		color: #727272;
		border-bottom-style: none;
}

.shadetabs li a.selected{
		color: #626262;
		text-decoration: none;
		background-color: #eaeaea;
		margin: 0;
		padding: 0;
		outline: none;
		border: none;
}

.tabcontent{
		display:none;
}

