.smartmenu, .smartmenufloaty {
    margin: 0px;
	padding: 8px 0px 0px 0px;	
    overflow: hidden;
	/*border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;*/
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, 
.smartmenufloaty a {
	font-family: "Lucida Grande", sans-serif, cursive;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    color: #616161;
    border-right: 1px dotted #616161;
    padding: 0px 8px;
	text-transform: uppercase;
}

.smartmenu a.last {
    border: none;
}

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

.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 {
    background: url(../img/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
}

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

.smartmenufloaty .padder {
    background: url(../img/floatybg.png);
    padding: 0px 8px; 
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius:  5px;
    -webkit-border-top-right-radius: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;
}

.smartmenufloaty .padderIE6 {
    background: url(../img/floatybg.gif);
}

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

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

.smartmenufloaty a:hover {
    color: #000;
}
