/*-----------------------Navigation---------------------------*/
#navBar {
	background-color: transparent;
	height:14px;
	width: 900px;

}
#nav { /* The main lists */
	width:850px;
	padding: 0;
	list-style: none;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

#nav ul {
	padding: 0px;
	list-style: none;
	background-image: none;
	
	}

#nav li {
	float: left;
	border-collapse: collapse;
	margin:0px;
	list-style-type: none;
	list-style-image: none;
	
	
}

/*html>body #nav  li { 
width: 101px;} /* IE ignores this but Firefox obeys it*/



/* Set link attributes for the top-level list */
#nav  li a {
	border-collapse: collapse;
	white-space:nowrap;
	width: 210px;
	display: block;
	font-weight: bold;
	color: #2660DB;
	text-decoration: none;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	text-align: center;
	padding: 0px;
	outline:none;
		height: 14px;
	
	}
	#nav  li.first a, #nav  li.last a  {
	width: 100px;}

#nav  li  a:hover {
	color: #666666;
}

#nav li ul { /* second-level lists */
	float:none;
	display: block;
	font-weight: normal;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	filter:alpha(opacity=90);
	opacity: 0.90;
	-moz-opacity:0.90;
	margin: 0px 0px 0px;
	z-index: 100;
	position: absolute;
	width: 212px;
	left: -999em;
	background-color: #9EBED5;
}




/*-------------------------------------------
/* Link attributes for the sublist items*/
#nav li li a {
	background: none;
	width:200px;
	display: block;
	font-weight: bold;
	color: #FFFFFF;
	font-size: 11px;
	letter-spacing: normal;
	text-align: center;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	padding-top: 4px;
	padding-right: 6px;
	padding-bottom: 6px;
	padding-left: 6px;
	border-bottom-width: 1px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-left-width: 0px;
	margin:0px;
}

#nav li li a:hover {
	background-color: #666666;
	background-image: none;
	color:#FFFFFF;
}


 /*---------------------------------*/




#nav  li:hover ul, #nav li.sfhover ul { /* lists nested under hovered list items */
	left: auto;
}



/*-----------------------End   Navigation---------------------------*/
