#nav { display: block; margin: 0; padding: 0; position: relative; }#nav li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }#nav a { display: block; }#nav ul { display: none; position: absolute; left: 0; margin: 0; padding: 0; }* html #nav ul { line-height: 0; } #nav ul a { zoom: 1; } #nav ul li { float: none; }#nav ul ul { top: 0; }#nav ul { width: 140px;}#nav ul ul { left: 140px; }#nav { background-color: transparent; height: 24px;}#nav *:hover { background-color: none; }#nav li{ height: 32px; padding: 10px 20px 0 20px; background: transparent url('../images/divide.png') no-repeat right top;}#nav a { color: #C0C0C0; font-size: 1.4em/70%; letter-spacing: 1px; padding: 4px; line-height: 1; text-decoration: none;}#nav li.hover a { background-color: transparent; text-decoration: none; }#nav li.hover ul li { background-color: #1F1F1F; text-decoration: none; height: 36px;}#nav li ul li{ background-color: #1F1F1F; border-bottom: #313131 1px solid; opacity: 0.6; filter: alpha(opacity=60);color: #fff;}#nav ul { top: 40px;}#nav ul li a { background-color: transparent; text-decoration: none;}#nav ul a.hover { background-color: transparent; text-decoration: none;} #nav ul a {border-right: none; opacity: 0.9; filter: alpha(opacity=90);}