#Center{
	margin-right: auto;
	margin-left: auto;
	width: 600px;
}

#menuBar {
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 8px;
	left: 10px;
	right: 0px;
	width: 500px;
	overflow: hidden;
	background-color: #9c9c9c;
	}
 
.menuHeader {
	color: #fff;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	padding-right: 15px;
	display: inline;
	position: relative;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #666;
	}
 
.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	color: #000;
	font-size: 12px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #c9c9c9;
	background-repeat: repeat;
	border-top-width: 0;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #999;
	border-right-color: #999;
	border-bottom-color: #999;
	border-left-color: #999;
}
.menuDrop hover
{
	background-color: #ffffff;
}
 
.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid #ccc;
	text-decoration: none
	}
 
.menuDrop a:link {
	color: #000;
	text-decoration: none;
	}
 
.menuDrop a:visited {
	color: #000;
	text-decoration: none;
	}
 
.menuDrop a:hover {
	color: #fff;
	background-color: #333;
	text-decoration: none;
	}
 
.menuDrop a:active {
	color: #ffffff;
	background-color: #333;
	text-decoration: none;
	}
