dl, dt, dd, ul, li {
	margin: 0;
	padding: 3px 6px 0px 6px;
	list-style-type: none;
}
#menu {
	background: url(fdnav.gif) no-repeat top;
	height: 70px;
	width: 949px;
	top: 0;
	left: 0;
	z-index:100;
	background-color:#fff;
}
#menu dl {
float: left;
}
#menu li {
display: inline;
}

#menu a {
	text-decoration: none;
	font-size: 15px;
	font-weight: bold;
	color: #e6560e;
}
#menu a:hover {
	color:#0090cb;
}

#smenu1, #smenu2, #smenu3, #smenu4, #smenu5, #smenu6, #smenu7, #smenu8, #smenu9 {
	position: absolute;
	margin-top:4px;
	left: 0;
	width: 949px;
}
#smenu1 a, #smenu2 a, #smenu3 a, #smenu4 a, #smenu5 a, #smenu6 a, #smenu7 a, #smenu8 a, #smenu9 a {
	color: #0090cb;
	font-size: 0.95em;
}
#smenu1 a:hover, #smenu2 a:hover, #smenu3 a:hover, #smenu4 a:hover, #smenu5 a:hover, #smenu6 a:hover, #smenu7 a:hover, #smenu8 a:hover, #smenu9 a:hover {
	text-decoration:underline;
}
#menu #current a {
	color: #0090cb;
}
