.smartmenu, .smartmenufloaty {
    margin-top: 4px;
	margin-left:0px;
    padding: 0px;
    overflow: hidden;
	height:29px;
}

.smartmenuie6 {
    height: 29px;
}

.smartmenu a, 
.smartmenufloaty a {
	font-family:Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-weight: bold;
    text-decoration: none;
    color:#FFFFFF;
	background-image:url(../images/smartmenu/border-right.png);
	background-position:right;
	background-repeat:repeat-y;
    padding: 8px 15px;
}

.smartmenu a.last {
    border: none;
}

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

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

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

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

.smartmenufloaty .padder {
    background: url(../images/smartmenu/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;
	float:right;
}

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

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

.smartmenufloaty a {
    border: none;
    padding: 0px;
	color:#FFFFFF;
	background-image:none;
	font-size:12px;
	font-weight:normal;
}

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