﻿#cssmenu span {
	text-align: left;
	padding-left: 10px;
	padding-top: 15px;
	background: none;
}
#cssmenu ul, #cssmenu li, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
	width: 200px;
	height: 31px;
}
#cssmenu {
	width: 200px;
	height: 31px;
	background: #f5f7f2;
}
#cssmenu:after, #cssmenu ul:after {
	display: block;
	clear: both;
	width: 200px;
	height: 31px;
	background: #f5f7f2;
}
#cssmenu a {
	background: #f5f7f2;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 17px;
	color: #373737;
	padding-left:15px;
	width: 185px;
	height: 31px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
	width: 200px;
	height: 31px;
	background: #f5f7f2;
}
#cssmenu > ul {
	background: #f5f7f2;
	width: 200px;
	height: 31px;
	float: left;
}
#cssmenu > ul > li {
	width: 200px;
	height: 31px;
	background: #f5f7f2;
	border: #c8d0c2 1px solid;
	
}
#cssmenu > ul > li:hover:after {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	display: block;
	width: 200px;
	height: 31px;
	position: absolute;
	left: 200px;
	background: #fff;
}
#cssmenu > ul > li:first-child > a {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #f5f7f2;
	width: 200px;
	height: 31px;
}
#cssmenu > ul > li:last-child > a {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	width: 200px;
	height: 31px;
	background: #f5f7f2;
}
#cssmenu > ul > li.active a {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #f5f7f2;
	width: 200px;
	height: 31px;
}
#cssmenu > ul > li:hover > a {
	background: #fff;
	height: 31px;
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;
	padding-left:15px;
	width: 185px;

}
#cssmenu .has-sub {
	z-index: 1;
	width: 200px;
	height: 31px;
	background: #f5f7f2;
}
#cssmenu .has-sub:hover > ul {
	display: block;
	width: 200px;
	left: 200px;
	height: 31px;
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #fff;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	height: 31px;
	background: #f5f7f2;
	left: 0;
	top: 0;
}
#cssmenu .has-sub ul li {
	width: 200px;
	height: 31px;
	top: 0;
	background: #f5f7f2;
}
#cssmenu .has-sub ul li a {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #f5f7f2;
	border: #c8d0c2 1px solid;
	filter: none;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 15px;
	display: block;
	width: 200px;
	height: 31px;
	top: 0;
}
#cssmenu .has-sub ul li:hover a {
	background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #fff;
	width: 200px;
	height: 31px;
	top: 0;
	background: #fff;
	border: #c8d0c2 1px solid;
}
#cssmenu .has-sub .has-sub:hover > ul {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;


	display: block;
	width: 200px;
	height: 31px;
	background: #fff;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;
	top: 0;
	width: 200px;
	height: 31px;
	background: #f5f7f2;
	border: #c8d0c2 1px solid;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #f5f7f2;
	width: 200px;
	height: 31px;
}
#cssmenu .has-sub .has-sub ul li a:hover {
		background-image: url('../images/splitnews.png');
	background-position: left center;
	background-repeat: no-repeat;

	background: #fff;
	width: 200px;
	height: 31px;
}
