#nav{
	font-size: 11px;
	left: 0px;
	line-height: 15px;
	list-style: none;
	margin: 25px 0px 25px 0px;
	padding: 0px;
	text-align: left;
	width: 192px;
}

#nav a:hover{
}

#nav div{
	margin-left: 24px;
}

#nav img{
	float: left;
	margin: 5px;
	position: relative;
}

#nav li{
	background-color: transparent;
	border-bottom: none;
	display: block;
	height: auto; /*auto */
	margin: 3px 0px 3px 0px;
	position: relative;
	width: 192px;
}

#nav li a{
	color: #313131;
	display: block;
	font-weight: bold;
	margin: 0px; /*helps Opera with hover */
	padding: 3px 0px 3px 0px;
	text-decoration: none;
	width: 159px; /* helps IE with hover */
}

#nav li:hover {
	background: #bad6b4;
}

#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;
}

#nav ul,#nav ul ul,#nav ul ul ul{
	display: none;
	left: 192px;
	list-style: none;
	margin: 0px;
	overflow: visible;
	padding: 0px 0px 0px 0px;
	position: absolute;
	top: 0px;
	width: 192px;
	z-index: 99;
}
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 */
