/* ######### CSS for Shade Tabs. Remove if not using ######### */

#tabs_content {
	margin:0;
	padding:0;
	border:none;
	width:582px;
	margin-bottom:15px;
}
#tabs_content #countrytabs {
	margin:0;
	padding:0;
	width:100%;
	height:36px;
	
}
#tabs_content #tab_contents {
	width:576px;
	height:165px;
	margin:0px;
	padding:0;
	background-color:#E3F2FF;
	border-bottom:3px solid #F96B07;
	border-left:3px solid #F96B07;
	border-right:3px solid #F96B07;
}


.tabcontent{
	display:none;
	
/* define hier de layout van de inhoudstabs */
}

#tabs_content #countrytabs li {
	list-style:none;
	margin:0;
	padding:0;
	width:194px;
	height:36px;
	border:none;
	float:left;
}
#tabs_content #countrytabs li a{
	margin:0px;
	padding:0px;
	border:none;
	display:block;
	width:100%;
	height:100%;
	text-decoration:none;
	background:url(graphics/img_2.jpg) no-repeat;
	
}
#tabs_content #countrytabs li a span {
	
	display:block;
	z-index: 1;
	width:100%;
	height:28px;
	
	font-family:Helvetica;
	font-size:22px;
	text-align:center;
	cursor:pointer;
	padding-top:8px;
	color:#FFC891;
}

#tabs_content #countrytabs li a:hover span {
	color:#FF8000;
    text-decoration:none;
}

#tabs_content #countrytabs li a.selected {
	background:url(graphics/img_1.jpg) no-repeat;
}

#tabs_content #countrytabs li a.selected span {
	
	color:#FF8000;
}

div.clear {
	clear:both;
}

a:active, a:focus  {
	outline:none;
}



