.chromestyle {
	border-top: 1px solid #d5d5d5;
	height: 32px;
	border-bottom: 5px solid #000000;
	background-color: #ffffff;
}

.chromestyle ul {
	padding: 0px;
	margin: 0px;
	padding-top: 4px;
}

.menu_opvullen{
	background-color:#c8df77;
	width: 145px;
	height:24px;
}

.chromestyle li {
	list-style: none;
	float: left;
	margin-left: 3px;
	font-weight: bold;
}

.chromestyle li.none a:link, .chromestyle li.none a:visited, .chromestyle li.none a:active {
	background-image: url(../../images/button-off.jpg);
	width: 145px;
	height: 24px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #000000;
	line-height: 24px;
	text-decoration: none;
}

.chromestyle li.none a:hover, .chromestyle li.active a {
	background-image: url(../../images/button-over.jpg);
	width: 145px;
	height: 24px;
	display: block;
	text-align: center;
	text-transform: uppercase;
	color: #ffffff;
	line-height: 24px;
	text-decoration: none;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv {
	position:absolute;
	font-size: 12px;
	line-height:15px;
	z-index:1000;
	background-color: #2e2e2e;
	color: #ffffff;
	visibility: hidden;
	margin-top: 13px;
	font-weight: bold;
	margin-top: 1px;
	width: 180px;
}


.dropmenudiv a:link, .dropmenudiv a:visited, .dropmenudiv a:active {
	display: block; 
	text-decoration: none;
	color: #ffffff;
	padding-left: 20px;
	padding-right: 16px;
	line-height: 24px;
	height: 25px;
	border-bottom: 1px solid #000000;
	padding-right: 30px;
}

.dropmenudiv ul {
	padding: 0px;
	margin: 0px;
}

.dropmenudiv li {
	list-style: circle;
}

* html .dropmenudiv a { /*IE only hack*/
	width: 100%;
}

.dropmenudiv a:hover { /*THEME CHANGE HERE*/
	color: #FFF;
	background-color: #cd061e;
	height: 25px;
}

@charset "utf-8";
/* CSS Document */


