#topmenu_wrap{width:1024px; height:65px; position: relative; margin:0 auto; display:block;}
#topmenu_wrap .toplogo{width:324px; height:65px; float: left; }
#topmenu_wrap .topmenu{width:700px; height:65px; float: left; }
#topmenu_ul {
    width: 100%;
    margin: 0;
    padding: 20px 0 0 0;
    list-style: none;  
}
#topmenu_ul li {
    float: left;
    padding: 0 2px 20px 18px;
    position: relative;
}
#topmenu_ul a {
    float: left;
    height: 25px;
    padding: 0 25px;
    color: #333;
    text-transform:  uppercase;
    font: bold 14px/25px Dotum, Dotum;
    text-decoration: none;
}
#topmenu_ul li:hover > a {
    color: #084d76 ;
}
*html #topmenu_ul li a:hover { /* IE6 */
    color: #084d76 ;
}
#topmenu_ul li:hover > ul {
    display: block;
}
/* Sub-topmenu_ul */
#topmenu_ul ul {
    list-style: none;
    margin: 0;
    padding: 0;    
    display: none;
    position: absolute;
    top: 45px;
    left: 0;
    z-index: 99999;
    border: 1px solid #084d76;  
    background-color: #fff;   
    -moz-border-radius: 2px;
    border-radius: 2px;
    box-shadow: 0 1px 0 #666;
}
#topmenu_ul ul li {
    float: none; 
    text-align:left;
    margin: 0;
    padding: 0 ;
    display: block;  
    box-shadow: 0 1px 0 #666;
}
#topmenu_ul ul li:last-child { 
    box-shadow: none;    
}
#topmenu_ul ul a {    
    font: bold 13px/25px Dotum, Dotum;
    padding: 10px;
    height: auto;
    line-height: 1;
    display: block;
    white-space: nowrap;
    float: none;
    text-transform: none;
    height: 10px;
    width: 180px; 
 
}
*html #topmenu_ul ul a { /* IE6 */   
    height: 10px;
    width: 200px;
}
*:first-child+html #topmenu_ul ul a { /* IE7 */    
    height: 10px;
    width: 200px;
}
#topmenu_ul ul a:hover {
    color:#FFFFFF;
    background-color: #0186ba;
    background-image: linear-gradient(#04acec, #0186ba);
}
#topmenu_ul ul li:first-child a {
    border-radius: 2px 2px 0 0;
}
#topmenu_ul ul li:first-child a:after {
    content: '';
    position: absolute;
    left: 66px;
    top: -8px;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 8px solid #084d76;
}
#topmenu_ul ul li:first-child a:hover:after {
    border-bottom-color: #04acec; 
}
#topmenu_ul ul li:last-child a {
    border-radius: 0 0 2px 2px;
}
/* Clear floated elements */
#topmenu_ul:after {
    visibility: hidden;
    display: block;
    font-size: 0;
    content: " ";
    clear: both;
    height: 0;
}
* html #topmenu_ul             { zoom: 1; } /* IE6 */
*:first-child+html #topmenu_ul { zoom: 1; } /* IE7 */