/*menu stuff below*/
#nav {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;

}
#nav li{
	border-bottom: 0px solid #999999;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;


}
#nav ul{
	left: 168px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;

	z-index: 99;
}
#nav a{
	background-color: transparent;
	display: block;
	font-size: 11px;
	line-height: 14px;
	margin: 0px;
	padding: 3px 5px 3px 5px;
	text-decoration: none;
}
#nav a:hover{
	/*background-color: #E1E4BA;
	color: #000000;*/
}
#nav li a.toplevel{
	/*border-top: 1px solid #fff;
	border-right: 1px solid #505050;
	background: #000;
	font-weight: bold;*/
	display: none;
}
#nav li a.toplevel:hover{
	/*background: #ccc;
	color: #000;*/
}
#nav li.selected *{
	border-top: 0px solid #fff;
	border-right: 0px solid #505050;
	background: none;
	font-weight: normal;
}
#nav li li.selected{
	background: #888;
}




