body {
	margin:0;
	font:10px verdana, helvetica;
	text-decoration: none;}
* { text-decoration: none; padding:0; margin:0 }
.menudrop {
	width:840px;
	position:relative;
	z-index:100;
	margin-left: 120px;
	margin-right: auto;
	margin-top: 3px;
	margin-bottom: 3px;
} 
* html .menudrop {
	width:800px;
	w\idth:1000px;
	vertical-align: midden;
	padding: 0;
} 

.dropdown {
	font-size: 10px;
	text-decoration: none;
	float:left;
	padding-right:8px;
	align:left;
	clip: rect(4px,auto,4px,auto);
}
.dropdown dt { 
	border-right:1px double #eee; 
	padding:0; font-weight:bold; 
	background-position: 140px 120%; 
	text-decoration: none; 
	cursor:pointer   
}
.dropdown dt:hover { background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; }
.dropdown dd {
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	position:absolute;
	overflow:hidden;
	width:180px;
	display:none;
	z-index:200;
	border-right: 2px solid #009ee0;
	border-top-style: none;
	border-top-width: 0;
	opacity:0;
	align:left
}

.dropdown ul {
	font-weight: bold;
	background: url(https://bp.yestelecom.nl/images/all/wit.png) fixed;
	text-decoration: none;
	width:180px;
	padding: 2px;
	outline-width: 0;
	list-style-image: none;
	text-align: left;
	top: 0px;
	border-top-width: 0;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #bbe3ff;
	border-bottom-color: #bbe3ff;
	border-left-color: #bbe3ff;
	color: #FFFFFF;
}
.dropdown li { 
	text-decoration: none; 
	border-right-style: none; 
	border-right-width: 0; 
	display:inline; 
	align:left          
}

.dropdown a, .dropdown a:link, .dropdown a:active, .dropdown a:visited { color: #009ee0; font-size: 10px; display:block; padding:4px; font-weight: bold; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; border-right: 0 none transparent; }
.dropdown a:hover { color:#006798; background-color: transparent; background-image: none; background-repeat: repeat; text-decoration: none; align:left            }
.dropdown .linkermenu { color: #009ee0; font-size: 10px; font-weight:bold; text-decoration: none; border-right: 0 none transparent; border-bottom:0 solid #fff ; border-left: 1px solid #eee; }
.dropdown .underline a, .underline a:active, .underline a:visited { color: #009ee0; font-size: 10px; font-weight:bold; text-decoration: none; border-right: 0 none transparent; border-bottom:0 solid #fff ; }
.dropdown .menu a:hover { color:#fff; font-size: 10px; background-image: none; background-repeat: repeat; background-attachment: scroll; background-position: 0 0; text-decoration: none; border-right: 2px solid #cef2ff; }

