/* Navigation elementen ----------------------------------------------------------------------------- */

.nav {
float					: left;
display					: inline;
width					: 686px;
margin					: 99px 0px 0px 25px;
}

.nav ul {
float					: left;
list-style				: none;
margin					: 0px;
padding					: 0px;
font-size					: 0px;
z-index					: 100;
}

.nav li {
position					: relative;
float					: left;
display					: inline;
margin					: 0px;
padding					: 0px;
}

.nav a {
display					: block;
width					: 100px;
height					: 20px;
margin					: 0px;
background-position			: 0px 0px;
background-repeat			: no-repeat;
}

.nav a:hover {
background-position			: 0px -20px;
}

.nav a:focus {
outline					: none;
}

.nav ul li a.navactive:hover,
.nav ul li a.selected, 
.nav ul li a.selected:hover {
background-position			: 0px -20px !important;
}


/* Hoofdmenu hoofdniveau per taal */

.nav a.nav_home 		{ background-image:url(../img/nav_home.gif); width:55px; }
.nav a.nav_esprix 		{ background-image:url(../img/nav_esprix.gif); width:80px; }
.nav a.nav_inzenden 	{ background-image:url(../img/nav_inzenden.gif); width:100px; }
.nav a.nav_jury 		{ background-image:url(../img/nav_jury.gif); width:66px; }
.nav a.nav_uitreiking 	{ background-image:url(../img/nav_uitreiking.gif); width:90px; }
.nav a.nav_agenda 		{ background-image:url(../img/nav_agenda.gif); width:75px; }
.nav a.nav_partners 	{ background-image:url(../img/nav_partners.gif); width:85px; }
.nav a.nav_organisatie 	{ background-image:url(../img/nav_organisatie.gif); width:100px; }
.nav a.nav_faq 		{ background-image:url(../img/nav_faq.gif); width:35px; }

* html .nav ul li a { /*IE6 hack to get sub menu links to behave correctly*/
display				: inline-block;
}

/*1st sub level menu*/
.nav ul li ul {
position				: absolute;
left					: 0;
display				: none; /*collapse all sub menus to begin with*/
visibility			: hidden;
background-repeat		: no-repeat;
padding				: 13px 0px 0px 0px;
margin				: 0px;
}

.nav ul li ul.subnav_esprix	{ background-image: url(../img/bg_subnav_esprix.gif);width				: 100px;}
.nav ul li ul.subnav_inzenden	{ background-image: url(../img/bg_subnav_inzenden.gif);width				: 100px;}
.nav ul li ul.subnav_jury 	{ background-image: url(../img/bg_subnav_jury.gif); width:110px !important;}

/*Sub level menu list items (undo style from Top level List Items)*/
.nav ul li ul li {
display				: list-item;
padding				: 0px;
margin				: 0px;
width				: 100px;
height				: 22px !important;
float				: none;
border				: 0px !important;
background-color		: transparent !important;
}

.nav ul li ul.subnav_jury li {
width				: 110px !important;
}

/* Sub level menu links style */
.nav ul li ul li a {
padding				: 0px !important;
margin				: 0px !important;
width				: 100px;
height				: 22px !important;
display				: block;
background-repeat		: no-repeat;
background-position		: 0px 0px;
}

.nav ul li ul li a:hover {
background-position		: 0px -22px !important;
}

.nav ul li ul li a span {
display				: none;
}

/* Submenu hoofdniveau per taal */

.esprix_pijlers a		{ background-image: url(../img/nav_esprix_pijlers.png);}
.esprix_categorieen a	{ background-image: url(../img/nav_esprix_categorieen.png);}

.inzenden_kosten a		{ background-image: url(../img/nav_inzenden_kosten.png);}
.inzenden_tips a		{ background-image: url(../img/nav_inzenden_tips.png);}
.inzenden_reglement a	{ background-image: url(../img/nav_inzenden_reglement.png);}

.jury_juryprocedure a	{ background-image: url(../img/nav_jury_juryprocedure.png); width: 110px !important;}
.jury_beoordeling a 	{ background-image: url(../img/nav_jury_beoordeling.png); width: 110px !important;}

