/**
 * TOP NAVIGATION AREA
 */

#nav_bar {
	position: absolute;
	top: 230px;
	left: 3px;
}


/* Top navigation items */

.nav_item {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 25px;
	color: #CFCFCF;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
}

.nav_item_ov {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 25px;
	color: #92B248;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	cursor: pointer;
}

.nav_item_sel {
	float: left;
	height: 22px;
	line-height: 22px;
	margin-left: 25px;
	color: #737A7E;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:16px;
	cursor: pointer;
}

DIV.nav_item A.navlink {
	color: #CFCFCF;
	text-decoration: none;
}

DIV.nav_item_ov A.navlink {
	color: #92B248;
	text-decoration: none;
}

DIV.nav_item_sel A.navlink {
	color: #737A7E;
	text-decoration: none;
}


/**
 * META NAVIGATION AREA (whithin side area)
 */
 
#metanav {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 225px;
	height: 35px;
	color: #92B248;
	padding: 10px 10px 5px 35px;
	background-color: #6A7553;
	font-family:Georgia, "Times New Roman", Times, serif;
	line-height:16px;
}

#metanav A {
	color: #FFFFFF;
}

#metanav A:link, 
#metanav A:visited {
	text-decoration: none;
}

#metanav A:hover, 
#metanav A:active {
	color: #92B248;
	text-decoration: none;
}
