body {
	margin: 0px;
	padding: 0px;
}

#page {
	margin: 10px;
}

#menuBar {
	color: white;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	font-weight: bold;
	text-align: left;
	text-transform: capitalize;
	display: block;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	width: 99%;
	overflow: hidden;
	vertical-align: middle;
	border: solid 1px #000000;
	background-color: red;
	}

.menuHeader {
	color: white;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	padding: 5px;
	margin: 0px;
	padding-right: 15px;
	display: inline;
	position: relative;
	border-right: 1px solid #000000;
	}

a.menuLink {
	display: block;
	padding: 2px 5px;
	border-top: 1px solid red
	}

a.menuLink:link {
	color: white;
	text-decoration: none
	}

a.menuLink:visited {
	color: white;
	text-decoration: 
	}

a.menuLink:hover {
	color: white;
	background-color: black;
	text-decoration: none
	}

a.menuLink:active {
	color: red;
	text-decoration: none;
	background-color: white;
	}

.menuDrop {
	border-left:1px solid red; border-right:1px solid red; border-top:0px solid red; border-bottom:1px solid red; color: white;
	font-size: 10px;
	font-family: arial, Helvetica, sans-serif;
	background-color: red;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	
	}