@charset "UTF-8";
ul.sidenav {
	width: 188px;
	list-style: none;
	border-bottom: 1px solid #3373a9; /*--Bevel Effect--*/
	border-top: 1px solid #003867; /*--Bevel Effect--*/
	font-size: 0.9em;
	font-family: Arial, Helvetica, sans-serif;
	margin-left: 0px;
	padding-left: 0px;
	text-decoration: underline;
}
ul.sidenav li {
	position: relative;
	list-style: url(none) none;
	width: 188px;
}
ul.sidenav li  a{
	border-top: 1px solid #3373a9; /*--Bevel Effect--*/
	border-bottom: 1px solid #003867;
	display: block;
	color: #fff;
	text-decoration: none;
	width: 168px;
	background: #005094;
	position: relative; /*--Add a relative positioning--*/
	z-index: 2; /*--z-index allows the popup to tuck underneath the nav--*/
	list-style: url(none) none;
	padding: 10px;
}
ul.sidenav li a:hover {
	border-top: 1px solid #1a4c76;
	list-style: url(none) none;
a:active {
	background-color: #004c8d;
	border-top: 1px solid #1a4c76;
	list-style: url(none) none;
	text-decoration: none;
	background: #006;
}
ul.sidenav li a:active{
	border-top: 1px solid #1a4c76;
	list-style: url(none) none;
a:active {
	background-color: #004c8d;
	border-top: 1px solid #1a4c76;
	list-style: url(none) none;	background: #390;
	text-decoration: none;
}
