* {padding:0; margin:0}
.dropdown {
float:left;
font-family:"lucida grande",tahoma,verdana,arial,sans-serif;
}
.dropdown dt {
color:#000;
cursor:pointer;
font-size:16px;
font-weight:bold;
padding:4px 0 0 2px;
}
.dropdown dd {
display:none;
overflow:hidden;
padding-left:3px;
position:absolute;
width:163px;
z-index:1000;
}
.dropdown ul {
width:150px; border:2px solid #000000; list-style:none; border-top:none;
}
.dropdown li {
display:inline;
color:#000;
}

#one-ddheader a, #two-ddheader a, #three-ddheader a, #four-ddheader a, #five-ddheader a {
border-right:1px solid #4B7F00;
color:#FFFFFF;
display:block;
font-size:13px;
text-decoration:none;
}

#six-ddheader a {
color:#FFFFFF;
display:block;
font-size:13px;
text-decoration:none;
}

#one-ddheader a:hover, #two-ddheader a:hover, #three-ddheader a:hover, #four-ddheader a:hover, #five-ddheader a:hover, #six-ddheader a:hover {
color:#FFF;

}


.dropdown a {
display:block;
padding:5px 10px 5px 3px;
text-decoration:none;
width:150px;
}

.dropdown a:hover {
background:#000;/*#4b4826 #321706*/
color:#fff;
}
.dropdown .underline {
border-bottom:1px solid #000;
}

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

.dropdown .two {
background:#FFF;
color:#000;
}

.dropdown .three {
background:#FFF;
color:#000;
}
.dropdown .four {
background:#FFF;
color:#000;
}

.dropdown .five {
background:#FFF;
color:#000;
}
