#invisibleLyr {
	position         : absolute;
	top              : 0px;
	left             : 0px;
	margin           : -10px 0px 0px 0px; /* Added to turn off layer on the up and left settings */
}
#sidenav {
	position         : relative;
	top              : -13px;
	background-color : #fff;
	padding-right    : 10px;
	padding-left     : 1px;
	padding-bottom   : 10px;
	left             : 0px;
	width            : 180px;
	list-style       : none;
	margin-bottom    : -15px;
}
#sidenav li {
	border           : 1px solid #fff;
	padding-top      : 1px;
}
#sidenav a {
	display          : block;
	margin           : 0px;
	padding          : 2px;
	padding-left     : 4px;
	text-decoration  : none;
	font-family      : arial;
	font-size        : 10pt;
	font-weight      : bold;
	color            : #237767;
	border-top       : 1px solid white;
	border-bottom    : 1px solid white;
}
#sidenav a:hover {
	text-decoration  : none;
	background-color : #E1EFF6;
	color            : #024E43;
	border-top       : 1px solid #E1E1D5;
	border-bottom    : 1px solid #E1E1D5;
}
#sidenav a.isParent {
	position         : relative;
	background       : url("images/arrow_blue.gif") right no-repeat;
	background-position : 150px center;
}
#sidenav a.isParent:hover {
	position         : relative;
	background       : url("images/arrow_blue.gif") right no-repeat;
	background-position : 150px center;
	text-decoration  : none;
	background-color : #E1EFF6;
}
#sidenav a.isParent2:hover {
	position         : relative;
	background-color : #4CA71F;
}
#sidenav .menu {
	position         : absolute;
	margin-top       : -2px;
	display          : none;
	width            : 170px;
	z-index          : 900;
	border           : 1px solid #DBDBDB;
	padding          : 0px 2px 0px 2px;
	background-color : #FFF;
}
#sidenav li .menu {
	list-style       : none;
	margin-left      : 165px !important;
	z-index          : 900;
}
#sidenav li a.menu {
	display	         : none;
}
#sidenav li a.menu:hover {
	display	         : block;
	text-decoration  : underline;
	background-color : #4CA71F;
}
#sidenav a.first {
	position         : relative;
	border           : 0px;
	font-weight      : bold;
	color            : #024E43;
	z-index          : 800;
}
#sidenav a.first:hover {
	position         : relative;
	border           : 0px;
	font-weight      : bold;
	color            : #024E43;
	z-index          : 800;
}
