.navDropDownBox ul {
	list-style: none;
	padding: 0;
	margin: 0;
	z-index: 5;
}

.navDropDownBox a {
	font-weight: bold;
	color: #333333;
	z-index: 5;
}

.navDropDownBox a {
	text-decoration: none;
	z-index: 5;
}
.navDropDownBox a:hover {
	color: #FFFF00;
	text-decoration: none;
	z-index: 5;
}
.navDropDownBox li li a {
	display: block;
	font-weight: bold;
	color: #000000;
	padding: 0.5em 10px;
	z-index: 5;
}
/*hover over the drop down choices*/
.navDropDownBox li li a:hover {
	z-index: 5;
	color: #FFFF00;
	background-color: #99CC00;
}

/*the top list, the nav points that are always visible*/
.navDropDownBox li {
	float: left;
	position: relative;
	/*width: 10em;*/
	text-align: center;
	cursor: default;
	background-color: #transparent;
	z-index: 5;
}

.navDropDownBox li#first {
	border-left-width: 1em;
	z-index: 5;
}

.navDropDownBox li#last {
	border-right-width: 1em;
	z-index: 5;
}

.navDropDownBox li ul {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	font-weight: normal;
	padding: 0em 0;
	background-color: #FFFFCC;
	z-index: 5;
}

.navDropDownBox li>ul {
	top: auto;
	left: auto;
	z-index: 5;
}
/*second list - the drop down portion*/
.navDropDownBox li li {
	display: block;
	float: none;
	background-color: #FFFFCC;
	border: 1 solid #333333;
	z-index: 5;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;

}

.navDropDownBox li:hover ul, li.over ul {
	display: block;
	z-index: 5;
}

/* CSS Document */
.nav {
	left: auto;
	right: auto;
	padding-right: 20px;
}
.topofDropDown {
	padding-right: 8px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #336633;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.topofDropDown_lastItem {
	padding-right: 8px;
	padding-left: 8px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	text-decoration: none;
}
.tpNav {
	color: #333333;
	z-index: 5;
	height: 1em;
	/*filter: Shadow(Color=#336633, 	
			Direction=135, 
			Strength=3);*/
	text-shadow: #336633 3px 3px 3px;
}

