﻿/* Navigation Bar */
#topnav {
	font-family: Arial, Helvetica, sans-serif;
	float: right;
	width: 98%;
	margin: 0px;
	padding: 8px 0px 0px 20px;
	list-style: none;
	background-color: #a0cfe4;
}
#topnav .sectitle{
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 19px;
	color: #ffffff;
	margin: 3px 0px 0px 0px;
	padding: 0px;
}
#topnav ul {
	float: right;
	margin: 0px;
	padding: 0px;
	list-style: none;
}
	
#topnav li {
	display: inline;
	margin: 0px;
	padding: 0px;
}
	
#topnav a {
	float: left;
	padding: 0px 0px 0px 9px;
	margin: 0px 10px 0px 0px;
	font-size: 13px;
	text-decoration: none;	
	color: #CCC;
}
	
#topnav a span {
	float: left;
	display: block;
	padding: 8px 12px 8px 6px;
	text-decoration: none;
	font-size: 13px;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

#topnav a:hover {
	background: #b9d7e4 url('../images/tab_left_over.gif') no-repeat left top;
}

#topnav a:hover span {
	background: #b9d7e4 url('../images/tab_right_over.gif') no-repeat right top;
	font-weight: bold;
	color: #000;
	cursor: pointer;
}

#topnav .current a {
	background: #78CBCF url('../images/tab_left_current.gif') no-repeat left top;
}

#topnav .current a span {
	background: #78CBCF url('../images/tab_right_current.gif') no-repeat right top;
	color: #333;
	cursor: pointer;
}

#topnav .section a {
	background: #78CBCF url('../images/tab_left_current.gif') no-repeat left top;
}

#topnav .section a span {
	background: #78CBCF url('../images/tab_right_current.gif') no-repeat right top;
	color: #333;
	cursor: pointer;
}
