dl, dt, dd, ul, li {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu {
	position: relative;
	top: 0;
	left: 0;
	z-index:100;
	width:900px;
	margin:auto;
	background:url(../images/menuBg.gif) left top repeat-x;
	height:38px;
}
#menu dl {
	float: left;
	width: 8em;
	margin: 0 0px;
}
#menu dt {
	cursor: pointer;
	height:38px;
	text-align: center;
	font-weight: bold;
	background: none;
	border-right: 1px solid #fab266;
}

#menu dt a {
	font-family:Arial, Helvetica, sans-serif;
	font-size:14px;
	font-weight:normal;
	color: #ffffff;
	text-decoration: none;
	display: block;
	height: 100%;
	border:none;
}

#menu dt a:hover {
	background:url(../images/menuHover.gif) left top repeat-x;
	height:38px;
}

#menu dd {
	border: none;
	border-width:0px;
	position:absolute;
}
#menu li {
	text-align: left;
	background:#0a7ed3;
}
#menu li a{
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #ffffff;
	font-weight:bold;
	text-decoration: none;
	display: block;
	height: 100%;
	border:1px solid #409ee4;
	border-width:0px 1px 1px 1px;
	padding:5px;
}
#menu li a:hover {
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color: #000000;
	font-weight:bold;
	text-decoration: none;
	background: #f7b672;
}