@charset "utf-8";
/* CSS Document */
.topbanner {
    background: url("images/preload.gif") no-repeat scroll 50% 50% transparent;
    height: 235px;
    overflow: hidden;
    position: relative;
    width: 464px;
}
.bannertext {
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 207px;
    width: 465px;
}
.bannertext ul {
     width: 465px;
}
.bannertext ul li {
    border-right: 1px solid #FFFFFF;
    float: left;
	width:92px;
}
.bannertext ul li.width105 a {
    width: 100px;
}
.bannertext ul li.noborder {
    border: medium none;
}
.bannertext ul li a {
    background: none repeat scroll 0 0 #333333;
    color: #FFFFFF;
    display: block;
    float: left;
    font-size: 12px;
    height: 26px;
    line-height: 26px;
    padding-top: 2px;
    text-align: center;
    width: 92px;
    z-index: 1;
}
.bannertext ul li a:hover {
    background: none repeat scroll 0 0 #8AC42E; color: #333333;
    opacity: 0.7;
}
.bannertext ul li a.on {
    background: none repeat scroll 0 0 #8AC42E;
    color: #333333;
    opacity: 0.7;
}
.bannertext ul li.width105 a:hover {
    width: 100px;
}




