﻿@charset "utf-8";
/* CSS Document */

/* Begin Nav Styles */
#nav {
	display: block;
	float: left;
	width: 575px;
	height: 30px;
}

#nav ul {
	list-style: none;
	position: relative;
	z-index: 5999;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
}

#nav ul li {
	position: relative;
	z-index: inherit;
	float: left;
	margin: 0px;
	padding: 0px;
}

#nav ul li a {
	display: block;
	padding: 4px 12px 6px 12px;
	color: #333333;
	text-decoration: none;
	background-color: transparent;
	border: 1px transparent solid;
}

#nav ul li a:hover {
	color: #1985B5;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px #C9C9C9 solid;
	border-bottom: 0px;
}
/* bottom border fix for childless items */
#nav li.no_subs a:hover { padding: 4px 12px 5px 12px; border-bottom: 1px #C9C9C9 solid; }

#nav ul li ul {
	position: absolute;
	z-index: -10;
	left: 0px;
	top: 28px;
	display: none;
	padding: 0px;
	width: 140px;
	border: 1px #C9C9C9 solid;
}

/* Fix IE. Hide from IE Mac \*/
* html #nav ul li { float: left; height: 1%; }
* html #nav ul li a { float: left; height: 1%; }
/* End */ 

/* Sub Menu Styles */
#nav ul li:hover a {
	color: #1985B5;
	text-decoration: none;
	background-color: #FFFFFF;
	border: 1px #C9C9C9 solid;
	border-bottom: 0px;
}

#nav ul li:hover ul {
	display: block;
}

#nav ul li ul li a {
	width: 120px;
	padding: 4px 10px 5px 10px;
	margin: 0px;
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #333333 !important;
	border: 0px !important;
	background-color: #FFFFFF;
	filter: alpha(opacity=90);
	-moz-opacity: 0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#nav ul li ul li a:hover {
	color: #1985B5 !important;
	text-decoration: none;
} 


.fb_link a {
	background: url('../images/icons/facebook.png') no-repeat 9px 4px;
	text-indent: 30px;
	padding: 6px 10px 7px 10px !important;
}
.fl_link a {
	background: url('../images/icons/flickr.png') no-repeat 9px 4px;
	text-indent: 30px;
	padding: 6px 10px 7px 10px !important;
}
.tw_link a {
	background: url('../images/icons/twitter.png') no-repeat 9px 4px;
	text-indent: 30px;
	padding: 6px 10px 7px 10px !important;
}
.yt_link a {
	background: url('../images/icons/youtube.png') no-repeat 9px 4px;
	text-indent: 30px;
	padding: 6px 10px 7px 10px !important;
}
.rss_link a {
	background: url('../images/icons/rss.png') no-repeat 9px 4px;
	text-indent: 30px;
	padding: 6px 10px 7px 10px !important;
}

/* End Nav Styles */

