@charset "UTF-8";

/* VAN ROEDEN WATERSPORT HOR MENU CSS */

/*******************************************************************************/
/* Horizontaal menu, 1 laag                                                    */
/*******************************************************************************/

/* Algemeen
********************************************************************************/

#hor_navcontainer {
	width: 926px; /* Deze aanpassen aan de lengte van de totale tekst */
	margin-right: auto;
	margin-left: auto;
}

ul#hor_navlist {
	margin-left: 0;
	white-space: nowrap;
	margin-bottom: 0px;
	height: 28px;
	padding: 0px;
	line-height: 28px;
}

/* Text en container
********************************************************************************/


#hor_navlist li {
	list-style-type: none;
	height: 28px;
	padding: 0px 7px 0px 0px;
	line-height: 28px;
	float: left;
	font-size: 12px;
	text-transform: uppercase;
}

#hor_navlist a {
	color: #ccd8e2;
	text-decoration: none;
	margin-right: 0px;
	font-size: 15px;
	padding-right: 15px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 28px;
	display: block;
	font-weight: bold;
}

#hor_navlist #hor_last { /* geen divider meer bij laatste */
	background: url(none);
}

/* HOVER 
********************************************************************************/

/* Text en container hover, niveau 1 
********************************************************************************/


#hor_navlist a:hover {
	text-decoration: none;
	color: #6699CC;
}

/* SELECTED 
********************************************************************************/

/* Text en container selected, niveau 1 
********************************************************************************/

#hor_navlist #hor_active #hor_current {
	text-decoration: none;
	color: #fff;
	font-weight: bold;
}
