.toggler{
	background-color:#BA0813;
	cursor:pointer;
	font-size:11px;
	margin-bottom:1px;
	margin-left:0 !important;
	margin-right:0 !important;
	margin-top:0 !important;
	padding:3px 0 3px 6px !important;
	color:#FFF;
}

.toggle_active {
	/*background: url(images/accordion_toggle_active.jpg) no-repeat top right #e0542f;*/
	color:#FFE904;
	/*border-bottom: 1px solid #f68263;*/
}


.element{
	overflow: hidden;
	color:#FFF;
	padding:0 5px;
}

.element a{
color:#BA0813;	
}
/*-----------------------------
		Main Menu
-----------------------------*/

#menuAccordion{
	padding-bottom:20px;
}

#menuAccordion ul {
	margin-bottom:0px !important;
}

.menuToggler{
	background:#BA0813 url(../images/menu/arrows.gif) no-repeat scroll right top;
	color:#FFFFFF;
	cursor:pointer;
	display:block;
	font-size:14px;
	height:22px;
	margin:1px 0;
	padding:7px 0 2px 7px;
	width:153px;
	font-weight:bold;
}

.menuActive{
	background:#BA0813 url(../images/menu/arrows.gif) no-repeat scroll right -28px; !important
}

.menuElement{
	color: #444444;
	overflow: hidden;	
}

.menuElement ul{
	display:block;
}

.menuElement ul li{
	margin:0 0 1px;
	padding:0;
	width:160px;
}


.menuElement ul li a{
	background:#99407D none repeat scroll 0 0;
	color:#FFFFFF;
	display:block;
	font-weight:bold;
	margin:0 0 1px;
	padding:5px;
	text-decoration:none;
	width:150px;
}

.menuElement ul li a:hover {
	background-color:#E20A17;
}