#nav-top {
 background:#006E3A;
 z-index:1;

}

#nav-top ul {
 margin:0px;
 padding:0px;
 list-style-type:none;
 z-index:1;
}

#nav-top>ul li {

 background:transparent url(../../images/fromAW/nav_item_arrow_0.gif) right top repeat-y;
}

#nav-top ul li {
 float:left;
 display:inline;
 z-index:1;
}

#nav-top ul li a {
 /* default styles */
 display:block;
 width:100px;
 FONT: 11px Arial, Verdana, sans-serif;
 text-decoration:none;
 font-weight:800;
 color:#fff;
 line-height:22px;
 height:22px;
 padding:0px 2px 2px 0px;
 border-bottom:1px solid #fff;
 border-right:1px solid #fff;
 text-align:center;
 background:#006E3A url(../../images/fromAW/nav_item_arrow_0.gif) right bottom no-repeat;
  z-index:1;
}




#nav-top ul li a.hidden {
 visibility:hidden;
 background:none;
  z-index:1;
}

#nav-top ul li a.hidden:hover {
 /* hidden hover state */
 background:transparent;
 
 border-bottom:1px solid #fff;
 cursor:none;
  z-index:1;
 
}

#nav-top ul li a:hover,
#nav-top li.hover a,
#nav-top ul li a.selected {
 background:#006E3A url(../../images/fromAW/nav_item_arrow_1.gif) right bottom no-repeat;
 text-decoration:underline;
 color:#ffffff;
 z-index:1;
 
}

#nav-top ul li:hover>a {
 /* CSS-2 hover - separate from above rule since IE would skip the declaration otherwise */
 background:#006E3A url(../../images/fromAW/nav_item_arrow_1.gif) right bottom no-repeat;
 border-bottom:1px solid #ffffff;
 color:#ffffff;
  z-index:1;
}

#nav-top ul ul {
 /* sub-nav container */
 float:none;
 position:absolute;
 display:none;
 background:#006E3A;
 
 width:210px;
 z-index:1;
}

#nav-top ul li:hover ul,
#nav-top ul li.hover ul {
 display:block;
  z-index:1;
}

#nav-top ul li.hidden ul {
 /* prevent hidden nav sub-items from showing */
 display:none !important;
  z-index:1;
}

#nav-top ul li ul {
 /* drop-down container */
 padding-bottom:0px;
 width: 210px;
  z-index:1;
}

#nav-top ul li li {
 float:none;
 display:block;
  z-index:1;
  
   /* drop-down devider */
  
}

#nav-top ul ul a {
 border-bottom:1px solid #fff;
  z-index:1;
}

#nav-top ul li li a {
 /* sub-nav (drop-down item) styles - !important required for inheritance fix due to non-CSS2 hover */
 width:210px;
 height:20px;
 background:#006E3A none !important;
 font-size:12px;
 line-height:18px;
 color:#fff !important;
 border-bottom:none !important;
 border-right:none;
  z-index:1;
 text-align:left;
 text-indent:12px;
 padding-top: 2px;
}

#nav-top ul li li a:hover {
 /* override inherit from parent */
 background:#4D5154 none !important;
 border-bottom:none;
  z-index:1;
}

/* top nav item widths etc. */

#nav-top li.main a {
 width:75px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
}
#nav-top li.about a {
 width:80px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
}
#nav-top li.about li a{
 background:#006E3A none !important;
 text-align:left;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
}
#nav-top li.about li a:hover {
 background:#4D5154 none !important;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
 
}
#nav-top  li.programs a {
 width:125px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
  z-index:1;
}
#nav-top li.programs li a{
 background:#006E3A none !important;
 text-align:left;
 border-bottom:none;
 text-decoration:none;
 width:250px;
 z-index:1;
 
}
#nav-top li.programs li a:hover {
 background:#4D5154 none !important;
 border-bottom:none;
 text-decoration:none;
 width:250px;
  z-index:1;
 
}
#nav-top li.center a {
 width:120px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
}
#nav-top li.center li a{
 background:#006E3A none !important;
 text-align:left;
 border-bottom:none;
 text-decoration:none;
 width:230px;
 
}
#nav-top li.center li a:hover {
 background:#4D5154 none !important;
 border-bottom:none;
 text-decoration:none;
 width:230px;
}
#nav-top li.tools a {
 width:105px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
}
#nav-top li.tools li a{
 background:#006E3A none !important;
 text-align:left;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
}
#nav-top li.tools li a:hover {
 background:#4D5154 none !important;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
}
#nav-top li.contact a {
 width:90px;
 background-image:none;
 text-align:right;
 padding-right:10px; 
}
#nav-top li.contact li a{
 background:#006E3A none !important;
 text-align:left;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
}
#nav-top li.contact li a:hover {
 background:#4D5154 none !important;
 border-bottom:none;
 text-decoration:none;
 width:210px;
 
}


