#wrap {}
#navigation {}
.smartmenu, .smartmenufloaty {
    
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	/*background: #8DB638 none repeat scroll 0 0;
    border-top:1px solid #B7DF63;
    -moz-border-radius-bottomleft: 5px;
    -moz-border-radius-bottomright: 5px;
    -webkit-border-bottom-left-radius: 5px;
    -webkit-border-bottom-right-radius: 5px;*/
}


.smartmenufloaty li a {
	display:block;
    font-size: 14px;
    text-decoration: none;
    color: #343434;
	line-height:35px;
	text-align:left;
	padding:0 20px;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover {
    color: #fff;
}
.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
.smartmenu ul li {  float:left;}
.smartmenu ul li  a{display:block;line-height:60px;color:#FFFFFF; font-size:14px;}
.smartmenu ul li  a.en{padding:0 21px; font-size:18px;}
.smartmenu ul li, .smartmenufloaty li {
    padding: 0;
    float: left;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
    background: #fff;
    position: absolute;
    border: none;
    width: auto;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
	border-radius:0 0 5px 5px;
	min-width:168px;

}

.smartmenufloaty .tip {
    /*background: url(../images/floatytip.png) no-repeat;*/
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: none;
}

.smartmenufloaty .tipIE6 { 
    /*background: url(../images/floatytip.png);*/
}

.smartmenufloaty .padder {
    /*background: url(../images/floatybg.png);*/
    padding: 0px;
    /*-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;
	
}
 
.smartmenufloaty li.last {
    border: none;
}

.smartmenufloaty a:hover {
    color: #fff;
	background:#2963AC;
}
