h3.cus {
	color: #fff;
	font-size: 16px;
	line-height: 26px;
	background: url("../img/bg_c_title.png") no-repeat left top;
	padding-left: 20px;
}
#head {
	background: url("../img/bg_head.png") no-repeat left top;
	height: 225px;
}
#menu {
	position: absolute;
	left: 260px;
	top: 153px;
}
#search_form {
	position: absolute;
	right: 25px;
	top: 105px;
}
#lang_bar {
	position: absolute;
	right: 25px;
	top: 50px;
}
#cont {
	padding: 10px 0;
}

.content {
	margin: 20px 5px 20px 20px;
}
#submenu ul {
	list-style-type: none;
}
#submenu ul li {
	padding-left: 25px;
	border-bottom: 1px dotted #666;
	background: url("../img/bg_c_title_i.png") no-repeat 0 7px;
}
#submenu ul a {
	padding: 7px 0;
	color: #259;
	font-weight: 700;
	line-height: 1.5;
	display: block;
}