.smartmenu, .smartmenufloaty {
	-moz-border-radius-bottomleft: 5px;
	-moz-border-radius-bottomright: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	background-attachment: scroll;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 0px;
	border-top-style: none;
	height: auto;
	width: auto;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.smartmenuie6 {
	height: auto;
}

.smartmenu a, 
.smartmenufloaty a {
	font-family: "微软雅黑";
	font-size: 14pt;
	font-weight: normal;
	text-decoration: none;
	color: #FFF;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 30px;
	line-height: 15px;
	height: 30px;
	width: auto;
	clear: both;
}

.smartmenu a.last {
	border: none;
}

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

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

.smartmenu ul li, .smartmenufloaty li {
	float: right;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
	position: absolute;
	border: none;
	width: auto;
	height: auto;
	left: 0px;
	top: 0px;
	z-index: 560;
}

.smartmenufloaty .tip {
	font-size: 0px;
	height: auto;
	width: auto;
	overflow: hidden;
	display: block;
	background-repeat: no-repeat;
	background-image: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding: 0px;
}

.smartmenufloaty .tipIE6 {
}

.smartmenufloaty .padder {
	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;
	background-image: url(../images/floatybg.png);
}

.smartmenufloaty .padderIE6 {
    background: url(../images/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: #669900;
}
