#navcontainer  
{
margin-left: 0px;
margin-top: 0px;
margin-bottom: 10px; 
}

#navcontainer ul
{
margin: 0;
padding: 0;
list-style-type: none;
font-family: verdana, arial, Helvetica, sans-serif;
}

#navcontainer li { margin: 0; }

#navcontainer a
{
display: block;
width: 130px;
color: #000;
background-color: #ADC1AD;
text-decoration: none;
border-top: 0px solid #fff;
border-left: 0px solid #999;
border-bottom: 0px solid #999;
border-right: 5px solid #C3C3C3;
font-weight: normal;
font-size: 0.8em;
background-image: url('images/m1.jpg');
background-repeat: no-repeat;
background-position: 0 0; padding-left:10px; padding-right:10px; padding-top:5px; padding-bottom:5px

}

#navcontainer a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
border-top: 0px solid #999;
border-left: 5px solid #C3C3C3;
border-bottom: 0px solid #fff;
border-right: 0px solid #fff;
font-weight: normal;
background-image: url('images/m2.jpg');
background-repeat: no-repeat;
background-position: 0 0
}

#navcontainer ul ul li { margin: 0; }

#navcontainer ul ul a
{
display: block;
padding: 5px 5px 5px 30px;
width: 160px;
color: #000;
text-decoration: none;
font-weight: normal;
}

#navcontainer ul ul a:hover
{
color: #000;
background-color: #889E88;
text-decoration: none;
}