/*----- NAVIGATION -----*/
#nav {
	clear: both;
	float: left;
	width: 780px;
	font: 1.05em "Trebuchet MS", Verdana, Helvetica, Arial, sans-serif;
	padding: 14px 0 10px 0;
}

#tabs, #tabs ul {
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
}

#tabs a {
	text-align: center; 
	display: block;
	width: 13em;
	color: #6FBDF4; /*#7AADDC;*/
	text-decoration: none;
}

#tabs a:hover, #tabs a#current-page {
	color: white;
}

#tabs li ul a#current-page:hover {
	color: #003366;
}

#tabs li {
	float: left;
	width: 13em;
}

#tabs li ul {
	position: absolute;
	z-index: 100;
	width: 13em;
	left: -999em;
	background-color: #7AADDC;
	border: 1px solid #003366;
}

#tabs li ul a {
	width: auto;
	font-size: 0.9em;
	color: #003366; 
	padding: 5px;
	margin: 0;	
	text-align: left;
	text-decoration: none;
}

#tabs li ul a:hover {
	text-decoration: underline;
	background-color: white;
	color: #003366;
}

#tabs li:hover ul, #tabs li.sfHover ul {
	left: auto;
}
