/*menu stuff below*/
#nav {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
	padding-bottom: 1px;
	background-image:url(../../images/site/left_nav_bg.jpg);
}

#nav li{
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 160px;
	background:transparent;
}
#nav ul{
	display: none;
	left: 160px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a{
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0 0 10px 0;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	width: 150px; /* helps IE with hover */
	font-weight:bold;
}

#nav a:hover{
	color: #ffffff;
	background-color:#73624E;
	text-decoration:underline;
}
.titlenav, .nav-heading a{
	color:#fff;
	background-image:none;
	background-color:#800000;
	height:30px;
	margin:3px -6px 3px 3px;
	position:relative;
	left:0px;
	padding:3px 0px 3px 3px;
	margin: 0px;
	font-weight:bold;
	display:block;
	line-height:normal;
	font-size:12px;
}

#nav ul li a {
	color:#FFFFFF;
}

#nav ul li a:hover {
	background-image:url(../../images/site/left_nav_bg.jpg);
	color:#000000;
}

#nav li:hover ul ul, 
#nav li:hover ul ul ul{
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul{
	display: block;
	background-color:#73624E;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li{
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */

