/*-----------------------------------------------------------------------------------*/
/* Custom CSS */
/*-----------------------------------------------------------------------------------*/

.module .module_header h3.mod_standard span::before,
.module_menu .module_header h3.mod_standard span::before,
.module .module_header h3.mod_standard span::after,
.module_menu .module_header h3.mod_standard span::after {
  border-bottom: 0;
  text-transform: none;
 }

.module .module_header h3, 
.module_menu .module_header h3 {
  text-transform: none;
	font-weight: bold;
}

.module .module_content ul.menu li, 
.module_menu .module_content ul.menu li, 
.module .module_content ul.latestnews li, 
.module_menu .module_content ul.latestnews li {
	margin-top: 1px;
	margin-bottom: 1px;
	padding: 0;
	background: #f1f2f1;
}

.module .module_content ul.menu li a:hover, 
.module_menu .module_content ul.menu li a:hover, 
.module .module_content ul.latestnews li a:hover, 
.module_menu .module_content ul.latestnews li a:hover {
	opacity: 1.0 !important;
}

.module .module_content ul.menu li a {
	padding: 10px 9px;
	display: block;
	color: #222;
	font-weight: bold;
	border-left: 0;
	background: rgba(241,242,241,1.0);
}

.module .module_content ul.menu li a:after {
	content: "▶";
	float: right;
}

.module .module_content ul.menu li a:hover {
	color: #fff;
	background: rgba(148,49,102,1.0) !important;
}

.module .module_content ul.menu li.current a {
	color: #fff;
	background: rgba(148,49,102,1.0) !important;
}

.module .module_content ul.menu li.current a:after {
	content: "▶";
	float: right;
}

.module .module_content ul.menu li a.menu-trenner:after {
	content: "";
}


