#nav{
	list-style: none;
	font-size: 11px;
	width: 145px;
	left: 0px;
	margin: 0px;
	padding: 0px;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background-image: url(../img/menuback.jpg);
	background-position: right;
	background-repeat: repeat-y;
	border-left: 1px solid #97CE9C;
}
#nav li { 
	position: relative; 
	border-bottom:none;
	display:block;
	height: auto; /*auto */
	margin:0px;
	background-color: transparent;
	width: 145px;
}
#nav a {
	text-decoration:none; 
	display:block;
	padding: 4px 5px 5px 10px;  
	margin:0px; /*helps Opera with hover */
	width:130px; /* helps IE with hover */
	height: auto;
	color: #000000;
	background-color: transparent;
	border-top: 1px solid #97CE9C;
}
#nav a:hover{
	background-color: #48A4FF; 
	color: #000000;
}
#nav ul, #nav ul ul{
	display:none; 
	position: absolute; 
	top:0px; 
	left:145px;
	padding:0px;
	margin:0px;
	list-style: none;
	z-index:99;
	overflow:visible;
	width: 145px;
	background-image: url(../img/menuback.jpg);
	background-position: right;
	background-repeat: repeat-y;
}

#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 */

/* Hide from IE5-mac. Only IE-win sees this. \*/
* html #leftcolumn {
	height: 1%;
}

/* End hide from IE5/mac */