p.nav { display: inline;
	font-family: century gothic, arial, verdana;
	font-size: 10pt;
	color: #4a6ad4;
	margin-left: 5px; }

#menuBar {
	display: block;
	margin-top: 70px;
	margin-bottom: 5px;
	position: relative;
	top: 0px;
	left: 0px;
	right: 0px;
	overflow: hidden;
	vertical-align: middle;
	}

.menuLinkMain { font-family: century gothic, arial, verdana;
		font-size: 10pt;
		color: #4a6ad4;
		text-decoration: none; }

.menuHeader {
	font-family: century gothic, arial, verdana;
	font-size: 10pt;
	color: #4a6ad4;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin-left: 5px;
	display: inline;
	position: relative;
	}

.menuHeader2 {
	font-family: century gothic, arial, verdana;
	font-size: 12pt;
	color: #BBBBBB;
	text-decoration: none;
	white-space: nowrap;
	cursor: pointer;
	margin-left: 5px;
	display: inline;
	position: relative;
	}

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

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

a.menuLink:visited {
	color: #000000;
	text-decoration: none
	}

a.menuLink:hover {
	color: #4a6ad4;
	background-color: #efd192;
	text-decoration: none
	}

a.menuLink:active {
	color: #4a6ad4;
	text-decoration: none;
	background-color: #efd192;
	}

.menuDrop {
	color: #999999;
	font-size: 12px;
	font-family: arial, Helvetica, sans-serif;
	background-color: #7f95e0;
	background-repeat: repeat;
	visibility: hidden;
	margin: 0;
	padding: 0;
	position: absolute;
	z-index: 1000;
	top: 60px;
	left: 0;
	width: 175px;
	height: auto;
	border-style: solid;
	border-width: 0 1px 1px;
	border-color: #003365
	}