/*menu stuff below*/
#nav, #nav2 {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 154px;
}
#nav li, #nav2 li {
	background:url(../../images/site/sub_header2.jpg) repeat-y right;
	border-bottom: 1px solid #999;
	border-right:0;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 154px;
}
#nav ul, #nav2 ul {
	border:0;
	display: none;
	left: 154px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a, #nav2 a {
	/*background: #606060 url(../../images/site/sideshad.png) right repeat-y;*/
	border:0;
	background: transparent url(../../images/site/bullet.gif) no-repeat scroll 5px 6px;
	color: #eee;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 6px 5px 3px 26px;
	text-decoration: none;
	width: 122px; /* helps IE with hover */
}
#nav a:hover, #nav2 a:hover{
	/*background-color: #999;*/
	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;
}

.infoBoxHeading {
	background:url(../../images/site/header2.jpg) repeat-y;
}



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 */
