/* There is a version of this file commented in great detail for educational purposes here:
 * http://users.tpg.com.au/j_birch/plugins/superfish/superfish.commented.css
 */

/*** ESSENTIAL STYLES ***/
.nav, .nav * {
	margin:0;
	padding:0;
	list-style:none;
}
.nav {
	line-height:1.0;
}
.nav ul {
	position:absolute;
	top:-999em;
	width:7.25em;
}
.nav ul li,
.nav a {
	width: 100%;
}
.nav li {
	float:left;
	position:relative;
	z-index:99;
}
.nav a {
	display:block;
}
.nav li:hover ul,
ul.nav li.sfHover ul {
	left:-1px;
	top:2.5em;
	top:1.75em;
}
.nav li:hover li ul,
.nav li.sfHover li ul {
	top:-999em;
}
.nav li li:hover ul,
ul.nav li li.sfHover ul {
	left:7.25em;
	top:-1px;
}
.superfish li:hover ul,
.superfish li li:hover ul {
	top: -999em;
}

/*** Navigation Bar ***/

#navigation {
	clear:both;
	margin-top:-1em;
	background:#000; 
	background:#28A3CA;  
	height:1.75em;  /* match top: on .nav li:hover ul */
	overflow:visible;
	color:inherit;
	margin-bottom:1.5em;  
    border-bottom:.25em solid #eee; 
}
 

	#navigation ul { 
		font-family:"Lucida Grande", Verdana, Helvetica, sans-serif; 
		margin-bottom:0;  
	}
	
		#navigation li { 
			background:#000; 
			background:#28A3CA;  
			color:#999;
			list-style-type:none;
		}
	
		#navigation li a {
			color:#fff;
			text-decoration:none;
			font-size:.6875em;  
		}
	
			#navigation li a.selected {
				background:inherit;
				color:#ccc;
			}
	
			#navigation li a:hover {
				background:inherit;
				color:#eee;
			}
	
			#navigation li a:active {
				background:inherit;
				color:#286ea0;
			}
			

/*** ORIGINAL SKIN ***/
.nav {
	float:left;
	margin-bottom:1.5em;
}
.nav li { 
	border-left:1px solid #444; 
	border-left:1px solid #33B0D7; 
	width:7.25em;
}
.nav a { 
	padding: .75em 0; 
	text-indent: .75em;  
} 

.nav a span {
	margin-left:.75em;
}


