.dropdown { text-align: center; margin: 0 auto; }
.dropdown dt { font-weight:bold; cursor:pointer; margin-top:-12px; float:left;  }
.dropdown dd {position:absolute; overflow:hidden;  display:none; z-index:9999; opacity:0; background-color:#a1965c; width:auto;
	}
.dropdown ul {  list-style:none; padding:7px; margin:0px;}
.dropdown li {
font-family:Tahoma,Verdana, Arial, Helvetica, sans-serif;
font-size:11px;
font-weight:bold;
float:none;
text-align:center;
list-style: none;
padding-bottom:3px;
`padding-bottom:0px;
}
.dropdown li.dashes{
background-image:url(images/dashes.png);
background-position:bottom center;
background-repeat:no-repeat;
padding-bottom:18px;
}
.dropdown li a{
color:#ffffff;
text-decoration:none;
}
.dropdown li a:hover{
color:#000000;
text-decoration:none;
}
 #one-ddcontent{
 left: 0px;
margin-left:11px;
margin-top: 12px;
}
 #two-ddcontent{
 left: 0px;
margin-left:196px;
margin-top: 12px;
}
#three-ddcontent{
left: 0px;
margin-left:352px;
margin-top: 12px;
}
#four-ddcontent{
left: 0px;
margin-left:532px;
margin-top: 12px;
}

#one-ddheader{
margin-right:10px;

}
#two-ddheader{
margin-right:10px;
}
#three-ddheader{
margin-right:10px;
}
#four-ddheader{
margin-right:10px;
}

