/*menu stuff below*/
#nav, #nav2 {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px 0px 0px 11px;
	padding: 0px;
	position: relative;
	width: 190px;
	background:url(../../images/site/left_nav_bg.jpg) no-repeat;
	background-color:#666;
}
#nav li, #nav2 li {
	background:url(../../images/site/left_nav_bottom_border.jpg) bottom repeat-x;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 190px;
}
#nav ul, #nav2 ul {
	display: none;
	left: 190px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a, #nav2 a {
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 8px 5px 8px 29px;
	text-decoration: none;
	width: 153px; /* helps IE with hover */
	color:#FFF;
	font-weight:bold;
	background:url(../../images/site/left_nav_arrow.gif) 15px 12px no-repeat;
}
#nav a:hover, #nav2 a:hover{
	color: #000;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul,
#nav2 li:hover ul ul, 
#nav2 li:hover ul ul ul {
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav ul ul li:hover ul,
#nav2 li:hover ul, 
#nav2 ul li:hover ul, 
#nav2 ul ul li:hover ul {
	display: block;
	background-color:#666;
	border-left:1px #A7A7A7 solid;
}
li>ul { 
	top: auto;
	left: auto;
}
/* Win IE only \*/
* html #nav li {
	float:left;
	display: inline;
}/* end holly hack */
* html #nav2 li {
	float:left;
	display: inline;
}/* end holly hack */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */

