#one-ddheader{
cursor:pointer; 
}

#one-ddcontent{
overflow:hidden; 
width:80px; 
display:none;
background:#ffffff;
z-index:200;
}

#one-ddcontent li {
display:inline
}

#one-ddcontent a, #one-ddcontent a:active, #one-ddcontent a:visited {
display:block; 
padding:3px; 
color:#000000; 
text-decoration:none; 
background:#ab9873; 
width:150px
}

#one-ddcontent a:hover {
background:#ff9900; 
color:#000000;
}

#one-ddcontent .underline {
border-bottom:1px solid #332e20
}

<!--TWO-->
#two-ddheader{
cursor:pointer; 
}

#two-ddcontent{
overflow:hidden; 
width:60px; 
display:none;
background:#ffffff;
z-index:200;
}

#two-ddcontent li {
display:inline
}

#two-ddcontent a, #two-ddcontent a:active, #two-ddcontent a:visited {
display:block; 
padding:3px; 
color:#000000; 
text-decoration:none; 
background:#ab9873; 
width:150px
}

#two-ddcontent a:hover {
background:#ff9900; 
color:#000000;
}

#two-ddcontent .underline {
border-bottom:1px solid #332e20
}