#lefNavDiv{
	float					: left;

}
ul#specialUL{
	background-color		: #E4E4E4;
	margin					: 0;
	padding					: 0;
	list-style				: none;
	width 					: 167px;
	padding-top 			: 5px;
}
ul#specialUL .liHeader{
	background-image:url(../images/h1_bg.gif);
	background-repeat:repeat-x;
	margin-left				: 7px;
	margin-right			: 7px;
	color 					: #FFFFFF;
	height 					: 23px !important;
	font-size 				: 90%;
	padding 				: 3px;
	
}
ul#specialUL li a{
	margin-left 			: 7px;
}
ul#leftNav {
	margin					: 0;
	padding					: 0;
	list-style				: none;
	height					: 500px;
	width 					: 167px;
	
	color 					: #FFFFFF;
	
	margin-bottom 			: -30px;
	display 				: block;

	background-image		: url(../images/nav_background.gif);
	background-repeat		: no-repeat;
	background-position		: center top;
	padding-top 			: 5px;
	padding-bottom 			: 5px;
	padding-top				: 10px;
	

}
ul#leftNav ul{
	list-style				: none;
}
ul#leftNav  li {
	position: relative;
	}
ul#leftNav li ul {
	position				: absolute;
	padding-left			: 0px;
	top						: 0;
	display					: none;
	width					: 136px;
	background-color 		: #F5811B;
}
*html ul#leftNav li ul {
}
ul#leftNav li a {
	border 					: 0px none;
	display					: block;
	text-decoration			: none;
	padding					: 4px;
	border-bottom			: 0;
	width					: 142px;
	font-size 				: 85%;
	color 					: #FFFFFF;
	margin-left 			: 8px;

	
	
	}
ul#leftNav li ul{
	margin-left 			: 158px;
	border-left 			: 1px solid #FFFFFF;
	/*margin-left 			: 50px;*/
}
ul#leftNav li li a {
	width 					: 128px;
	margin-left 			: 0px;
}
ul#leftNav li a:hover {
	background-color 		: #CE4A0A;
	color					: #FFFFFF;
}
/* Fix IE. Hide from IE Mac \*/
* html ul#leftNav li { float: left; height: 1%; }
* html ul#leftNav li a { height: 1%; }

/* End */
li:hover ul, li.over ul { 
	display: block; }
ul#leftNav li:hover ul { display: block; }
