@charset "utf-8";
/* CSS Document */

.menu .dropdown,
.menu .dropdown ul,
.menu .dropdown li,
.menu .dropdown dd,
.menu .dropdown dt {padding:0 0 0 0; margin:0;}
.menu .dropdown {padding:0; z-index:100; display:block;}
.menu .dropdown:hover dt,
.menu .dropdown:hover dt a {/*color:#322923;*/}
.menu .dropdown dt {border:0px; display:block; height:32px; text-decoration:none; cursor:pointer; text-align:center; /*background:url(../images/menu-sep.png) no-repeat 100% 0; padding:0 9px 0 8px;*/}
.menu .dropdown dt:hover {}
.menu .dropdown dt a {/*height:28px;*/}
.menu .dropdown dd {position:absolute; overflow:hidden; float:left; width:100px; min-width:100px; display:none; z-index:110; opacity:0; background-color:#168BB7; font-size:13px; line-height:16px;}
.menu .dropdown ul {width:100px; min-width:100px; list-style:none; padding:0;}
.menu .dropdown li {display:block; float:none; text-align:left; padding:0;}
.menu .dropdown dd li a {display:block; text-decoration:none; height:auto; padding:8px 10px; border-top:1px solid #7BBDD6; border-left:0; color:#fff; background-color:#168BB7;}
.menu .dropdown dd li a:hover {background-color:#55bce2;}
.menu .dropdown .underline {border-bottom:0px}



