/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/LeftNavs/flyoutt.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.LeftNav {
	width:160px;
/*z-index:10000;*/
	font-size:12px;
	position:relative;
	margin-top:100px;
margin-top:5px;
	font-family: Arial, Helvetica, sans-serif;
	color: #000000;
	background-color:#DBE3EE;
/*height:1000px;*/
height:auto !important;
height:500px; /*only works in IE6*/
min-height:100%;

}
.LeftNav ul li a, .LeftNav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	width:155px;
\width: 155px; 
w\idth: 155px;
padding-left:5px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	background:#DBE3EE;
	line-height:19px;
	font-size:12px;
	text-align:left;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;

}
.LeftNav ul li.Indent a, .LeftNav ul li.Inent a:visited {
	display:block;
	text-decoration:none;
	color:#000;
	font-weight:normal;
	width:145px;
\width: 145px; 
w\idth: 145px;
padding-left:15px;
	text-align:left;
	font-family: Arial, Helvetica, sans-serif;
	line-height:19px;
	font-size:12px;
	text-align:left;

	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;

}

.LeftNav ul {padding:0; margin:0;list-style-type: none; }
.LeftNav ul li {float:left; margin-right:1px; position:relative;}
.LeftNav ul li ul {display: none;}

/* specific to non IE browsers */
.LeftNav ul li:hover a {color:#fff; background:#9EB4D6; }
.LeftNav ul li:hover ul {display:block; position:absolute; color:#fff; top:0; left:160px; width:160px; text-indent:10px;}
.LeftNav ul li:hover ul li a.hide {background:#9EB4D6; color:#000; text-align:left;}
.LeftNav ul li:hover ul li:hover a.hide {width:160px; background-color:#9EB4D6;}
.LeftNav ul li:hover ul li ul {display: none;}
.LeftNav ul li:hover ul li a {display:block; background:#9EB4D6; color:#000; width:160px; font-weight:normal; text-align:left; text-indent:10px;}
.LeftNav ul li:hover ul li a:hover {background:#9EB4D6; color:#000; }
.LeftNav ul li:hover ul li:hover ul {display:block; position:absolute; left:160px; top:0; color:#000;}
.LeftNav ul li:hover ul li:hover ul li a {display:block; width:200px; background:#72889F; color:#000;}
.LeftNav ul li:hover ul li:hover ul li a:hover {background:#9EB4D6; color:#000;}
