/* NAVIGATIE: algemene properties menu */

#navigatie {
/* float: left; (OM HET MENU LINKS UIT TE LIJNEN) */
	margin: 0 auto;
	width: 153px;
	margin-top: 20px;
}

/* BUTTONS: algemene properties buttons */

ul#menu,ul#menu ul  {
	list-style-type: none;
	padding: 0;
	margin: 0;
	border: none;
	top: 0px;
	left: 0px;
	width: 153px;
}

ul#menu li,ul#menu ul li {
	padding:0 0 0 0;
	margin: 0;
	display: block;
	float: left;
	width: 153px;
}

ul#menu li a {
	display: block;
	width: 143px;
	border-top: #a9add1 solid 1px;
	text-align: left;
	padding: 8px 0 8px 10px;
	color: #000000;
	font-size: 12px!important;
	font-weight: normal;
	font-family: Arial;
	line-height: 11px;
	text-decoration: none;
	font-weight: bold;
}

ul#menu ul li a
{
	padding: 0px 0 6px 25px;
	border: none!important;
	
}

ul#menu li a:hover, ul#menu li.on a{
	font-weight: bold;
	color: #29338c;
}

ul#menu #occasions a
{
	color: #ffffff;
	background: url(../img/occassions.gif) no-repeat 5px center; 	
}

ul#menu #occasions a:hover
{
	color: #000000!important;	
}



.spacerLI
{
	padding:0 0 0 0;
	margin: 0;
	display: block;
	float: left;
	width: 153px;
	height: 25px;
	background: #a9add1;
}
