﻿#nav a {
	color: #000000;
	font-weight: bolder;
	text-decoration: none;
	text-transform: uppercase;
	font-family: Arial, Helvetica, sans-serif;
}

#nav ul li ul {
	display: none;
}

#nav ul li {
	float: left;
	list-style: none;
	width: 130px;
	height: 30px;
	background: #4169e1;
	text-align: center;
	padding-top: 12px;
	border-right: 2px solid white;
}

	#nav ul li:hover {
		background: #87cefa;
		text-align: center;
	}

#nav ul ul {
	margin-top: 10px;
}

#nav ul li ul li {
	margin-left: -40px;
}


#nav ul li:hover > ul {
	display: block;
}

#nav ul li ul li {
	background: #b0c4de;
}

	#nav ul li ul li:hover {
		background: #e6e6fa;
	}
