
#tabNavi{
	margin: 0;
	padding: 0;
	height: 30px;
	width: 100%;
	background: url(../img/tab_bottom.gif) repeat-x bottom;
}

#tabNavi ul li{
	margin: 0; 
	padding: 0;
	text-align: center;
	display: inline;
	list-style-type: none;
}

#tabNavi ul li a{
	padding: 5px 15px;
	margin-right: 4px;
	float: left;
	background: #ffffff;
	border: 1px solid #d6d6d6;
}

#tabNavi a:link.active, #tabNavi a:visited.active{
	border-bottom: 1px solid #fcf8e3;
	background: #fcf8e3;
}

#tabNavi2{
	margin: 0;
	padding: 8px 10px;
	line-height: 22px;
	background: #fcf8e3;
	border-left: 1px solid #d6d6d6;
	border-right: 1px solid #d6d6d6;
	clear: left;
}

/*#tabNavi2 ul li{
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: inline;
	line-height: 14px;
	float: left;
}

#tabNavi2 ul li a{
	margin: 0;
	padding: 0 5px;
	border-right: 1px solid #444444;
}*/

#tabContents{
	margin: 0; 
	padding: 15px 10px;
	border: 1px solid #d6d6d6;
	border-top: 1px solid #fcf8e3;
	background: #ffffff;
	min-height: 200px;
}




.clear:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.clearfix {display: inline-block;}
/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */