.smartmenu, .smartmenufloaty {
    background: #F77519 none repeat scroll 0 0;
    border-bottom:1px solid #B7DF63;
    margin: 8px 0 0;
    padding: 0px;
    overflow: hidden;
    height:35px;
    -moz-border-radius-topleft: 5px;
    -moz-border-radius-topright: 5px;
    -webkit-border-top-left-radius: 5px;
    -webkit-border-top-right-radius: 5px;
}

.smartmenu { margin: 10px 0 0; padding-left:0px;}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, .smartmenu a:visited {
    font-family:Helvetica,Arial,sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #1E297E;
    line-height:8px;
    /* 
    font-weight: bold;
    border-right: 1px dotted #FFF;
    padding: 0px 10px; */
}

.smartmenufloaty a, .smartmenufloaty a:visited {
    font-family:Helvetica,Arial,sans-serif;
    font-size: 9pt;
    text-decoration: none;
    color: #fff;
    line-height:8px;
}

.smartmenufloaty a:hover {
    color: #1E297E;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover {
    color: #fff;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}

.smartmenu ul li, .smartmenufloaty li {
    padding: 2px 0px 5px 0px;
    float: left;
}

.smartmenu ul li {
    width:95px; border-right: 1px dotted #FFF; padding:6px 0 0 6px;
}
.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(../menu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

.smartmenufloaty .tipIE6 { 
    background: url(../menu/floatytip.gif);
}

.smartmenufloaty .padder {
    background: url(../menu/floatybg.png);
    padding: 0px 8px; 
    -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(../menu/floatybg.gif);
}

.smartmenufloaty li {
    float: none ;
    border-bottom: 1px dotted #FFF;
    padding: 5px 8px; 
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;
}

.smartmenufloaty a:hover {
    color: #1E297E;
}
