#left ul.nav {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom: 1em;
	z-index: 10;
	background: url(../images/Leftmenu_Repeating.jpg) repeat-y;
}

#left ul.nav li {
	margin: 0;
	padding: 0;
	padding-left: 7px;
	padding-top: .5em;
	padding-bottom: .5em;
	font-size: .9em;
	font-weight: bold;
	z-index: 1;
}

#left ul.nav li a {
	color: white;
	text-decoration: none;
	z-index: 1;
}

#left ul.nav li a:hover {
	text-decoration: underline;
}

#left ul.nav, #left ul.nav li {
	position: relative;
	list-style: none;
	z-index: 500;
}

#left ul.nav li ul {
	position: absolute;
	margin: 0;
	padding: 0;
	top: -999em;
	left: -1px;
	background-color: #0166D0;
	color: white;
	border: 2px solid #78B7FC;
	z-index: 10;
}

#left ul.nav li ul li, #left ul.nav li ul li a {
	z-index: 10;
	background-color: #0166D0;
}
#left ul.nav li.hover ul {
	top: 0px;
	left: 13em;
	_left: 12em;
	background-color: #0166D0;
}

#left ul.nav li { z-index: 1; } #left ul.nav li.hover { z-index: 10; }

#left ul.nav li ul {
	width: 15em;
	background-color: #0166D0;
}

#left ul.nav li ul li {
	width: 15em;
	background-color: #0166D0;
}

#left ul.nav li ul li a {
	color: white;
}

#left ul.nav #top {
	background: url(../images/LeftMenu_Top.jpg) no-repeat left top;
	z-index: 101;
}

#left ul.nav #bottom {
	background: url(../images/LeftMenu_Bottom.jpg) no-repeat left bottom;
}