dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: absolute;
	 top: 89px;
	margin-left: auto;
	margin-right: auto;
	z-index:100;
	width: 902px;
	height: 20px;
	background-position: left top;
	border-right-width: 1px;
	border-left-width: 1px;
	vertical-align: middle;
	text-align: center;
}
#menu dl {
	float: left;
	width: 160px;
	line-height: 20px;
	vertical-align: middle;
}
#menu dt {
	color: #FFFFFF;
	cursor: pointer;
	text-align: center;
	margin-left: 0px;
	font-size: 10px;
	text-decoration: none;
	border: #FFFFFF;
}
#menu dd {
	margin-left: 0px;
	margin-top: 5px;
	display: none;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: gray;
	border-bottom-color: gray;
	border-left-color: gray;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: gray;
	background-color:#FFFFFF;
}
#menu li {
	text-align: left;
	text-indent:5px;
}
#menu li a, #menu dt a {
	color: color: #FFFFFF;;
	text-decoration: none;
	display: block;
	height: 100%;
	border: 0 none;
}
#menu li a:hover, #menu li a:focus, #menu dt a:focus {
	background-color:#CCCCCC;
	color: #000000;
	text-decoration: none;
}
#menu dt a:hover {
	text-decoration: none;
	color: #333333;
	background-color: #CCCCCC;
	border: 1px solid #4D739C;
}
