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: auto;
//was 100px als hij naar links springt
	margin-right: auto;
	margin-top: 2px;
	margin-bottom: 2px;
	margin-right: auto;
	padding-left: 25px;
} 
* 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(http://www.yestelecom.nl/images/all/wit.png) fixed;
	text-decoration: none;
	width:180px;
	padding: 4px 4px 4px 6px;
	outline-width: 0px;
	list-style-image: none;
	text-align: left;
	top: 0px;
	border-top-color: #fff;
	border-right-color: #bbe3ff;
	border-bottom-color: #bbe3ff;
	border-left-color: #bbe3ff;
	color: #006798;
	border-style: solid;
	border-width: 0px 2px 2px 2px;
}
.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;
	font-weight: bold;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	border-right: 0 none transparent;
	padding: 4px 6px 4px 0px;
}
.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 {
	font-size: 10px;
	background-image: none;
	background-repeat: repeat;
	background-attachment: scroll;
	background-position: 0 0;
	text-decoration: none;
	border-right: 2px solid #cef2ff;
}

