.nav {
	height: auto;
	width: auto;
	z-index: 2;
}
.nav ul {
	display: none;
	position: absolute;
	left: -130px;
	margin: 0;
	padding: 0;
	width: 130px;
	z-index: 8;
	top: -40px;
}
.nav a {
	color: #808080;
	font-size: 12px;
	line-height: 1;
	display: block;
	padding: 6px;
	z-index: 1;
}
.nav li ul li img {
	height: 128px;
	width: 128px;
	border: 1px dashed #B3B3B3;
	z-index: 10;
	position: relative;
}

.nav li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	position: relative;
	float: none;
}

  
* html #nav ul { line-height: 0; } /* IE6 "fix" */
  	.nav ul a { zoom: 1; } /* IE6/7 fix */
    .nav ul li { float: none; }
    .nav ul ul { top: 0; }    
/* Essentials - configure this */

.nav ul ul { left: 131px; }

/* Everything else is theming */
 

.nav *:hover { background-color: none; }

.nav li.hover a {
	background-color: #F8F8F8;
}

.nav ul li a { background-color: #5E5A5A; }
.nav ul a.hover {
}
.nav ul a { border-bottom: 1px solid white; border-right: none; opacity: 0.9; filter: alpha(opacity=90); }
/* #nav ul a { border-bottom: none; } - I also needed this for IE6/7 */

