* {padding:0; margin:0}
.dropdown {
/*background-image:url(./i/nav_separator.jpg);*/
color:#FFFFFF;
float:left;
padding-top:5px;
}
.dropdown dt {
color:#FFFFFF;
cursor:pointer;
font-family:arial;
font-size:16px;
font-weight:bold;
padding:5px 0 2px 30px;
width:147px;
}
.dropdown dd {
position:absolute; overflow:hidden; 
width:165px;
display:none; background:#fff; z-index:1000;
}
.dropdown ul {
width:165px;
border:2px solid #000000; list-style:none; border-top:none;
}
.dropdown li {
display:inline;
color:#000;
}

#one-ddheader a {
color:#FFF;
text-decoration:none;
/*width:150px;*/
}

#one-ddheader a:hover, #two-ddheader a:hover, #three-ddheader a:hover, #four-ddheader a:hover, #five-ddheader a:hover, #six-ddheader a:hover, #seven-ddheader a:hover, #eight-ddheader a:hover  {
color:#ccc;
}

.dropdown a {
display:block;
padding-left:5px;
padding-right:5px;
text-decoration:none;
/*width:150px;*/
}

.dropdown a:hover {
color:#000;
}
.dropdown .underline {
border-bottom:1px solid #000;
}

.dropdown .one {
background:#CCC;
color:#000;
}