.smartmenu, .smartmenufloaty {
margin:0px;

    background: #5c5c5c none repeat scroll 0 0;

    padding: 0px;
    overflow: hidden;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.smartmenuie6 {
    height: 30px;
}
.smartmenu a, 
.smartmenufloaty a {
 font-family:'Malgun Gothic', Gulim, 'Segoe UI', Tahoma, Helvetica,Arial,sans-serif;
    font-size: 12px;
    font-weight:bold; 
    text-decoration: none;
    color: #eeeeee;
  
    padding: 0px 25px;
}
.smartmenu a.last {
    border: none;
}
.smartmenu a:hover {
    color: #ff8000;
}
.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.smartmenu ul li, .smartmenufloaty li {
    padding: 0px 0px 0px 35px;
    float: left;
}
.smartmenu li ul {
    display: none;
}
.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    left: 0px;
    top:0px;
    z-index: 1000;
}
.smartmenufloaty .tip {
    background: url(/base/img/top/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 10px;
    width: 60px;
    top-margin:0px;
    overflow: hidden;
    display: block;
}
.smartmenufloaty .tipIE6 { 
    background: url(/base/img/top/floatytip.gif);
}
.smartmenufloaty .padder {
    background: url(/base/img/top/floatybg.png);
    padding: 0px 10px; 
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}
.smartmenufloaty .padderIE6 {
    background: url(/base/img/top/floatybg.gif);
}
.smartmenufloaty li {
    float: none ;
    padding: 0px 0px; 
}
 
.smartmenufloaty li.last {
    border: none;
}
.smartmenufloaty a {
    border: none;
    padding: 0px;
 color: #cfcfcf;
}
.smartmenufloaty a:hover {
    color: #222;
}