@charset "UTF-8";


/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/navs/dd_valid.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the assocaited (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
/* common styling */
.nav {font-family: arial, sans-serif 14px #fff; width:600px; height:60px; position: relative; z-index:100;}
.nav ul li a, .nav ul li a:visited {display:block; text-decoration:none; color:#000; width:80px ; height:20px; text-align:center; color:#fff; background:#000; line-height:20px; font-size:11px; overflow:hidden;}
.nav ul {padding:0; margin:0; list-style: none;}
.nav ul li {float:left; position:relative;}
.nav ul li ul {display: none;}

/* specific to non IE browsers */
.nav ul li:hover a {color:#fff; background:#319ED7;}
.nav ul li:hover ul {display:block; position:absolute; top:20px; left:0; width:/*80px;*/}
.nav ul li:hover ul li a.hide {background:#2a2a2a; color:#fff; }
.nav ul li:hover ul li:hover a.hide {background:#319ED7; color:#fff;}
.nav ul li:hover ul li ul {display: none;}
.nav ul li:hover ul li a {display:block; background:#ddd; color:#000;}
.nav ul li:hover ul li a:hover {background:#319ED7; color:#fff;}
.nav ul li:hover ul li:hover ul {display:block; position:absolute; left:80px; top:0;}
.nav ul li:hover ul li:hover ul.left {left:-80px;}

.nav li { margin:0; text-decoration: none;	padding:0;}
.nav ul { margin:0; padding:0;}




