/* CSS Document */

/* 
 *	Horizontal, top-2-bottom
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 *	(c) 2004 - Aleksandar Vacic, www.aplus.co.yu
 * Some rights reserved, http://creativecommons.org/licenses/by/2.0/
 *	- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
 */

/*		------	Basic style	------		*/
li, ul {
padding: 0px;
margin: 0px;
}

#menu {
	padding: 0;
	margin: 0;
	float:left;
	position: relative;
	z-index: 10000;
	height: 26px;
	vertical-align:middle;
}

#menuList {
	margin: 0;
	padding: 0;
	display: block;
	position:relative;
	font-size: 11px;		/*zelfde als a*/
	width: 800px;
	z-index: 1;

	
	

}	
#menuListcolorback {	/*is alleen maar transparante background*/
	margin: 0;
	padding: 0;
	display: block;
	position: relative;
	float: left;
	width: 800px;
	height: 26px;
	background-color: #da5b0b;
	opacity: 0.7;
	filter:alpha (opacity=70);
	

}	


#menuList ul {
	margin: 0;
	padding: 0;
	border: 0;
	list-style-type: none;
	
	width: 800px;
	
}


#menuList li {
	margin: 0;
	padding: 0;
	display: block;
	float: left;
	position: relative;
	height: 26px;
	padding-left: 6px;
	padding-right: 6px;
	cursor: pointer;

}


#menuList li#first {
	margin-left: 0px;
	padding-left: 17px;
	display: inline;
}

#menuList li:hover {
	/*height: 26px;*/
}

#menuList a {
	text-decoration: none;
	text-align: center;
	color: #fff;
	padding: 8px 0px 0px 3px; 
	display: block;
	position: relative;
	float: left;
	font-size: 11px;
	font-weight: bold;
	font-family:Arial, Helvetica, sans-serif;
	voice-family: "\"}\"";
	voice-family: inherit;
	/*height: 26px;*/
	
	


}
html>body #menuList a { 
	/*height: 26px;*/
	display:inline;
				/* normal width and height */ 

}		
	
#menuList li.current_page_item, #menuList li.current_page_ancestor {
	/*height: 26px;*/
	display: inline;
	
}

#menuList li.current_page_item a {
	color:#fbbb5b;
}

#menuList li li.page_item a {
color:#ffffff;
}

#menuList li li.current_page_item>li a {
	color:#fbbb5b;
}

#menuList li li.current_page_item li a {
	color:#fbbb5b;
}

#menuList li:hover a:hover {
	color:#fbbb5b;
	
}


#menuList li li {
	/*height: 26px;*/
	margin-bottom: 0px;
	padding-left: 0px;
	padding-right: 0px;
	width: 170px;


}



/* fix the position for 2nd level submenus. first make sure no horizontal scrollbars are visible on initial page load... */
#menuList li li ul {
	top: 0;
	left: 0;
	
}

/* ...and then place it where it should be when shown */
#menuList li li:hover ul {
	left: 100%;
}

/* initialy hide all sub menus */
#menuList li ul {
	display:none;
	position: absolute;
	z-index: 10;
	color: #000;
	width: 170px;
	padding-top: 2px;
	background-color: #fff;
	margin-top: 0px;
	left: 0px;
	top: 26px;

}
#menuList li a {
	text-align: left;
}

#menuList li li a {
	padding-left: 12px;

}

#menuList li ul ul{
	display:none;
	visibility:hidden;
	overflow:hidden;
	padding-top: 0px;
	margin-top: 7px;
	padding-left: 2px;
	margin-left: 0px;

	
	
}


/* display them on hover */
#menuList li:hover>ul {
	display: block;
}

/* this is needed if you want to style #menu div - force containment of floated LIs inside of main UL */
#menuList:after {
	content: ".";
	height: 0;
	display: block;
	visibility: hidden;
	overflow: hidden;
	clear: both;
}

/* Clear-fix for IE5/Mac \*//*/
#menu a {
	float: left;
}

#menuList {
	display: inline-block;
}
/*  */

/*		------   Make-up	--------			*/

