/*  #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; text-decoration:none; color:#FFF;}
  #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 {
    background: #225589;
    border: 0px solid #FFF;
    border-top: 0 none;
    -webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
#nav ul ul { left: 131px; }
#nav a { font-size: 12px; padding: 6px; line-height: 1; }
#nav ul { top: 25px; }
#nav ul a.hover { background-color: #527fac; } */
 
.droppy { display: block; margin: 0; padding: 0; position: relative; }
.droppy li { display: block; list-style: none; margin: 0; padding: 0; float: left; position: relative; }
.droppy a { display: block;}
.droppy ul { display: none; position: absolute; left: 0; margin: 0; padding-bottom: 10px; padding-left: 0px; padding-right: 0px; }
* html .droppy ul { line-height: 0; } /* IE6 "fix" */
.droppy ul a { zoom: 1; } /* IE6/7 fix */
.droppy ul li { float: none; }
.droppy ul ul { top: 0; }
    

.droppy ul { 
	background: #225589;
	-webkit-border-bottom-left-radius: 10px;
    -webkit-border-bottom-right-radius: 10px;
    -moz-border-radius-bottomleft: 10px;
    -moz-border-radius-bottomright: 10px;
}
.droppy ul ul { left: 131px; }

 
.droppy { background-color: none; height: 24px; }
.droppy a { color: white; text-decoration:none; font-size: 12px; padding: 6px; line-height: 1; }
.droppy ul { top: 25px; }
.droppy ul a.hover { background-color: #527fac; }
.droppy ul a {border-bottom: none; opacity: 0.9; filter: alpha(opacity=90); }

