.LeftNavHolder {
	width: 116px;
	float: left;
	font-weight : bold;
	font-size: .7em;
	background-color: #008fda;
	padding-bottom: 35px;
	display: inline; /* doubled margin bug fix for IE/win */
}
a.LeftNavHolder:link {
	color: #fcfbe5;
}
a.LeftNavHolder:visited {
	color: #fcfbe5;
}
a.LeftNavHolder:hover {
	color: #99eeff;
}
a.LeftNavHolder:active {
	color: #99eeff;
}
.LeftNavHolder li {
	list-style: none; /* kills the list item "bullet" markers */
	position: relative;
	width: 102px;
	font-family: arial, sans-serif;
	color: #fcfbe5;
	background-color: #008fda;
	vertical-align: bottom; /* for IE5/win */
}
.LeftNavHolder ul a {
	display: block;
	padding: 1px 0px 0px 3px;
	vertical-align: bottom; /* needed for IE5/win */
	text-align: left;
	text-decoration: none;
	color: #fcfbe5;
	border-top: 1px solid #F5F5F5;
	border-left: 1px solid #F5F5F5;
	border-right: 1px solid #F5F5F5;
	margin: 0px 0px;
}
.LeftNavHolder div,
.LeftNavHolder ul li:hover div div { 
	position: absolute;  
	left: -3000px;
	width: 116px;
	top: 0px;
	padding: 2px 0 2px 0;
/*	filter: alpha(opacity=92); */
	opacity: .92;
	-moz-opacity: .92;
	background-image: url(Images/b.gif);
}							/* Hide/Configure All Menus Appear  */
.LeftNavHolder ul li:hover div {
	left: 96px;
	top: 3px;
	color: #fcfbe5;
}							/* SubMenu Appear  */
.LeftNavHolder ul div li:hover div { 
	left: 96px;
	top: 2px;
}							/* SubSubMenu Appear  */
.LeftNavHolder li:hover {
	background: #003a9b;
}							/* Menu li bg color  */
.LeftNavHolder ul ul {
	color: #fcfbe5;
}							/* SubMenu ul bg color  */
.LeftNavHolder ul a:hover {
	text-decoration: none;
	color: #99eeff;
}
.LeftNavHolder ul a{
	color: #fcfbe5;
}
.LeftNavHolder ul li a:hover{
	color: #99eeff;
}
.LeftNavHolder ul a:visited{
	color: #fcfbe5;
}
.zone {
	display: none;
}
/* \*/ /*/ 
ul li ul {position: static;}
/* */

/* The block above hides the rule inside so that only IE5/Mac can see it.
This rule causes the menus to be fully expanded vertically in that browser,
allowing those users to access the navigation without needing to hover it. */