/** Menu Css **/
	
.bm-cool-menu, .bm-cool-menu ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.bm-cool-menu {
/*	width: auto;
	margin: 10px auto;*/
}

.bm-cool-menu:before,
.bm-cool-menu:after {
	content: "";
	display: table;
}

.bm-cool-menu:after {
	clear: both;
}

.bm-cool-menu {
	zoom:1;
}

.bm-cool-menu li {
/*	float: left;
	border-right: solid thin #fcfcfc;*/
	position: relative;
}
.bm-cool-menu li:last-child{
	border-right:none;
}
.bm-cool-menu a {
/*	float: left;*/
	padding: 12px 15px;
	color: #000;
/*	text-transform: uppercase;*/
	text-decoration: none;
}

.bm-cool-menu li:hover > a {
	
}

*html .bm-cool-menu li a:hover { /* IE6 only */
	
}

.bm-cool-menu ul {
    margin: 10px 0 0 0;
    padding: 5px 0 10px 0;
	background:#FFF;
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
/*	top: 100%;*/
    top: 46px;

	left: -30px;
	z-index: 1;
	-moz-box-shadow:2px 5px 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:2px 5px 5px rgba(0,0,0,0.3);
	box-shadow:2px 5px 5px rgba(0,0,0,0.3);	

	-webkit-transition: all .2s ease-in-out;
	-moz-transition: all .2s ease-in-out;
	-ms-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;  
}

.bm-cool-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	margin: 0;
}

.bm-cool-menu ul ul {
	top: 0;
	left: 100%;
	margin: 0 0 0 20px;
	_margin: 0; /*IE6 only*/
	-moz-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	-webkit-box-shadow: -1px 0 0 rgba(255,255,255,.3);
	box-shadow: -1px 0 0 rgba(255,255,255,.3);		
}

.bm-cool-menu ul li {
	float: none;
	display: block;
	/*border-bottom: solid thin #fcfcfc;*/
	_line-height: 0; /*IE6 only*/
}
.bm-cool-menu ul li:last-child {   
	border-bottom: none;    
}

.bm-cool-menu ul li { height:39px !important; line-height:39px !important  }
.bm-cool-menu ul li:first-child a { border:none } 
.bm-cool-menu ul a { height:39px !important; line-height:39px !important; margin:0 25px 0 25px;  border-top:1px solid #efefef;
	width: auto;
	min-width: 225px;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	
	text-transform: none; font-weight:400 !important;  font-family: 'Open Sans', sans-serif; color:#242424 ; font-size:14px !important;   
}

.bm-cool-menu ul a:hover { color:#d83233;
}
.bm-cool-menu ul li.active a { color:#d83233;
}
.bm-cool-menu ul li:first-child > a {

}

.bm-cool-menu ul li:first-child > a:after {
	content: '';
	position: absolute;
	left: 40px;
	top: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-bottom: 6px solid rgba(255, 255, 255, 0.7);
}

.bm-cool-menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-left: 0;	
	border-bottom: 6px solid transparent;
	border-top: 6px solid transparent;
	border-right: 6px solid rgba(255, 255, 255, 0.7);
}

.bm-cool-menu ul li:last-child > a {
	-moz-border-radius: 0 0 3px 3px;
	-webkit-border-radius: 0 0 3px 3px;
	border-radius: 0 0 3px 3px;
}

/* Mobile */
.bm-cool-menu-trigger {
	display: none;
}

@media screen and (max-width: 768px) {



}

@media screen and (min-width: 768px) {

}	

/* iPad */
.no-transition {
	-webkit-transition: none;
	-moz-transition: none;
	-ms-transition: none;
	-o-transition: none;
	transition: none;
	opacity: 1;
	visibility: visible;
	display: none;  		
}

.bm-cool-menu li:hover > .no-transition {
	display: block;
}