.topnav {
	width: 150px;
	text-align:center;
	float:right;
}

.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: #efb10e;
}
.topnav_project {
	width: 250px;
	text-align:center;
	float:right;
}
.topnav_project a {
	font-family: Verdana, Arial, Helvetica, sans-serif;	
	font-size: 10px;
	text-decoration:none;
	color: #ffffff;
	padding-left: 5px;
	padding-right: 5px;
}

.topnav_project a:hover {
	color: #efb10e;
}
/* START SUBNAV */
.subnav {
	width: 780px;
	height: 9px;
	background-image: url(../images/content_bg_bottom.jpg);
	background-repeat: no-repeat;
	background-color: #acd0df;
	color: #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: #efb10e;
}
	
/* 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.jpg);
	background-repeat: repeat-x;
	border-left: 1px solid #ffffff;
	border-right: 1px solid #ffffff;
	height: 41px;
	padding-top: 0px;/*3px*/
	

}

/**/


.nav td {
	vertical-align: middle;
	text-align: center;

}
#none {
background-image: none;
}
.nav td a {
	height: 31px;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 25px;
	padding-right: 25px;
	background-image: url(../images/nav_seperator.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.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:#5996af;
}
/**/



.nav_project td {
	vertical-align: middle;
	text-align: center;

}

.nav_project td a {
	height: 31px;
	color: #ffffff;
	padding-top: 10px;
	padding-left: 15px;
	padding-right: 15px;
	background-image: url(../images/nav_seperator.jpg);
	background-repeat: no-repeat;
	background-position: right;
}

.nav_project 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_project a:hover {
	/*background-image: url(../images/lilarrow.gif);
	background-repeat: no-repeat;*/
	background-position:0px;
	background-color:#5996af;
}
/**/

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: #5996af;
	
	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;
	background-image: none;
}

/*this controls the height of the subnav...*/
td .anylinkcss  a {
	height: 15px;
}
.anylinkcss a:hover {
	background-color: #acd0df;
	color: #FFFFFF;
}
