@charset "utf-8";
/* CSS Document */

#header ul.nav {
	position: absolute;
	list-style: none;
	margin: 0;
	padding: 0;
	left: 20px;
	top: 185px;
}

	#header ul.nav li a {
		display: block;
		height: 25px;
		line-height: 25px;
		width: 270px;
		text-indent: 10px;
		border-bottom: 1px dotted #ccc;
	}
	
	#header ul.nav li a:hover {
		color: #fff;
		background: #ffd200;
		text-decoration: none;
		
	}
	
body.home #header ul.nav li.nav_home a,
body.swel #header ul.nav li.nav_swel a,
body.courses #header ul.nav li.nav_courses a,
body.classroom #header ul.nav li.nav_classroom a,
body.casestudies #header ul.nav li.nav_casestudies a,
body.contact #header ul.nav li.nav_contact a,
body.enroll #header ul.nav li.nav_enroll a {color: #01AEF0;}

/* Footer Nav */

#footerNav {
	border-top: 1px dotted #ccc;
	padding: 0.5em;
	margin: 0.5em;
	padding-left: 3em;
	clear: both;
}

#footerNav ul.nav {
	overflow: hidden;
	background: none;
	list-style: none;
	
	font-size: 0.8em;
}

	#footerNav ul.nav li {
		float: left;
		border-right: 1px dotted #ccc;
	}
	
		#footerNav ul.nav li ul {
			display: none;
		}
		
	#footerNav ul.nav li a {
		color: #fcf94c;
		text-decoration: none;
		padding: 1em;
	}

	#footerNav ul.nav li a:hover {
		text-decoration: underline;
	}
