.header {
	position: relative;
	background-color: #4c135f;
	width: 995px;
	margin:auto;
	height: 101px;
}
#menucontent {
	position: relative;
	background-color: #4c135f;
	width: 645px;
	margin:auto;
	top:0px;
	height: 41px;
	z-index:10000;
}
.maincontent {
  position: relative;
  background-color: #fff;
  width: 995px;
  margin:auto;
  top:0px;
}
body {
	margin: 0;
	padding: 0;
	background: white;
	font: 80% verdana, arial, sans-serif;
	width: 100%;
}


#menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 111;
}

#menu {
	position: absolute;
	top:0px;
	right:0px;
	z-index:100;
	margin:auto;
	height: 41px;
}
#menu dl {
	float: left;
	width: 10em;
	margin: 0;
	margin: 0;
	padding: 0;
	list-style-type: none;
	background-color: #A6A2A1;
}
#menu dt {
	cursor: pointer;
	text-align: center;
	font-weight: bold;
	border: 0px solid gray;
	margin: 0;
	padding: 0;
	list-style-type: none;
	height: 41px;
	background-color: #A6A2A1;
}
#menu dd {
	border: 0px solid gray;
	margin: 0;
	padding: 0;
	list-style-type: none;
	position: absolute;
}
#menu li {
	font-weight:bold;
	font-size:11px;
	text-align: left;
	background: #fff;
	margin: 0;
	padding: 0;
	list-style-type: none;
	z-index: 122;
}
#menu li a, #menu dt a {
	color: #0bacee;
	background-color:#f6f6f6;
	text-decoration: none;
	display: block;
	height: 100%;
	padding: 2px 1px 2px 2px;
	font-weight: bold;
}
#menu li a:hover, #menu dt a:hover {
	color: #ffc600;
	background: #7E8082;
	font-weight: bold;
}
