@charset "utf-8";
#nav ul {
	margin: 0px;
	padding: 0px;
}
#nav ul li {
	list-style-type: none;
	float: left;
	display: block;
	width: 216px;
	height: 30px;
	line-height: 29px;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #DEE6F0;
	font-size: 13px;
}
#nav ul li a {
	text-decoration: none;
	color: #DEE6F0;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	display: block;
}
#nav ul li a:hover {
	text-decoration: none;
	color: #07326E;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	padding-left: 10px;
	font-weight: bold;
	display: block;
}

#nav ul li:hover {
	background-color: #BBCEDC;
}
