.smartmenu, .smartmenufloaty {
	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;
	background-attachment: scroll;
	background-color: #5cb53c;
	background-image: none;
	background-repeat: repeat;
	background-position: 0 0;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #5cb53c;
}

.smartmenuie6 {
    height: 30px;
}

.smartmenu a, 
.smartmenufloaty a {
	font-family:"Microsoft YaHei", "微软雅黑", "Microsoft JhengHei", "华文细黑";
	font-size: 9pt;
	text-decoration: none;
	color: #FFF;
	border-right: 1px dotted #FFF;
	font-weight: bold;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
}

.smartmenu a.last {
    border: none;
}

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

.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: 150px;
	margin: 0px;
	overflow: hidden;
	display: block;
	background-image: url(../images/floatytip.png);
	background-repeat: no-repeat;
}

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

.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;
}

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

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

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

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