@charset "utf-8";
/* Left Menu */

#Menuleftcontainer ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#Menuleftcontainer ul li
{	width:171px;
	height:25px;
	background-image:url(../images/leftmenu/menu_item.png);
	background-repeat:no-repeat;
	float: left;
	position: relative;
	padding-left:8px;
	
	padding-top:5px;
	font-size:10px;
	font-weight:bold;
	margin-top:0px;
	margin-bottom:-5px;
	
}






#Menuleftcontainer ul li:hover
{	
	background-image:url(../images/leftmenu/menu_hoover_wit.png);
	background-repeat:no-repeat;
	cursor:pointer;

	
}



/* Main Menu */
#BtnHome
{
	float:left;
	width:98px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:0px;
	margin-right:0px;
	background-image:url(../images/mainmenu/home.png);
	background-repeat:no-repeat;
	z-index:0;
	}
#BtnHome:hover
{
	
	background-image:url(../images/mainmenu/home_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#BtnHome.HeadActive
{
	background-image:url(../images/mainmenu/home_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	
	}
	

#BtnSports
{
	float:left;
	width:98px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-21px;
	margin-right:0px;
	background-image:url(../images/mainmenu/sports.png);
	background-repeat:no-repeat;
	z-index:1;
	}
#BtnSports:hover
{
	
	background-image:url(../images/mainmenu/sports_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#BtnSports.HeadActive
{
	background-image:url(../images/mainmenu/sports_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#BtnCulture
{
	float:left;
	width:103px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-19px;
	margin-right:0px;
	background-image:url(../images/mainmenu/culture.png);
	background-repeat:no-repeat;
	z-index:3;
	}
#BtnCulture:hover
{
	
	background-image:url(../images/mainmenu/culture_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
#BtnCulture.HeadActive
{
	background-image:url(../images/mainmenu/culture_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
	
	
#BtnHumanrights
{
	float:left;
	width:146px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-19px;
	margin-right:0px;
	background-image:url(../images/mainmenu/humanrights.png);
	background-repeat:no-repeat;
	z-index:4;
	}
#BtnHumanrights:hover
{
	
	background-image:url(../images/mainmenu/humanrights_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}		
#BtnHumanrights.HeadActive
{
	background-image:url(../images/mainmenu/humanrights_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}

#BtnAntwerp
{
	float:left;
	width:109px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-19px;
	margin-right:0px;
	background-image:url(../images/mainmenu/antwerp.png);
	background-repeat:no-repeat;
	z-index:4;
	}
#BtnAntwerp:hover
{
	
	background-image:url(../images/mainmenu/antwerp_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}
#BtnAntwerp.HeadActive
{
	background-image:url(../images/mainmenu/antwerp_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}	
	
#BtnContact
{
	float:left;
	width:103px;
	height:39px;
	margin-top:0px;
	margin-bottom:0px;
	margin-left:-19px;
	margin-right:0px;
	background-image:url(../images/mainmenu/contact.png);
	background-repeat:no-repeat;
	z-index:5;
	}
#BtnContact:hover
{
	
	background-image:url(../images/mainmenu/contact_hover.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}		
#BtnContact.HeadActive
{
	background-image:url(../images/mainmenu/contact_active.png);
	background-repeat:no-repeat;
	cursor:pointer;
	}	
