.topnav {
	width: 250px;
	padding: 12px;
	text-align:center;
	float:left;
}

.topnav a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-decoration:none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.topnav a:hover {
	color: #ff0000;
}

/* START SUBNAV */
.subnav {
	height: 35px;
	background-color: #4c6e8e;
	color: #ffffff;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
}

.subnav a {
	font-size: 10px;
	color: #ffffff;
	padding-left: 12px;
	padding-top: 8px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	text-align: left;
	text-decoration:none;
	float: left;

}
.subnav a:link {
	color: #ffffff;
}
.subnav a:visited {
	color: #ffffff;
}
.subnav a:hover {
	color: #ff0000;
}
	
/* END SUBNAV */
/* START MAIN NAVIGATION  */
.navarrow {
	font-family: Georgia, "Times New Roman", Times, serif;
	color: #ffffff;
	font-size: 9px;
}

.nav_bg {
	background-image: url(../images/nav_bg.gif);
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 43px;
	padding-top: 0px;/*3px*/
	padding-bottom: 4px;
}

/**/
	
.nav td {
	vertical-align: middle;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
}

.nav td a {
	padding-top: 8px;
	height: 28px;
	padding-left: 7px;
	padding-right: 7px;
	color: #ffffff;
}

.nav a {
	width: auto;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 15px;
	font-weight: bold;
	text-decoration: none;
	color: #FFFFFF;
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
	display:block;
}

/*.nav a:hover:before {
	content: url(../images/star_nav.gif);
}
*/
.nav a:hover {
	background-image: url(../images/lilarrow.gif);
	background-repeat: no-repeat;
	background-position:0px;
	background-color:#4b6052;
}
/**/


td .anylinkcss {
	width: 250px;
	position:absolute;
	visibility: hidden;
	border: 1px solid black;
	border-bottom-width: 0;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-decoration:none;
	text-align: left;
	/*line-height: 18px;*/
	z-index: 100;
	background-color: #526645;
	color: #FFFFFF;
}

td .anylinkcss a {
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	text-indent: 3px;
	border-bottom: 1px solid black;
	padding: 1px 0;
	text-decoration: none;
	font-weight: normal;
	text-indent: 15px;
	text-align: left;
	color: #FFFFFF;
}

/*this controls the height of the subnav...*/
td .anylinkcss  a {
	height: 15px;
}
.anylinkcss a:hover {
	background-color: #4b6052;
	color: #FFFFFF;
}
