#nav {
width: 530px;
height:40px;
position: absolute;
bottom:2px;
right: 4px;
background:#404b7d;
background:url(../_images/bg_nav_blue_light_noise.png);
background: url(../_images/bg_nav_blue.png);
font-family: 'DroidSerifRegular';
padding-left: 5px;
z-index: 70;
}

#nav ul {
margin: 0px;
padding: 0px;
position:relative;
}
#nav li {
list-style: none;
float: left; 
margin:0px;
height:40px;
line-height: 35px;
}

#nav li a {
display: block;
height:40px;
line-height: 35px;
color: #FFF;
text-decoration: none;
padding: 0 1.3em;
font-size: .85em;
background-repeat:no-repeat;
background-position:center right;
}

#nav li a:hover {
background: /*#F9D14B*/ url(../_images/bg_nav_blue.png) repeat-x 0px 40px;
background: #364382 repeat-x 0px 40px;
-moz-border-radius:6px 6px 0 0 ; 
-webkit-border-radius:6px 6px 0 0;
border-radius:6px 6px 0 0; 
behavior: url(PIE.htc);
position: relative; 
}
#nav ul li ul {
display: none; 
z-index: 90;
position:absolute;
top:35px;
top:30px\9;
/*-moz-box-shadow: 0px 0px 9px #000; 
-webkit-box-shadow: 0px 0px 9px #000;
box-shadow: 0px 0px 9px #000;
-moz-box-shadow: 0px 0px 0px #000; 
-webkit-box-shadow: 0px 0px 0px #000;
box-shadow: 0px 0px 0px #000;
behavior: url(PIE.htc); */
}
#nav ul li:hover ul {
display: block;
position: absolute;
margin: 0;
border: none;
}

#nav ul li:hover li {
background: #374c1c;
background: #364382;
background: url(../_images/bg_nav_blue.png);
float: left;
height: 30px;
line-height: 30px;
z-index: 90;
color: #FFF;
border-bottom: 1px dashed #283261;
}
#nav ul li:hover li a {
border: none;
color: #f9fafe; 
text-decoration: none;
height: 30px;
line-height: 30px;
z-index: 90;
}

#nav ul li li:hover, #nav ul li li a:hover  {
background: #232e60;
background: #364382;
color:#FFF;
z-index: 90;
}
#nav ul li:hover ul, #nav ul li.hover ul {
display: block;
position: absolute;
margin: 0;
padding: 0; 
}
#nav ul li:hover li, #nav ul li.hover li {
float: none; 
}
