/* navigatie boven - pages hoofdmenu */

#menu {
	float: left;
	width: 750px;
	height: 20px;
	padding:0;
	margin:0;
	letter-spacing: .2px;
}

#menu ul {
	text-align: left;
	list-style: none;
	padding: 0 0 0 15px;
	margin:0;
}

#menu li {
	list-style: none;
	padding: 0 0 0 0px;
	margin:0;
}

#submenu ul {
	float: left;
	list-style: none;
	padding: 0 0 0 15px;
	margin:0;
}

#extra_nav ul {
	float: left;
	list-style: none;
	padding: 0;
	margin:0;
}

#extra_nav li {
	float: left;
	list-style: none;
	padding: 0 0 0 0px;
	margin:0;
}


/* style the listitem */
.page_item {
    float:left;	
	padding: 0;
	margin: 0;
	border: 0;	
    text-transform: none;
	text-align: left;
	line-height: 20px;
}

/* the actual link */
.page_item a, .page_item a:visited {	
	float:left;	
	margin:0;
    padding: 2px 10px 0 0;
    color: #000;
    font-size: 12px;
    font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
	font-family: Helvetica, Arial; 
}

/* the links on mouseover */
.page_item a:hover, .page_item a:active, .current_page_item a, .current_page_item a:visited,  .current_page_parent a, .current_page_parent a:visited {
	color: #00aeef;
	text-decoration: none;
	padding: 2px 10px 0 0;
	border: 0;
}

/* the submenu is always visible */
#submenu {
	position: absolute;
	top: 63px;
	left: 0;
	width: 745px;
	padding: 0;
	margin: 0;
	height: 15px;
}

#submenu .page_item {
	line-height: 12px;
}

/* the actual link for submenu */
#submenu .page_item a, #submenu .page_item a:visited {	
	float:left;	
	margin:0;
    padding: 0 10px 0 0;
	color: #6b6b6b;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

/* the links on mouseover for submenu */
#submenu .page_item a:hover, #submenu .page_item a:active, #submenu .current_page_item a, #submenu .current_page_item a:visited{
	color: #00aeef;
	text-decoration: none;
	padding: 0 10px 0 0;
	border: 0;
}
/* highlight parents and ancestors */
#submenu .current_page_parent a:link, #submenu .current_page_parent a:visited, 
#submenu .current_page_ancestor a:link, #submenu .current_page_ancestor a:visited, 
.current_page_ancestor a:link, .current_page_ancestor a:visited {
	color: #00aeef;
}

/* extra navigation for sub sub pages */
/* the extra_nav is always visible */
#extra_nav {
	float: left;
	width: 720px;
	padding: 10px 0 20px 0;
	margin: 0;
}

/* the actual link for extra_nav */
#extra_nav .page_item a, #extra_nav .page_item a:visited {	
	float:left;	
	margin:0;
    padding: 0 10px 0 0;
	color: #000;
    font-size: 11px;
    font-weight: bold;
	text-decoration: none;
    text-transform: uppercase;
}

/* the links on mouseover for extra_nav */
#extra_nav .page_item a:hover, #extra_nav .page_item a:active, #extra_nav .current_page_item a, #extra_nav .current_page_item a:visited {
	color: #00aeef;
	text-decoration: none;
	padding: 0 10px 0 0;
	border: 0;
}


/* make sub-subpages invisible */
#extra_nav .page_item a {

}


/* style list-items for the sidebar */

/* the actual link */
.sidebar .page_item a, .sidebar .page_item a:visited {	
	float:left;	
	margin:0;
    padding: 0;
    color: #fff;
    font-size: 11px;
    font-weight: normal;
	text-decoration: underline;
    text-transform: lowercase;
	font-family: Verdana; 
	line-height: 14px;
}

/* the links on mouseover */
.sidebar .page_item a:hover, .sidebar .page_item a:active, .sidebar .current_page_item a, .sidebar .current_page_item a:visited,  .sidebar .current_page_parent a, .sidebar .current_page_parent a:visited {
	color: #ccdd36;
	padding: 0;
	border: 0;
}


