@charset "utf-8";
/* CSS Document */

dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
	color: #000;
}
#menu {
	margin-top: 0px;
	width: 150px;
}
#menu dt {
	cursor: pointer;
	margin: 0;
	list-style: none;
	line-height: normal;
}

#menu dt a {
	display: block;
	color: #fcf3d9;
	font-size: 12px;
	background: #004384;
	padding: 4px;
	border-top: 1px solid #edae00;
	font-weight: bold;
	text-decoration: none;
}

#menu dt a:hover, #menu .active a {
	background: #edae00;
	text-decoration: none;
	color: #004384;
	border-top: 1px solid #fcf3d9;
}

#menu dd {
position: absolute;
margin-left: 153px;
margin-top: -40px;
left: 8em;
background: #004384;
border: 1px solid #edae00;

}
#menu ul {
padding; 3px;
}
#menu li {
font-size: 100%;
height: normal;
line-height: normal;
}

#menu li a {
padding: 5px 10px 5px 5px;
border-bottom: 1px solid #edae00;
color: #fcf3d9;
text-decoration: none;
display: block;
}
#menu li a:hover {
text-decoration: none;
color: #004384;
background: #edae00;
}
.spwhite {
background: #004384;
font-family: verdana, arial, sans-serif;
font-size: 12px;
font-weight: bold;
color: #fcf3d9;
}

.filler {
background:#004384;
}
