/*menu stuff below*/
#nav {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 180px;
}
#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: 180px;
}
#nav ul{
	display: block;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
}
#nav .level_0 a { 
	background-color: #B0B0B0;
	display: block;
	color:#FFFFFF;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 7px 5px 7px 5px;
	width: 170px;
	font-weight:bold;
	text-decoration: none;
    border-bottom: 1px solid #9C9D9F;
}
#nav .level_1 a {
	background-color: #D7D7D7;
	display: block;
	color: #636363;
	font-size: 11px;
	line-height: 16px;
	margin: 0px;
	padding: 1px 5px 1px 15px;
	width: 160px;
	font-weight:bold;
	text-decoration: none;
	border-bottom: none;
	border-top: none;
}
#nav .level_2 {   /* not on the a, breaks ie7 */
	display: none;
}
#nav .level_1 a:hover,#nav .level_2 a:hover{
	background-color: #E8E8E8;
}

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 */

.leftNavSubSubLevel a{
	background-color: #E1E1E1;
	color:#666666;
	display:block;
	font-size: 11px;
	font-weight: bold;
	line-height: 14px;
	margin: 0px;
	padding: 2px 15px 2px 15px;
	text-decoration: none;
	width: 150px;
}
