* {
 margin          : 0;
 padding         : 0;
}

#first-ddcontent {
 margin          : 56px 0px 0px 313px;
}

* html #first-ddcontent {
 margin          : 57px 0px 0px -101px;
}

*:first-child+html #first-ddcontent {
 margin          : 57px 0px 0px -101px;
}
.dropdown .underline {
 border-bottom   : 1px solid #fff;
}

.dropdown a,.dropdown a:active,.dropdown a:visited {
 /* background      : #b46e37; */
 color           : #666;
 display         : block;
 width           : 193px;
 line-height     : 40px;
 font-size       : 12px;
 text-align      : center;
 text-decoration : none;
}

.dropdown a:hover {
 background      : #99E7F9;
 color           : #008CAA;
 text-decoration : underline;
}

.dropdown dd {
 background      : #ddd;
 display         : none;
 opacity         : 0;
 overflow        : hidden;
 position        : absolute;
 z-index         : 200;
 width           : 188px;
 margin          : 0 0 0 2px;
}

.dropdown dt {
 cursor          : pointer;
 font-weight     : bold;
 margin          : 0;
 padding         : 0;
 height          : 52px;
}
.dropdown dt:hover {
}

.dropdown li {
 display         : inline;
}

.dropdown ul {
 border-top      : none;
 list-style      : none;
}
