/* CSS Document */
.preload{display:none;}
/* TOP MENU */
.menuHome a { 
    display:block; 
    width:76px; 
    height: 26px;
    background: url(../img/menu/home_off.png) no-repeat;
}
.menuHome a:hover { 
    width:76px; 
    height: 26px;
    background: url(../img/menu/home_on.png) no-repeat;
}

.clubHome a { 
    display:block; 
    width:87px; 
    height: 26px;
    background: url(../img/menu/club_off.png) no-repeat;
}
.clubHome a:hover { 
    width:87px; 
    height: 26px;
    background: url(../img/menu/club_on.png) no-repeat;
}
.selectieHome a { 
    display:block; 
    width:95px; 
    height: 26px;
    background: url(../img/menu/selectie_off.png) no-repeat;
}
.selectieHome a:hover { 
    width:95px; 
    height: 26px;
    background: url(../img/menu/selectie_on.png) no-repeat;
}
.seniorenHome a { 
    display:block; 
    width:101px; 
    height: 26px;
    background: url(../img/menu/senioren_off.png) no-repeat;
}
.seniorenHome a:hover { 
    width:101px; 
    height: 26px;
    background: url(../img/menu/senioren_on.png) no-repeat;
}
.jeugdHome a { 
    display:block; 
    width:82px; 
    height: 26px;
    background: url(../img/menu/jeugd_off.png) no-repeat;
}
.jeugdHome a:hover { 
    width:82px; 
    height: 26px;
    background: url(../img/menu/jeugd_on.png) no-repeat;
}
.wedstrijdenHome a { 
    display:block; 
    width:127px; 
    height: 26px;
    background: url(../img/menu/wedstrijden_off.png) no-repeat;
}
.wedstrijdenHome a:hover { 
    width:127px; 
    height: 26px;
    background: url(../img/menu/wedstrijden_on.png) no-repeat;
}
.sponsorenHome a { 
    display:block; 
    width:117px; 
    height: 26px;
    background: url(../img/menu/sponsoren_off.png) no-repeat;
}
.sponsorenHome a:hover { 
    width:117px; 
    height: 26px;
    background: url(../img/menu/sponsoren_on.png) no-repeat;
}
.vrijwilligersHome a { 
    display:block; 
    width:120px; 
    height: 26px;
    background: url(../img/menu/vrijwilligers_off.png) no-repeat;
}
.vrijwilligersHome a:hover { 
    width:120px; 
    height: 26px;
    background: url(../img/menu/vrijwilligers_on.png) no-repeat;
}
.contactHome a { 
    display:block; 
    width:93px; 
    height: 26px;
    background: url(../img/menu/contact_off.png) no-repeat;
}
.contactHome a:hover { 
    width:93px; 
    height: 26px;
    background: url(../img/menu/contact_on.png) no-repeat;
}
/*SUCKERFISH */
#nav, #nav ul {
padding: 0;
margin: 0;
list-style: none;
}

#nav li.homeM { 
	float: left; 
	width: 76px;
}
#nav li.clubM { 
	float: left;
  width: 87px; 
}
#nav li.selectieM { 
	float: left; 
	width: 95px; 
}
#nav li.seniorenM { 
	float: left; 
	width: 101px; 
}
#nav li.jeugdM { 
	float: left; 
	width: 82px; 
}
#nav li.wedstrijdenM { 
	float: left; 
	width: 127px;   
}
#nav li.sponsorenM { 
	float: left; 
	width: 117px; 	
}
#nav li.vrijwilligersM { 
	float: left; 
	width: 120px; 
}
#nav li.contactM { 
	float: left; 
	width: 93px; 	
}

#nav ul {
position: absolute;
left: -1000px;

}

#nav li:hover ul, #nav li.ie_does_hover ul {
left: auto;
	border: 1px solid #737474;
}


#nav a { 
	display: block; 
	width: 127px; 
	height: 26px;
	text-decoration: none;

} 

#nav li:hover ul { 
	left: auto;
}
#nav li:hover ul, #nav li.sfhover ul { 
	left: auto; 
}
#nav li ul ul { 
	margin: -2.8em 0 0 122px; 
} 
#nav li:hover ul ul, #nav li.sfhover ul ul { 
	left: -999em; 
	margin-top: -2.5em;
	margin-left: 122px;
} 
#nav li:hover ul, #nav li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul { 
	left: auto; 
}   
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul { 
	left: -999em; 
} 
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { 
	left: auto; 
}
a.hideGrey {
  color: #424141;
  font-size: 12px;  
  font-weight: bold;
  background: #424141;  
  
}
a.menuList {
  color: white;
  font-size: 11px;  
  font-weight: bold;
  height: 15px;
  background-color: #424141; 
}
a.menuList:hover {
  color: #ffcc00;
  font-size: 11px;  
  font-weight: bold;
  height: 15px;  
  background-color: #424141; 
}
a.menuListArrow {
  color: white;
  font-size: 11px;
  height: 15px;
  font-weight: bold;
  
  width: 122px;
  background: #424141 url('../img/menu/arrowOff.jpg') no-repeat; 
}
a.menuListArrow:hover {
  color: #ffcc00;
  font-size: 11px;  
  font-weight: bold;
  height: 15px;
  background: #424141 url('../img/menu/arrow.jpg') no-repeat; 
}





