.webmenu {
	xbackground:#F9EAD5;
        color:#976736;
	padding-top:180px;
	background:url("/portal/common/24/logo_b.png") top center no-repeat #F9EAD5;
	background-size:380px 180px;
}

.webmenu .header {
	position:relative;
        padding:5px;
        text-align:center;
        background:transparent;
        font-size:1.8em;
        border:4px solid #976736;
	border-radius:10px;
        color:#976736;
        margin:4px;
}

.webmenu .header-pre {
	position:absolute;
	top:10px;
	left:10px;
	display:inline-block;
	background:url("/portal/common/23/section-header_bg.png") top left no-repeat;
	width:120px;
	height:20px;
}

.webmenu .header-post {
	position:absolute;
	top:10px;
	right:10px;
	display:inline-block;
	background:url("/portal/common/23/section-header_bg.png") top left no-repeat;
	width:120px;
	height:20px;
}


.webmenu .menusection {
	border:1px solid #0d6efd;
	padding:5px;
	border-radius:10px;
	margin:10px 0px;
}
.webmenu .desc {
	color:#000;
	font-style:normal;
}
