/*menu stuff below*/
#nav, #nav2 {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 175px;
}
#nav li, #nav2 li {
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 175px;
	background-color: #ffffff;
}
.toplevelli{
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 175px;
	background-image: url(../../images/site/top_level_nav_li_background.gif);
	background-position: center;
	background-repeat: repeat-x;
}
#nav ul, #nav2 ul {
	border-left: 1px solid #333333;
	border-right: 1px solid #333333;
	border-top: 1px solid #333333;
	display: none;
	left: 175px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a, #nav2 a {
	background-color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	width: 165px; /* helps IE with hover */
	border-bottom: 1px solid #333333;
}
#nav a.toplevel{
	border-bottom: 1px solid #333333;
	border-top: 1px solid #333333;
	background-color: transparent;
	display: block;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	line-height: 14px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
	width: 165px; /* helps IE with hover */
	background-image: url(../../images/site/top_level_nav_a_background.gif);
	background-position: top;
	background-repeat: no-repeat;
}
#nav a.toplevel div{
	background-image: url(../../images/site/top_level_nav_a_bottom_corners.gif);
	background-position: bottom;
	background-repeat: no-repeat;
}
#nav a:hover, #nav2 a:hover{
	background-color: #6F6F6F;
	color: #ffffff;
}
#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 */
