#tabmenucontainer {
	border-bottom : 1px solid #999;
	margin-top:16px;
	clear:both;
}

#tabmenu {
margin: 0;
	padding-bottom : 16px;
	padding-left : 10px;

	}

#tabmenu ul, #tabmenu li	{
	display : inline;
	list-style-type : none;
	margin : 0;
	padding : 0;
	

}

	
#tabmenu a:link, #tabmenu a:visited	{
	/* background-color: #E8EBF0; */
	background-image:url(/img/tab_bg.gif);
	background-repeat:repeat-x;
	background-position:center;
	 border-top: 1px solid #666; 
		
	color : #666;
	float : left;
	font-size : small;
	font-weight : bold;
	/*line-height : 16px; */
	margin-right : 8px;
	padding : 2px 10px 0px 10px;
	text-decoration : none;
}

#tabmenu a:link.active, #tabmenu a:visited.active	{
	background : #666;
	background-image:url(/img/tab_dk.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-bottom : 1px solid #999; 
	color : #fff;
		text-decoration : none;
}

#tabmenu a:hover	{
	color : #036;
}

	
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,
body.section-5 #tabmenu li#nav-5 a,
body.section-6 #tabmenu li#nav-6 a {
	background : #666;
	background-image:url(/img/tab_dk.gif);
	background-repeat:repeat-x;
	background-position:center;
	border-bottom : 1px solid #999; 
	color : #fff;
		text-decoration : none;
}

#tabmenu ul a:hover {
	color : #369 !important;
}
