 
dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #FFFFFF;
}
#menu {
	position: absolute;
	z-index:100;
	width: 686px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	top: 189px;
	left: 25%;
}
#menu dl {
	float: left;
	width: 125px;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: lighter;
	margin: 1px;
	background-color: #006DB0;
	color: #FFFFFF;
}
#menu dd {
	display: none;
}
#menu li {
	text-align: left;
	background: #fff;
	background-color: #006DB0;
}
#menu li a, #menu dt a {
	color: #000;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
	background-color: #F2F2F2;
}
#menu li a:hover, #menu li a:focus, #menu dt a:hover, #menu dt a:focus {
	color: #FFFFFF;
	background-color: #4EB9F3;
}
