﻿/* side navigation menu CSS */
#sidenav {
	/*margin: 1em 0;*/
	background-color: #ffffff;
}
#sidenav ul {
	padding-left: 0px;
}
#sidenav a {
	text-decoration: none;
	color: #474747;
}
#sidenav ul li {
	list-style-image: url('/css/images/bullet-triangle-down.png');
	padding-left: 8px;
	list-style-position: inside;
	font-weight:bold;
/*	border-bottom-style: dashed;*/
}
#sidenav ul li ul li {
	list-style-image: url('/css/images/bullet-triangle2.png');
	border-bottom: 1px dotted #656565;
	padding-left: 8px;
	list-style-position: inside;
	border-bottom-style: none;
	font-weight:normal;
	font-size: 87.5%;

}
#sidenav ul li ul li ul li {
	list-style-image: none;
	list-style-type: none;
	font-size: 87.5%;
	padding-left: 17px;
	border-top: none;
}
#sidenav li.expanded {
	/*	list-style-image: url('/css/images/bullet-triangle-down.png');*/
	list-style-image: url('/css/images/bullet-triangle.png');
	padding-right: 0;
}
#sidenav li.active a {
	text-decoration: none;
	color: #000000;
}
#sidenav li.first {
	border-top: 1px dotted #656565;
	border-color: black;
}

.sidenav ul {
	padding-left: 10px;
		list-style-image: url('/css/images/bullet-triangle2.png');

}

/*
#sidenav ul ul li {
	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	font-size: 87.5%;
}

	list-style-image: none;
	list-style-type: none;
	padding-left: 15px;
	font-size: 87.5%;
*/
