/* sidenav */

ul.sidenav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0 0 14px;
	padding: 0;
	list-style-position: outside;
	width: 160px;
	font-size: 12px;
	line-height: 17px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #0072bc;
}
ul.sidenav  ul {
	list-style: none;
	list-style-type: none;
}
a.sidenav:link, a.sidenav:visited, a.sidenav:active {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 140px;
	padding: 4px 10px 4px;
	border-bottom: 1px solid #c9d8e2;
	overflow: visible;
	background: #0072bc;
}
a.sidenav:hover {
	background: #61b6ed;
}

a.sidenavon:link, a.sidenavon:visited, a.sidenavon:active a.sidenavon:hover {
	text-decoration: none;
	color: #fff;
	display: block;
	width: 140px;
	padding: 4px 10px 4px;
	border-bottom: 1px solid #c9d8e2;
	overflow: visible;
	background: #61b6ed;
}

ul.sidesubnav {
	list-style: none;
	text-decoration: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	list-style-position: outside;
	width: 160px;
	font-size: 11px;
	line-height: 14px;
	font-family: Arial, Helvetica, sans-serif;
	overflow: hidden;
	background: #fff;
}
ul.sidesubnav  ul {
	list-style: none;
	list-style-type: none;
}
a.sidesubnav:link, a.sidesubnav:visited, a.sidesubnav:active {
	text-decoration: none;
	color: #222;
	display: block;
	width: 140px;
	padding: 3px 9px 4px 10px;
	border-bottom: 1px solid #ddecf7;
	overflow: visible;
	background: #fff;
	border-bottom: 1px solid #c9d8e2;
	border-right: 1px solid #c9d8e2;
}
a.sidesubnav:hover {
	background: #cfecff;
}