#nav
{
	width: 100%;
	z-index:999;
position: relative; top:20px;
}

#nav ul { 
	width: 100%;
	list-style: none;
	padding: 10px 0px 0px 10px;
	margin: 0;
	border: none;
	border-width: 0;
	float: left;
	line-height:12px;
	}

#nav a {
	display : block;
	text-decoration : none;
	background: none;
	font-weight: bold;
	font-size: 24px;
}

#nav ul li a {
	color: black;
	padding: 0px 0px 10px 0px;
	margin:0px;	
	position: relative;
	top:3px;
}



#nav ul li a.dropdownarrow
{
	padding-right:14px;
	background-image: url("images/arrow-dropdown-white.gif");
	background-repeat: no-repeat;
	background-position: right ;

}




#nav li  {
	color: #ffffff;
	float: left;
	padding: 0;
	padding: 27px 16px 4px 35px;
	background: url(http://www.stadszomernachtsdroom.nl/wordpress/wp-content/plugins/wp_jquery_dropdownmenu/images/dot.gif) no-repeat left;
	height:42px;
}


#nav li img{
margin:0px 0px 0px 4px;
padding:0px;
vertical-align: middle; 

}

/** Hieronder is voor de sliding menu"s naar beneden**/
#nav li ul a {
font-size: 12px;
max-height: 10px!important;
}



#nav li ul {
	position : absolute;
	left : -999em;
	background:url("images/menu_transparant.png") repeat-x;
	left : -111em;
	height : auto;
	font-weight : normal;
	border-width : 0.25em;
	margin : 2px 0px 0px 0px;
}

#nav li ul
{
	display:none;
	left: auto;
	margin-top:4px;
	margin-left:-16px;
	width:auto;
}

#nav li li {
	border-right: none;
	
}

/* Deze drie hieronder zijn voor de sliging buttons naar beneden \*/

#nav li ul li
{
	float: none;
	clear:both;
	border-bottom: 1px solid #FFFFFF;
	position: relative;
	padding:5px 5px 0px 5px;
	width:auto;
	display:block;
	list-style-type: circle;
	background: none;
	max-height: 20px;
	
}

#nav li ul li:hover{
background: none;
}

.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */


#nav ul li:hover {
	color:red;
	background: url(http://www.stadszomernachtsdroom.nl/wordpress/wp-content/plugins/wp_jquery_dropdownmenu/images/dot_hover.gif) no-repeat left;

}

#nav ul li:hover ul.nj{
	color:red;
	background-image:  none;

	display:block;
	background-color: #828282;

}

#nav a:hover {
	color:red;

	
}

.current_page_item
{
	background-image:  none;
	margin-left:-10px;
}

#nav ul li.current_page_item a {
	color:orange;
}

#nav ul li.current_page_item  ul li{

	color: #000000;
}


#nav ul li.current_page_item  ul li a{
	color: #ffffff;
	
}


#nav ul li.current_page_item  ul li a:hover{
	color:black;
	background-image:  none;
			background: #A5E58F;
}
