
h1 {
	font: tahoma, verdana, arial sans-serif;
	color: silver;
}

h2  {
	color: gray;
}

.pages{
	position:	relative;
	top:	190px;
	left:	165px;
	width:	480px;
}

#menuBar {
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 100%;
	border: 1pt solid silver;
	overflow: hidden;
	background-color: white;
	}

.menuHeader {
	color: Black;
	font-size: 11px;
	font-family: tahoma, verdana, arial, sans-serif;
	font-weight: normal;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	border: 0pt solid silver;
	padding-right: 20px;
	display: inline;
	position: relative;
	background-color: white;
	border-right: 1px solid #000000;
	}

.menuDrop {
	position: absolute;
	visibility: hidden;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	margin: 0;
	padding: 0;
	font-size: 11px;
	font-family: tahoma, verdana, arial sans-serif;
	background-color: Beige;
	background-repeat: repeat;
	border-left: 1px solid gray;
	border-right: 1px solid gray;<br>
	border-color: gray
}

.menuDrop a {
	display: block;
	text-align: left;
	padding: 2px 5px;
	border-top: 1px solid silver;
	border-bottom: 1px solid gray;
	text-decoration: none
	}

.menuDrop a:link {
	color: black;
	}

.menuDrop a:visited {
	color: black;
	}

.menuDrop a:hover {
	color: black;
	background-color: #fff999;
	}

.menuDrop a:active {
	color: Black;
	background-color: transparent;
	}
