@charset "utf-8";
/**** TOP MENU ****/

#cssmenu ul, #cssmenu li, #cssmenu span, #cssmenu a {
	margin: 0;
	padding: 0;
	position: relative;
}
#cssmenu {
	line-height: 1;
	border-radius: 5px 5px 0 0;
	-moz-border-radius: 5px 5px 0 0;
	-webkit-border-radius: 5px 5px 0 0;
	/*background: #7b0303;*/
	background: -moz-linear-gradient(90deg, #000000 0%, #2B2B2B 50%, #000000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #000000), color-stop(50%, #2B2B2B), color-stop(100%, #000000)); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, #000000 0%, #2B2B2B 50%, #000000 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, #000000 0%, #2B2B2B 50%, #000000 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, #000000 0%, #2B2B2B 50%, #000000 100%); /* ie10+ */
background: linear-gradient(0deg, #000000 0%, #2B2B2B 50%, #000000 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#000000',GradientType=0 ); /* ie6-9 */
	width: 1140px;
}
#cssmenu:after, #cssmenu ul:after {
	content: '';
	display: block;
	clear: both;
}
#cssmenu a {
	
	color: #ffffff;
	display: block;
	padding: 18px 15px;
	text-decoration: none;
}
#cssmenu ul {
	list-style: none;
}
#cssmenu.align-center > ul {
	font-size: 0;
}
#cssmenu > ul > li {
	display: inline-block;
	margin: 0;
	box-shadow: -2px 0 1px -1px #080808;
}
#cssmenu.align-center {
	text-align: center;
}
#cssmenu.align-center > ul > li {
	float: none;
}
#cssmenu.align-center ul ul {
	text-align: left;
}
#cssmenu.align-right > ul {
	float: right;
}
#cssmenu.align-right ul ul {
	text-align: right;
}
#cssmenu > ul > li > a {
	color: #fff;
	font-size: 12px;
}
#cssmenu > ul > li:hover:after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	left: 50%;
	bottom: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-bottom: 10px solid #db000b;
	margin-left: -10px;
}
#cssmenu > ul > li:first-child > a {
	border-radius: 5px 0 0 0;
	-moz-border-radius: 5px 0 0 0;
	-webkit-border-radius: 5px 0 0 0;
}
#cssmenu > ul > li:last-child > a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
#cssmenu.align-right > ul > li:first-child > a, #cssmenu.align-center > ul > li:first-child > a {
	border-radius: 0;
	-moz-border-radius: 0;
	-webkit-border-radius: 0;
}
#cssmenu.align-right > ul > li:last-child > a {
	border-radius: 0 5px 0 0;
	-moz-border-radius: 0 5px 0 0;
	-webkit-border-radius: 0 5px 0 0;
}
#cssmenu > ul > li.active > a, #cssmenu > ul > li:hover > a {
	color: #fff;

	background: -moz-linear-gradient(90deg, #330000 0%, #B50000 50%, #330000 100%); /* ff3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #330000), color-stop(50%, #B50000), color-stop(100%, #330000)); /* safari4+,chrome */
background: -webkit-linear-gradient(90deg, #330000 0%, #B50000 50%, #330000 100%); /* safari5.1+,chrome10+ */
background: -o-linear-gradient(90deg, #330000 0%, #B50000 50%, #330000 100%); /* opera 11.10+ */
background: -ms-linear-gradient(90deg, #330000 0%, #B50000 50%, #330000 100%); /* ie10+ */
background: linear-gradient(0deg, #330000 0%, #B50000 50%, #330000 100%); /* w3c */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#330000', endColorstr='#330000',GradientType=0 ); /* ie6-9 */
	/*background: -moz-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f2f2f2));
	background: -webkit-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -o-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: -ms-linear-gradient(top, #ffffff 0%, #f2f2f2 100%);
	background: linear-gradient(to bottom, #ffffff 0%, #f2f2f2 100%);*/
}
#cssmenu .has-sub {
	z-index: 99999;
}
#cssmenu .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub ul {
	display: none;
	position: absolute;
	width: 200px;
	top: 100%;
	left: 0;z-index: 99999;
}
#cssmenu.align-right .has-sub ul {
	left: auto;
	right: 0;
}
#cssmenu .has-sub ul li {
 /*margin-bottom: -1px;*/
}
#cssmenu .has-sub ul li a {z-index: 99999;
	background: #db000b;
	border-bottom: 1px dotted #ff0f1b;
	font-size: 14px;
	filter: none;
	display: block;
	line-height: 120%;
	padding: 10px;
	color: #ffffff;
}
#cssmenu .has-sub ul li:hover a {
	background: #a80008;
}
#cssmenu ul ul li:hover > a {
	color: #ffffff;
}
#cssmenu .has-sub .has-sub:hover > ul {
	display: block;
}
#cssmenu .has-sub .has-sub ul {
	display: none;
	position: absolute;z-index: 99999;
	left: 100%;
	top: 0;
}
#cssmenu.align-right .has-sub .has-sub ul, #cssmenu.align-right ul ul ul {
	left: auto;
	right: 100%;
}
#cssmenu .has-sub .has-sub ul li a {
	background: #a80008;
	border-bottom: 1px dotted #ff0f1b;
}
#cssmenu .has-sub .has-sub ul li a:hover {
	background: #8f0007;
}
#cssmenu ul ul li.last > a, #cssmenu ul ul li:last-child > a, #cssmenu ul ul ul li.last > a, #cssmenu ul ul ul li:last-child > a, #cssmenu .has-sub ul li:last-child > a, #cssmenu .has-sub ul li.last > a {
	border-bottom: 0;
}
/**** END TOP MENU ****/

