

ul.navbar {
 
	position: relative;
	background: url(../images/navlibg.jpg) no-repeat right 20px;
}
 
.mainlevel div {
	background:url(../img/1px.png) repeat;
	position: absolute;
	padding: 10px 0px;
	display: none;
	width:140px;
	top: 110px;
	z-index: 99;
	
}

.mainlevel div a {
    display: block;
    width: 100%;
    line-height: 32px;
    height: 32px;
    color: #fff;
    font-size: 14px;
    border-bottom: 1px solid #fff;

}

#sub_02 {
	left: 280px;
}
