.menu {
	border: none;
	border: 2px;
	border-radius: 6px;
	margin: 0px 0 10px 0;
	font: 67.5% 'Lucida Sans Unicode', 'Bitstream Vera Sans', 'Trebuchet Unicode MS', 'Lucida Grande', Verdana, Helvetica,
		sans-serif;
	font-size: 14px;
	font-weight: bold;
	/* background:url(../images/menu-bg.jpg); */
	background: #242021;
}
.menu ul {
	height: 45px;
	list-style: none;
	padding: 0;
	margin: 0 auto;
	width: 900px;
	display: flex;
	justify-content: space-evenly;
}

.menu li {
	float: left;
	background: url(../images/menu-li.jpg) right no-repeat;
	display: inline-flex;
	align-items: center;
}

.menu li a {
	color: #fff;
	display: block;
	font-weight: normal;
	line-height: 20px;
	margin: 0px;
	padding: 0px 25px 0 25px;
	text-align: center;
	text-decoration: none;
	font-size: 14px;
	/* white-space: nowrap; */
}
.first {
	color: #fff;
}
.first a {
	color: #ffffff;
	text-decoration: none;
}

.first a:hover {
	/* background: url(../images/menu-hover.jpg); */
	background: #949598;
	color: #ffffff;
	text-decoration: none;
	border: 2px;
	border-radius: 6px 0px 0px 6px;
}

.menu li a:hover,
.menu ul li:hover a {
	/* background: url(../images/menu-hover.jpg); */
	background: #949598;
	color: #ffffff;
	text-decoration: none;
	height: 100%;
}
.current {
	/* background: url(../images/menu-hover.jpg); */
	background: #949598;
	color: #ffffff;
	text-decoration: none;
	border: 2px;
	border-radius: 6px 0px 0px 6px;
	height: 100%;
}

.current1 {
	/* background: url(../images/menu-hover.jpg); */
	background: #949598;
	color: #000;
	text-decoration: none;
	margin: 2px;
	height: 100%;
}

.menu li ul {
	background: #333333;
	display: none;
	height: auto;
	padding: 0px;
	margin: 0px;
	border: 0px;
	position: absolute;
	width: 225px;
	z-index: 200;
	/*top:1em;
		/*left:0;*/
}
.menu li:hover ul {
	display: block;
}
.menu li li {
	background: url('images/sub_sep.gif') bottom left no-repeat;
	display: block;
	float: none;
	margin: 0px;
	padding: 0px;
	width: 225px;
}
.menu li:hover li a {
	background: none;
}
.menu li ul a {
	display: block;
	height: 35px;
	font-size: 12px;
	font-style: normal;
	margin: 0px;
	padding: 0px 10px 0px 15px;
	text-align: left;
}
.menu li ul a:hover,
.menu li ul li:hover a {
	background: #2580a2 url('images/hover_sub.gif') center left no-repeat;
	border: 0px;
	color: #ffffff;
	text-decoration: none;
}
.menu p {
	clear: left;
}
