@charset "utf-8";
/* CSS Document */
/* /////////////////	TOP/GLOBAL NAVIGATION							 */

#topnav {
	width: 960px;
	height: 25px;
	background: none;
	padding: 0;
	margin: 0 auto;
}

#topnav li {
	margin: 0;
	padding: 0;
	list-style: none;
	float: left;
	text-align:center;
	top: 0;
	position: absolute;
}

#topnav li, #topnav a, #topnav span {
	height: 25px;
	display: block;
}

#n1 { left: 0; width: 137px;}
#n2 { left: 137px; width: 137px;}
#n3 { left: 274px; width: 137px;}
#n4 { left: 411px; width: 137px;}
#n5 { left: 548px; width: 137px;}
#n6 { left: 685px; width: 137px;}
#n7 { left: 822px; width: 137px;}

#n1 a:hover { left: 0; width: 137px;}
#n2 a:hover { left: 137px; width: 137px;}
#n3 a:hover { left: 274px; width: 137px;}
#n4 a:hover { left: 411px; width: 137px;}
#n5 a:hover { left: 548px; width: 137px;}
#n6 a:hover { left: 685px; width: 137px;}
#n7 a:hover { left: 822px; width: 137px;}

#n1 a.active { left: 0; width: 137px;}
#n2 a.active { left: 137px; width: 137px;}
#n3 a.active { left: 274px; width: 137px;}
#n4 a.active { left: 411px; width: 137px;}
#n5 a.active { left: 548px; width: 137px;}
#n6 a.active { left: 685px; width: 137px;}
#n7 a.active { left: 822px; width: 137px;}

.menu a {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ffffff;
	display: block;
	padding: 3px 3px 3px 10px;
	text-decoration: none;
	font-weight: normal;
	text-transform:capitalize;
	line-height: 1.25em;
	margin-bottom:4px;
}

.menu a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #ed2749;
	text-decoration: underline;
	text-transform:capitalize;
	font-weight: normal;
	line-height: 1.25em;
}

.menu .options {
	display: block;
	background: url('../images/dropdown.png') no-repeat bottom left;
	padding-top: 10px;
	padding-bottom: 8px;
	opacity:0.85;
	_filter:alpha(opacity=85);
}

.top_nav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffd636;
	text-decoration:none;
	line-height:1em;
}

A.top_nav:link, A.top_nav:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #ffd636;
	text-decoration:none;
}

A.top_nav:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0094d1;
	text-decoration: none;
}

A.top_nav:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 13px;
	color: #0094d1;
	text-decoration: none;
}
