.nav_table {
	width: 220px;
	left: 10px;
	top: 150px;
	position: absolute;
	margin: 0px;
	text-align: center;
}
.nav_title {
	height: 40px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 24px;
	color: #000000;
	font-weight: bold;
	text-align: center;
	vertical-align: middle;
}
.nav_row {
	text-align: center;
	vertical-align: middle;
	border: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #000000;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
}
.nav_clickable {
	text-transform: uppercase;
	background-color: #FFFF33;
	text-align: center;
	vertical-align: middle;
	height: 30px;
	cursor: pointer;
	border: 2px solid #000000;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #330000;
	font-weight: bold;
}
.nav_spacer {
	text-align: center;
	height: 8px;
}
.topnav_table {
}
.topnav_button {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 16px;
	font-weight: bold;
	color: #000000;
	text-decoration: underline;
	border: 2px solid #000000;
	width: 200px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/cream_textured_background.gif);
	line-height: 24px;
}
.topnav_spacer {
	width: 50px;
	height: 30px;
}
.topnav_row_spacer {
	height: 30px;
}
.topnav_clickable {
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #000000;
	text-decoration: none;
	border: 2px solid #FF0000;
	width: 200px;
	margin: 0px;
	padding: 0px;
	cursor: pointer;
	background-image: url(../images/yellow_background.jpg);
}
#dropmenudiv {

	position:absolute;
	border:2px solid black;
	border-bottom-width: 0;
	font:bold normal 14px/20px Georgia, "Times New Roman", Times, serif;
	z-index:100;
	text-align: center;
}
#dropmenudiv a:hover {
	text-transform: uppercase;
	color: #000000;
	background-image: url(../images/yellow_background.jpg);
	border: 1px solid #FF0000;
	text-decoration: none;
}
#dropmenudiv a {
	width: 100%;
	border-bottom: 2px solid black;
	padding: 1px 0;
	text-decoration: underline;
	font-weight: bold;
	color: #FFFFFF;
	background-image: url(../images/background_dark_blue.jpg);
	text-indent: 3px;
	display: block;
}
#dropmenudiv a:active {




background-color: yellow;
}
.login {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	background-image: url(../images/background_dark_blue.jpg);
	padding-top: 2px;
	padding-right: 5px;
	padding-bottom: 2px;
	padding-left: 5px;
}

