/*menu stuff below*/
#nav, #nav2 {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 196px;
	border: 1px solid #999;
}
#nav li, #nav2 li {
	border-bottom: 1px solid #999;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 196px;
}

#nav2 li {
	border-bottom: 1px solid white;;
}

#nav ul, #nav2 ul {
	border-left: 1px solid #999;
	border-right: 1px solid #999;
	border-top: 1px solid #999;
	display: none;
	left: 196px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a, #nav2 a {
	background: #155532 url(../../images/site/square.gif) no-repeat 5px 50%;
	display: block;
	font-weight: bold;
	color: white;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 2px 5px 3px 22px;
	text-decoration: none;
	width: 169px; /* helps IE with hover */
}

#nav2 a { 
	background-color: #B0C961;
	color: black;
	padding: 5px 5px 5px 22px;
}

#nav a.selected {
	color: #d0c961;
}

#nav a:hover, #nav2 a:hover{
	background-color: #E1E4BA;
	color: #000;
	text-decoration: underline;
}
#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;
}
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 */
