#menu ul, #menu ol, #menu li  {
	list-style: none;
	padding: 0;
	margin: 0;
}

#menu {
    font:100% "trebuchet ms", helvetica, sans-serif;
	width: 164px;
	height: 299px;
	background-color: #003399;
	background-image: url(/images/nav-bg-complete.png);
	}

.dropdown {
	display:block;
	position:relative;
}
.dropdown dt {
	color: #FFF;
	width:138px;
	border:0 solid #9ac1c9;
	padding:12px 0 12px 20px;
	font-weight:bold;
	cursor:pointer;
	background: url(/images/bullet_orange.png) no-repeat 1px 13px;
}

.dropdown .upperdd {
	border-bottom:none
}
.dropdown dt:hover {
	background-color:#333333;
}
.dropdown dd {
	font-size: 85%;
	position:absolute;
	top:0;
	overflow:hidden;
	width: 180px;
	display: none;
	background:#fff;
}
.dropdown ul {
	width:180px;
	border: 1px solid #9ac1c9;
	list-style:none;
	overflow:hidden;
}
.dropdown li {
	display:inline
}
.dropdown a, .dropdown a:link, .dropdown a:active, .dropdown a:visited {
	display:block;
	padding:5px;
	color: #333;
	text-decoration: none;
	background: #eaf0f2;
	width: 200px;
	text-decoration:none;
}
.dropdown a:hover {
	background:#d9e1e4;
	color:#000;
}
.dropdown .underline {
	border-bottom:1px solid #b9d6dc;
}
