.section-head{
	position:relative;
	top:0px;
	left:0px;
	width:100%;
	height:auto;
	padding:0px 0px 0px 0px;
}

.section-head .head-logo{
	position:relative;
	width:100%;
}

.section-head .head-logo img{
	position:relative; 
	width:100%;
}

.section-head .head-menu{
	position:relative;
	width:100%;
	height:20px;
	padding:5px 0px 5px 0px;
	background:#333;
	border-top:1px solid rgba(0, 0, 0, 0.2);
	border-bottom:1px solid rgba(0, 0, 0, 0.2);
}

.section-head .head-menu li{
	position:relative;
	left:30px;
	padding:0px 2px 0px 2px;
	float:left;
	list-style:none;
}

.section-head .head-menu li a{
	position:relative;
	padding:5px 8px 5px 8px;
	font-family:Verdana;
	font-size:13px;
	font-weight:bold;
	text-shadow:1px 0.1px rgba(0, 0, 0, .1);
	color:rgba(255, 255, 255, 0.9);
	text-decoration:none;
}

.section-head .head-menu li ._:before{
	position:relative;
	content:"|";
	font-family:Verdana;
	font-size:13px;
	padding:0px 2px 0px 2px;
	color:rgba(255, 255, 255, 0.3);
}