
#navlistD {
 
list-style: none;
margin: 10px auto;
width: 100%;
height: 1.6em;



}
#navlistD li {
float: left;
display: block;

/* border-bottom: 1px solid #A8B090;
border-left: 1px solid #A8B090;
border-top: 1px solid #A8B090; */
height: 1.5em;

}

#navlistD a {

	/* color: #333333; */
	background-image: url(images/nav/navbarg.gif);
	display: block;
text-decoration: none;
/* color: #333333; */
background-repeat: repeat-x;
background-position: left bottom;
padding: 0 0.4em;
line-height: 1.5em;
font-style: normal; font-size: 12px; font-family: Arial, Helvetica, Geneva, Swiss, SunSans-Regular; color: White; font-weight: bold;


}


#navlistD a:hover {
	background-image: url(images/nav/navbargh.gif);
	color: #000000;
}