/* ================================================================ 
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:170px;
	font-size:12px;
	font-family: Arial, Helvetica, sans-serif;
	color:#FFFFFF;
	/*background-color:#DDE4F0;*/
	height:200px;
	padding-top:30px;
}

.leftNavTopLink{
	border-top:#FFFFFF 1px solid;
}

.LeftNav ul li a, .LeftNav ul li a:visited {
	display:block;
	text-decoration:none;
	color:#FFF;
	font-weight:normal;
	width:150px;
	\width: 150px;
	w\idth: 150px;
	padding-left:5px;
	text-align:left;
	/*font-family: Arial, Helvetica, sans-serif;*/
	font-family:Verdana, Geneva, sans-serif;
	background:#4F607A;
	line-height:19px;
	font-size:11px;
	text-align:left;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #fff;
	margin-left:3px;
}
.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 {
	position:relative;
	/*top:3px;*/
	padding:0;
	margin:0;
	list-style-type: none;
	
}
.lefNavULClass{
	background-image:url(../../../images/buttons/quickLinksc.png);
	background-repeat:no-repeat;
	height:215px;
	width:170px;
	position:relative;
	top:10px;
}

.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:#000;
	background:#BBCADF;
}
.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:#D6DAE0;
	color:#000;
	text-align:left;
}
.LeftNav ul li:hover ul li:hover a.hide {
	width:160px;
	background-color:#BBCADF;
}
.LeftNav ul li:hover ul li ul {
	display: none;
}
.LeftNav ul li:hover ul li a {
	display:block;
	background:#D6DAE0;
	color:#000;
	width:160px;
	font-weight:normal;
	text-align:left;
	text-indent:10px;
}
.LeftNav ul li:hover ul li a:hover {
	background:#BBCADF;
	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:#D6DAE0;
	color:#000;
}

