.drop_nav{
	position:absolute;
	visibility: hidden;
	border:0px solid black;
	border-bottom-width: 0;
	font:bold normal 12px/18px Verdana;
	z-index: 100;
	width: 200px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}

.drop_nav a{
	width: 100%;
	height: 25px;
	display: block;
	text-indent: 5px;
	border-bottom: 0px solid black;
	padding: 1px 0 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(nav_images/drop_nav.gif);
	background-repeat: repeat-y;
	vertical-align: middle;
	color: #FFFFFF;
}
.drop_nav a:active{
	width: 100%;
	height: 25px;
	display: block;
	text-indent: 5px;
	border-bottom: 0px solid black;
	padding: 1px 0 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(nav_images/drop_nav.gif);
	background-repeat: repeat-y;
	vertical-align: middle;
	color: #FFFFFF;
}
.drop_nav a:visited{
	width: 100%;
	height: 25px;
	display: block;
	text-indent: 5px;
	border-bottom: 0px solid black;
	padding: 1px 0 0px;
	text-decoration: none;
	font-weight: bold;
	text-indent: 5px;
	background-image: url(nav_images/drop_nav.gif);
	background-repeat: repeat-y;
	vertical-align: middle;
	color: #FFFFFF;
}
.drop_nav a:hover{
	color: #003366;
	background-image: url(nav_images/drop_nav_hover.gif);
	background-repeat: repeat-x;
	background-position: center;
}
.main_nav {
	font:bold normal 12px Verdana;

}
.main_nav a{
	color: #003366;
		height: 25px;
	text-decoration: none;

}
.main_nav a:visited{
	color: #003366;
	text-decoration: none;
}
.main_nav a:active{
	color: #003366;
	text-decoration: none;
}
.drop_nav a:hover{
	color: #003366;
	text-decoration: none;
}
.nav_bar {
	background-color: #00CC66;
	width: 100%;
}
