/* ******************  navigation  *************** */
div#nav_actueel {z-index:2; visibility: hidden; width:120px; position:absolute; margin-top:8px;}
div#nav_rooster {z-index:4; visibility: hidden; width:220px; position:absolute; margin-top:8px;}
div#nav_medewerkers {z-index:3; visibility: hidden; width:160px; position:absolute; margin-top:8px;}

ul.nav {height: 100%; background-color: #ffffff; margin:-1px 0px 0px -1px; padding:0;}
ul.nav li {list-style-type:none; padding: 2px 15px 2px 13px; margin:0; font-weight: bold; background-color: #ffffff; border-right: solid 1px #000; border-left: solid 1px #000;}
ul.nav li a {display: block; color: #000; height: auto; text-decoration: none; padding: 5px 5px 5px 5px; background-color: #ffffff;}	
ul.nav li a:hover {background-color: #cd2017; display: block; height: auto; color: #ffffff; text-decoration: none; padding: 5px 5px 5px 5px;}

/* GENERAL SETTINGS #NAV */
ul#nav {width:690px; float:left; background-color: #cd2017;}
ul#nav , #nav li {list-style-type: none; margin:0; padding:0; float:left;}
#nav li, #nav a {float: left; height: 29px; line-height: 29px; padding:0px; margin:0px;}
#nav li a {outline: 0; text-indent: -4000px; background: transparent url(../images/navigation.gif) no-repeat;}

/* BUTTONS #NAV */
#nav #home a {width:98px; background-position:0 0;}
#nav #actueel a {width:118px; background-position:-98px 0px;}
#nav #agenda a {width:108px; background-position:-216px 0px;}
#nav #rooster a {width:110px; background-position:-324px 0px;}
#nav #medewerkers a {width:148px; background-position:-434px 0px;}
#nav #contact a {width:104px; background-position:-582px 0px;}

/* OVER STATES #NAV */
#nav #home a:hover {width:98px; background-position:0 -29px;}
#nav #actueel a:hover {width:118px; background-position:-98px -29px;}
#nav #agenda a:hover {width:108px; background-position:-216px -29px;}
#nav #rooster a:hover {width:110px; background-position:-324px -29px;}
#nav #medewerkers a:hover {width:148px; background-position:-434px -29px;}
#nav #contact a:hover {width:104px; background-position:-582px -29px;}