/* Horizontal Navigation with dropdowns */

/*

If changing the height of the nav, make sure you update "#navigation ul li ul"
so that the "top" option is the same as the new height

*/

ul.nav {
	list-style-type:none;
	margin:0px;
	padding:0px;
}

ul.nav li a, ul.nav li a:visited {
	width:12.4em;
	display:block;
	font-family:Arial, Helvetica, sans-serif;
	font-size:1.2em;
	color:#9ca1a7;
	text-decoration:none;
	text-transform:uppercase;
	padding:0.4em 0em;
	margin:0;
	border-bottom:0.1em #e5e5e5 solid;
}

ul.nav li a:hover {
	text-decoration:underline;
	color:#4f4f4f;
}

.last {
	border:none!important;
	color:#7dafc2!important;
}