#leftnavtop {
float: left;
width: 115px;
height: 115px;
background-image: url(../images/sideLnav-top.png);
background-repeat: repeat-x;
}
		
#leftnavbottom {
	width: 116px;
	height: 17px;
	background-image: url(../images/sideLnav-bottom.png);
	background-repeat: repeat-x;
	clear: both;
}

/* ================================================================ 
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/menus/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 */
.Lmenu {
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(_../images/sideLnav-top.png);
	background-repeat: repeat-x;
	width:115px;
	height:168px;
	position:relative;
	font-size:11px;
	color: #000066;
	padding-top: 3px;
}
.Lmenu ul li a, .menu ul li a:visited {display:block; text-indent:3px; text-decoration:none; color: #000066; width:115px; height:20px; text-align:left; border-width:1px 1px 0 0; line-height:19px; font-size:11px;}
.Lmenu ul {padding:0; margin:0;list-style-type: none; }
.Lmenu ul li {
	float:left;
	margin-right:1px;
	position:relative;
	width: 115px;
}
.Lmenu ul li ul {display: none;}

/* specific to non IE browsers */
.Lmenu ul li:hover a {
	color: #ffffff;
	background: #000066;
}
.Lmenu ul li:hover ul.sub {display:block;
	padding: 3px;
	text-indent:5px;
	position:absolute;
	top:0; left:105px;
	width:115px;
	background: #c0bdb5;
	border:1px solid #000066;
	white-space:nowrap;
	width:90px;
	height:auto;
	z-index:30;
}

.Lmenu ul li:hover ul li a.hide {
	background: #000066;
	color: #000066;
	width:90px;
}
.Lmenu ul li:hover ul li:hover a.hide {width:90px;}
.Lmenu ul li:hover ul li ul {display: none;}
.Lmenu ul li:hover ul li a {
	display:block;
	background: #c0bdb5;
	color: #000066;
	width:90px;
}
.Lmenu ul li:hover ul li a:hover {background: #000066; color: #FFFFFF;}
.Lmenu ul li:hover ul li:hover ul {display:block; position:absolute; left:125px; top:0; color: #FFFFFF;}
.Lmenu ul li:hover ul li:hover ul li a {display:block; width:115px; background: #c0bdb5; color: #000066;}
.Lmenu ul li:hover ul li:hover ul li a:hover {
	background-color: #c0bdb5;
}
