A:link, A:visited {

  text-decoration: none;
}

A:hover {

  text-decoration: underline;
}


#navMenu { margin: 0px; padding: 0px; height: 25px; z-index: 50; background-color: #ad9065; font-size: 12px; border: 0px dashed green; position:relative; left: 196px; width:390px;}
#navMenu li {width: 86px; height: 25px; position: absolute; display: block; z-index: 0; list-style: none; text-align: center;}
#navMenu a { width: 86px; height: 25px; display: block; z-index: 0; color: #000000; text-decoration: none; font-weight: bold; position: relative; top: 0px; padding-top: 7px; padding-bottom: 0px;}

#n1 { left: -12px; background: url('img/button1_u.gif');}
#n2 { left: 74px; background: url('img/button1_u.gif');}
#n3 { left: 160px; background: url('img/button1_u.gif'); }
#n4 { left: 246px; background: url('img/button1_u.gif');}
#n5 { left: 332px; background: url('img/button1_u.gif'); }
#n6 { background: url('img/button2_u.gif'); }



#n1 a:hover {background: url('img/button1_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}
#n2 a:hover {background: url('img/button1_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}
#n3 a:hover {background: url('img/button1_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}
#n4 a:hover {background: url('img/button1_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}
#n5 a:hover {background: url('img/button1_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}
#n6 a:hover {background: url('img/button2_d.gif'); position: relative; top: 0px; padding-top: 8px; height: 25px; background-repeat: no-repeat;}

#navMenu li ul { visibility: hidden; position: absolute; left: -1px; top: 23px; margin: 1px; padding: 0px; width: 86px; border-width: 0px 0px 1px 1px; border-style: dashed ; border-color: #625C4B; text-align: center; background-color:#DCCEA7; }
#navMenu li ul li, #navMenu li ul li a {margin: 0px; padding: 0px; width: auto; position: relative; z-index: 56; color: #000000; font-weight: bold; text-align: center;border: 0px solid blue;}
#navMenu li ul li a {  font-weight: bold; height: 25px;  position: relative; padding-top: 7px;}
#navMenu li:hover>ul { visibility: visible; }

