
.bx-wrapper {
    overflow: visible !important;
}

.bodyMenu{
	overflow: visible !important; 
	font-family: facitweb arial sans-serif;
	font-size: 1em; 
	color: #2D3437;
	width: 248px !important; 
	min-height: 200px;
/*	background-color: #ffffff !important; */
	
	margin: 0 auto;
	text-align: left;
	}

.title {padding: 10px; font-size: 16px; font-weight: bold; color:#000000; clear:both; font-style: italic;}

.goBack {float:right; margin: 15px 10px 0 0; font-size: 8px;}

.menuItems {list-style: none; padding: 0; margin: 0;}        

.menuItems .hoverItemMenu {
background-color: #2D3437 !important;
color: #fff !important;
cursor: pointer;
}
.menuItems li {border-bottom: 1px solid #ccc !important;
	color: #2D3437;
	font-weight: 400;
}

.menuItems li a {
	
	display:block;
	
	padding: 10px;
	text-decoration: none;
	cursor: pointer;
	overflow: hidden;
	background-repeat: repeat-x;	
}

.menuItems li.selectedSliderItem a {
	background-color: #6c0e1c !important; 
	color:#FFFFFF !Important;
}

.menuItems li a:hover {background-color: #2D3437; color: #fff;}

.expand {
background: url(/images/arrow3.png) no-repeat 95% 50% !important ;
padding-right: 26px !important;
background-attachment: initial;
background-origin: initial;
background-clip: initial;
background-color: initial;
background-repeat: no-repeat !important;
}
/*.expand  {
	background: url(/images/arrow3.png) no-repeat 95% 50%;
	background-attachment: initial;
	background-origin: initial;
	background-clip: initial;
	background-color: initial;
	background-repeat: no-repeat !important;
	}*/
	
.expand:hover {
	background: url(/images/arrow3-over.png) no-repeat 95% 50%;
	}
	
.selectedSliderItem {
	background-color: #6c0e1c !important; 
	color:#FFFFFF !Important;
}