/*
-----------------------------------------------------
LEFT NAV FLYOUTS
-----------------------------------------------------
FileName:    LeftNav.css
Version:     2006.05.01
-----------------------------------------------------
*/

#invisible_layer {
	position         	: absolute;
	top              	: 0px;
	left             	: 0px;
	width			: 100%;
	height			: 100%;
	visibility     		: hidden;
	z-index		 	: 1;
}
#sidenav { /* this is the original UL */
	position         : absolute;
	margin-top	 	 : -2px;
	padding-right    : 0px;
	top              : 0px;
	width            : 155px;
	list-style       : none;
	padding-top		: 14px; /*Add whitespace below image*/
	padding-left     : 0px;
	z-index			 : 2;
	background-color : #FFFFFF;
}
#sidenav li {
	margin-left	: 0px;
	margin-top	: 2px;
	margin-bottom	: 4px;
	padding-top	: 0px;
}
#sidenav a {
	display          : block;
	margin           : 0px;
	padding          : 6px;
	padding-left     : 6px;
	text-decoration  : none;
	font-family      : arial;
	font-size        : 8pt;
	font-weight      : bold;
	color            : #FFFFFF;/*#333333;*/
	background-color : #969DA3;/*#84B9D8;*/

}
#sidenav a:hover {
	text-decoration  : none;
	background-color : #AAAEB1;/*#B2D1E6;*/
	color            : #FFFFFF;/*#333333;*/
}
#sidenav a.isParent {
	padding-right	 : 10px;
	background       : url(/images/red_arrow.gif) no-repeat 144px;
	background-color : #969DA3;/*#84B9D8;*/
}
#sidenav a.isParent:hover {
	background       : url(/images/red_arrow.gif) no-repeat 144px;
	background-color : #AAAEB1;/*#B2D1E6;*/
}
#sidenav .menu {
	position         : absolute;
	display          : none;
	width            : 155px;
	margin-left      : 155px;
	margin-top	 : -3px;
	padding-top	 : 0px;
	list-style       : none;
	background-color : #FFFFFF;
	padding-left     : 3px;
	border-right     : 1px solid #FFFFFF;
	border-left	 : solid 2px #FFFFFF;
}
