#menuNav dl, dt, dd, ul {
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
}
#menuNav li {
	font-size: 12px;
	list-style-type: none;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #0669B3;
}
dl#menuNav dt {
	cursor: pointer;
	color: #FFFFFF;
	font-size: 14px;
	width: 220px;
	text-indent: 25px;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	height: 25px;
	line-height: 25px;
	background-color: #0669B3;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
}
dl#menuNav li a{
	cursor: pointer;
	color: #2850A5;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	text-indent: 35px;
	font-size: 12px;
}
dl#menuNav li a:hover {
	cursor: pointer;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	border: 0 none;
	height: 100%;
	text-indent: 35px;
	background-color: #7BC5FB;
}
dl#menuNav dt a {
	cursor: pointer;
	;
	text-decoration: none;
	display: block;
	color: #FFFFFF;
}
dl#menuNav dt a:hover {
	cursor: pointer;
	text-decoration: none;
	background-color: #05548D;
	display: block;
}
#menuNav{
	width: 220px;
	margin: 0px;
}
#menuNav ul {
	background-color: #A5D7FC;
	width: 220px;
	margin-left: 0px;
	line-height: 20px;
}
dd {
	display: none;
}
