/*menu stuff below*/
#nav {
	color: #000000;
	left: 0px;
	list-style: none;
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 173px;
}
#nav li{
	border-bottom: 1px solid black;
	border-top:1px solid #ddd;
	display: block;
	font-size: 0px; /* because IE7 is dumb */
	line-height: 0px; /* because IE7 is dumb */
	margin: 0px;
	padding: 0px;
	position: relative;
	width: 174px;
}
#nav ul{
	display: none;
	left: 174px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px;
	position: absolute;
	top: 0px;
	z-index: 99;
}
#nav a{
	color:white;

	display: block;
	font-size: 13px;
	line-height: 14px;
	margin: 0px;
	padding: 3px 3px 3px 25px;;
	text-decoration: none;
	width: 147px; /* helps IE with hover */
	background-image:url(../../images/site/sidearrow.gif);
	background-repeat:no-repeat;
	background-position:left bottom;
}
#nav li li { border-bottom:1px solid #1F90B8;   }
#nav li li a{ background-color:#1F90B8; color:white; background-image:none; }
#nav a:hover{
	background-image:none;
	background-color: #686669;
	text-decoration:underline;
	color: #000000;
}
#nav li:hover ul ul, 
#nav li:hover ul ul ul{
	display: none;
}
#nav li:hover ul, 
#nav ul li:hover ul, 
#nav 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 */
/* Only IE-win sees this. \*/
* html #leftcolumn {
  height: 1%;
}
/* End hide from IE5/mac */
