#tabmenu {
	border-bottom : 1px solid #ccc;
	margin : 0;
	padding-bottom : 23px;
	padding-left : 10px;
}

#tabmenu ul, #tabmenu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
}


#tabmenu a	{
	background : #E8EBF0;
	border : 1px solid #ccc;
	color : #666;
	float : left;
	font-weight : normal;
	line-height : 14px;
	margin-right : 4px;
	padding : 4px 10px 4px 10px;
	text-decoration : none;
	font-weight: bold;
}

#tabmenu a:hover	{
	color : #004f87;
	font-weight: bold;
}

#tabcontents {
	background : #fff;
	border : 1px solid #ccc;
	border-top : none;
	clear : both;
	margin : 0px;
	padding : 15px;
}

body.section-1 #tabmenu li#nav-1 a, 
body.section-2 #tabmenu li#nav-2 a,
body.section-3 #tabmenu li#nav-3 a,
body.section-4 #tabmenu li#nav-4 a {
	background : #fff;
	border-bottom : 1px solid #fff;
	color : #000;
}