/* dropdown */
#headerCenter {
 width           : 950px;
 margin          : 0 auto;

}

#headerCenter .dropdown {
 float           : left;
}
#headerCenter .dropdownh {
 float           : left;
}

#headerCenter .dropdownh dt {
 width           : 140px;
 padding         : 0;
 margin          : 0;
 cursor          : pointer;
 height          : 43px;
}

#headerCenter .dropdown dt {
 width           : 135px;
 padding         : 0;
 margin          : 0;
 cursor          : pointer;
 height          : 43px;
}

#headerCenter .dropdown dt.co {
 width           : 135px;
 padding         : 0px;
 margin          : 0;
 cursor          : pointer;
}

#headerCenter .dropdown dd {
 position        : absolute;
 overflow        : hidden;
 /* width           : 164px; */
 width           : 135px;
 display         : none;
 z-index         : 1000;
 opacity         : 0;
}

#headerCenter .dropdown ul {
 /* width           : 164px; */
 width           : 135px;
 list-style      : none;
 border-top      : none;
/*  margin-top      : 2px; */
 font-size       : 10pt;
 margin-left     : 0px;
}

/* IE7 */
/* *+html #navi .dropdown ul {
 width           : 135px;
 list-style      : none;
 border-top      : none;
} */
/* IE7 */

#headerCenter .dropdown li {
 border-bottom   : 1px solid #cdcece;
 line-height     : 120%;
 margin          : 0;
 padding         : 0;
}

#headerCenter .dropdown a.headLink,
              .dropdown a.headLink:active,
              .dropdown a.headLink:visited {
 display         : block;
 padding         : 4px;
 color           : #ffffff;
 text-decoration : none;
 background      : #b8b8b8;
 width           : 135px;
}

#headerCenter .dropdown a.headLink:hover {
 background      : #666666;
 color           : #ffffff;
}


