* {
padding: 0;
margin: 0;
}
body {
font: 12px Verdana, Arial, Helvetica;
}
.dropdown {
display: block;
position: relative;
}
.dropdown dl { /* definition list */
width: 180px;
}
.dropdown dt { /* 1 */
width: 160px;
border: 2px solid #94B1C9;
padding: 8px;
font-weight: bold;
cursor: pointer;
background:  url("../right.gif") 98% 50% no-repeat;
}
.dropdown .upperdd {
border-bottom: none
}
.dropdown dt:hover {
background: url("../right.gif") 98% 50% no-repeat;
color: #FF9C00;
}
.dropdown dd { /* 2 */
position: absolute;
top: 0;
overflow: hidden;
width: 184px;
display: none;
background: #fff;
opacity: 0;
}
.dropdown ul { /* 3 */
width: 180px;
border: 2px solid #94B1C9;
list-style: none;
}
.dropdown li {
display: inline;
width: 180px;
}
.dropdown a, .dropdown a:active, .dropdown a:visited {
display: block;
padding: 5px;
color: #333;
text-decoration: none;
background: #fff;
width: 170px;
}
.dropdown a:hover {
background: 0;
color: #FF9C00;
}
.dropdown .underline {
border-bottom: 1px solid #94B1C9;
}
.dropdown a.home_site, .dropdown a:active.home_site, .dropdown a:visited.home_site {
background: 0;
padding: 0;
width: 98%;
}
#seven-ddheader a:hover {
color: #FF9C00;
}