.smartmenu, .smartmenufloaty {
    background: none repeat scroll 0 0;
    margin: 0px;
    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; font-size:14px; color:#FFF;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, 
.smartmenufloaty a {
    font-family:'Helvetica Neue',Helvetica,Arial,sans-serif;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
    color: #FFF;
    padding: 0; 
}

.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: 5px 0px 5px 0px;
    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 {
	font-size: 0px;
	height: 20px;
	width: 50px;
	margin: 0px;
	overflow: hidden;
	display: block;
	margin-left:0px;
}

.smartmenufloaty .tipIE6 {
	margin-left:0px;
}

.smartmenufloaty .padder {
    background: url(../images/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;margin-left:0px;
}

.smartmenufloaty .padderIE6 {
    background: url(../images/floatybg.gif);margin-left:0px;
}

.smartmenufloaty li {
    float: none ;
    height:25px; line-height:25px;
    font-weight:bold; padding:0 4px; width:410px; padding-top:3px;
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a {
    border: none;
    padding: 0px;text-decoration:underline;
}

.smartmenufloaty a:hover {
    color: #f0ff00; 
}


