.smartmenu, .smartmenufloaty {
    margin: 0px;
    padding: 0px;
    overflow: hidden;
	margin-left:-120px;
	margin-top:-19px;
}

.smartmenuie6 {
    height: 30px;
}
.smartmenu {
	float:right;
	margin-top:50px;
	*margin-top:-30px;
}
@media screen and (max-width : 320px) {
	.smartmenu { margin-top:50px; }
}

.smartmenu a, 
.smartmenufloaty a {
    font-size: 14px;
    color: #222222;
}

.smartmenu a.last {
    border: none;
}

.smartmenu a:hover {
    color: #333;
}

.smartmenu ul, .smartmenufloaty ul {
    margin: 0px;
    padding: 0px;
    list-style: none;
}
@media screen and (min-width : 320px) {
	.smartmenu ul.w-small { display:none; }
}
.smartmenu ul.w-small { display:none \9; }

@media screen and (max-width : 319px) {
	.smartmenu ul.w-large { display:none \9; }
}
.smartmenu ul.w-large { display:inherit; }

.smartmenu ul li {
	float:left;
	margin-right:35px;
	padding:0 0 0 5px;
	border-left:1px solid #f4f4f4;
	/*border-right:1px solid #f4f4f4;*/
}
@media screen and (max-width : 1023px) {
	.smartmenu ul li {
		margin-right:10px;
	}
}
.smartmenu ul li {
		margin-right:35px \9;
	}
	
.smartmenufloaty li {
	padding:0 5px;
}

.smartmenu li ul {
    display: none;
}

.smartmenufloaty {
    background: transparent;
    position: absolute;
    border: none;
    max-width:380px;
    height: auto;
    left: 0px;
    top: 0px;
    z-index: 1000;
    *margin-left:180px;
    *margin-top:-22px;
}

.smartmenufloaty .tip {
    background: url(../images/menu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
    z-index:5;
    position:relative;
    margin-left:180px;
}

.smartmenufloaty .tipIE6 { 
    background: url(../images/menu/floatytip.png) no-repeat;
    font-size: 0px; 
    height: 20px;
    width: 50px;
    margin: 0px;
    overflow: hidden;
    display: block;
    z-index:5;
    position:relative;
}

.smartmenufloaty .padder {
    width:360px;
    background: #fafafa;
    border:1px solid #e4e4e4;
    padding: 0px 8px;
    z-index:2; 
    position:relative;
    margin-top:-1px;
}

@media screen and (max-width : 1023px) {
	.smartmenufloaty .padder { width:92%; }
	.smartmenufloaty .padder img { display:none; }
}
.smartmenufloaty .padder { width:340px \9; }
.smartmenufloaty .padder img { display:inherit \9; }
	
.smartmenufloaty .padderIE6 {
    background: #fafafa;
	border:1px solid #e4e4e4;
    padding: 0px 8px;
	z-index:2; 
	position:relative;
	margin-top:-1px;
}

.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: #222;
}

.smartmenu span.sub {
	color:#b8b8b8;
	font-size:0.9em;
	display:block;
}

.smartmenufloaty img {
}

.smartmenu a.menu_pro {
	position:relative;
	z-index:2;
	width:65px;
	height:50px;
	float:left;
	margin-top:3px;
}

.smartmenu span.sub_pro {
	color:#b8b8b8;
	font-size:0.8em;
	display:block;
	position:relative;
	z-index:1;
	width:130px;
	left:-65px;
	margin-top:23px;
	#margin-top:-35px;
	#left:0px;
}