@CHARSET "UTF-8";

/* Menu */
.topmenu-wrapper {
	width: 1153px;
	overflow: hidden;
	border: 1px solid #000;
	background: #000;
	padding-left: 15px;
}
.topmenu-blog-wrapper {
	overflow:hidden;
	background: #000;
	position: absolute;
	top: 10px;
	padding-left: 15px;
}
.moduletable_topmenu {
	padding:0;
	height: 35px;
	margin: 0;
	width: 100%;
	font-size: 16px;
	font-family: Arial Narrow, Tahoma, Arial;
	white-space: nowrap;
	font-weight: normal;
}
.moduletable_topmenu ul {
	list-style: none;
	margin: 0;
	padding: 5px;
	height: 25px;
}
.moduletable_topmenu li {
	margin: 0px 0px 0px 0px;
	float: left;
	border: 2px;
	border-style: none;
	border-right-style:solid;
	border-color:#fff;
	text-align:center;
}
.moduletable_topmenu li:first-child {
	border-left: 2px;
	border-left-style:solid;
	border-color:#fff;
}
.moduletable_topmenu li a {
	display: block;
	padding-top: 0px;
	padding-bottom: 5px;
	padding-left: 5px;
	padding-right: 5px;
	height: 20px;
	color:#fff;
	text-decoration: none;
}
.moduletable_topmenu li ul {
	position: absolute;
	xwidth: 142px;
	left: -999em;
	border-bottom: none;
	top: 210px;
	z-index:600;
}
.moduletable_topmenu li:hover ul {
	left: auto;
}
.moduletable_topmenu li ul li {
 	width: 142px;
	padding: 0;
	text-align:left;
}
html>body .moduletable_topmenu li a {
	width: auto;
}
.moduletable_topmenu li ul li a {
	width: 132px;
	color: #fff;
}
.moduletable_topmenu li a:hover,a#active_menu:link,a#active_menu:visited {
	color:#E51B17;
    text-decoration: none;
}
.moduletable_topmenu li ul li a:hover {
	background-color: #898989;
	color: #E51B17;
}
.moduletable_topmenu li:hover ul, .moduletable_topmenu li.sfhover ul {
	left: auto;
}
.moduletable_topmenu ul li.active a {
	color: #E51B17;
	text-decoration: none;
}
.moduletable_topmenu li.parent.active a {
	color: #f00;
	text-decoration: none;
}
.moduletable_topmenu li.parent.active a:hover {
	color: #E51B17;
}
.moduletable_topmenu li.parent.active ul li a {
	color: #fff;
	text-decoration: none;
}
.moduletable_topmenu li.parent.active ul li a:hover {
	color: #E51B17;
	text-decoration: none;
}
/* end of Menu */
