<style type="text/css">

body {
background: #D9E2EA;
padding:0;
margin:0;
font-family: verdana;
font-size: 13px;
color: #4E5775;
}

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}

#menu {
	position: relative;
	top: -120px;
	left: 7px;
	width: 140px;
	color: #4E5775;
	font-family: verdana;
	font-size: 13px;
	margin-top: 60px;
	background-color: #D9E2EA;
}

#menu dt {
cursor: pointer;
background: #D9E2EA;
height: 50px;
line-height: 73px;
text-align: left;
font-weight: bold;
color: #4E5775;
font-family: verdana;
font-size: 13px;
}

#menu dd {
	position: absolute;
	z-index: 3;
	margin-top: -50px;
	width: 190px;
	background: #D9E2EA;
	color: #4E5775;
	left : 140px;
	line-height: 35px;
	font-family: verdana;
	font-size: 13px;

}

#menu ul {
	padding: 13px;
	left : 160px;
	font-family: verdana;
	font-size: 13px;
	font-color: #557C95;
}

#menu li {
	text-align: left;
	font-size: 12px;
	font-color: #557C95;
	height: 32px;
	line-height: 12px;
	left: 120px;
	border-top-width: 1px;
	border-right-width: thin;
	border-bottom-width: 1px;
	border-left-width: thin;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-bottom-color: #FFFFFF;
	vertical-align: bottom;
	background-position: center;
	border-top-color: #FFFFFF;
	margin: auto;
	white-space: normal;
	display: block;
}

#menu li a, #menu dt a {
color: #4E5775;
font-family: verdana;
font-size: 13px;
text-decoration: none;
display: block;
}

#menu li a:hover {
	background-color: #557C95;
	color: white;
	line-height: 15px;
	font-family: verdana;
	font-size: 13px;
}

#menu ul li ul {
	float:none;
	left:160px;
	top: 30px;
	position:absolute;
	background-color: #D9E2EA;
	font-color: #557C95;
	width: 150px;
	z-index: 2;
	visibility: hidden;
	font-family: verdana;
	font-size: 13px;
}
</style>
