#header_menu { /* menu */
	border-bottom: 1px #747474 dotted;
}

a.menunav { /* uitklap menu */
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #0070B7;
	padding: 4px;
	padding-left: 5px;
	background-color: #EFF5FF;
	font-size: 11px;
	height: 15px;
	width: 180px;
	text-align: left;
	border-bottom: 1px #C7D6EE solid;
	border-left: 1px #C7D6EE solid;
	border-right: 1px #C7D6EE solid;
}

a.menunav:hover { /* uitklap menu over */
	text-decoration: none;
	display: block;
	font-weight: normal;
	color: #D02118;
	padding: 4px;
	padding-left: 5px;
	background-color: #FFFFFF;
	font-size: 11px;
	height: 15px;
	text-align: left;
}

ul.menu { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
}
li.menu{ /* second-level lists */

	list-style-type:none;}
	
	
#menunav { /* all list items */
	float: right;
	position: relative;
	width: 175px;
	padding: 02px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	border-right-width: 0px;
	border-right-style: solid;
	border-right-color: #FFFFFF;
}

#menunav2 { /* all list items */
	float: right;
	position: relative;
	width: 180px;
	padding: 0px;
	font-weight: bold;
	font-size: 10px;
	text-align: center;
	
}

li.menu ul.menu { /* second-level lists */
	display: none;
	position: absolute;
	top: 21px;
	left: 0px;
	background: #CC0000;
	padding: 0px;
	width: 180px;
	list-style-type:none;
}


li.menu>ul.menu { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
	list-style-type:none;
}

li.menu:hover ul.menu, li.menu.over ul.menu { /* lists nested under hovered list items */
	display: block;
	list-style-type:none;
}

 /* link styles */

a.mainmenu { color: #FFFFFF; font-family: Verdana, Arial; height: 17px; margin-top: 2px; text-decoration: none}
a.mainmenu:hover { color: #FFFFFF; font-family: Verdana, Arial; text-decoration: none}
a.mainmenu:visited { color: #FFFFFF; font-family: Verdana, Arial; text-decoration: none} 
a.mainmenu:visited:hover { color: #FFFFFF; font-family: Verdana, Arial; text-decoration: none} 

