#menu_wrap nav {
	width: 100%;
	margin-left:auto;
	margin-right:auto;
	width:1080px;
}

#menu ul {
		margin: 0;
		padding: 0;
		list-style: none;
}
	
#menu {
	width: 1080px;
	height: 80px;
}
	
#menu:before, #menu:after { content: ""; display: table;}
	
#menu:after { clear: both; }
	
#menu {	zoom:1;	}
	
#menu li {
	float: left;
	position: relative;
	border-right-width: 0;
	border-right-style: solid;
	border-right-color: #FFF;
	}
	
#menu a {
	float: left;
	height: 60px;
	padding: 13px 33px 12px 33px;
	color: #666666;
	text-decoration: none;
	font-family: Open Sans, Arial, Helvetica;
	font-size: 12px;
	font-weight: 600;
	font-style: normal;
	}
	
#menu li:hover > a {
	color: #EC008D;
/*	border-bottom: #EC008D 4px solid;*/
	background-color: #F3F3F3;
}
	
*html #menu li a:hover { /* IE6 only */
	color: #EC008D;
	border-bottom:#EC008D 4px solid; 
}
	
#menu ul {
	_margin: 0; /*IE6 only*/
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 90px;
	left: 0;
	z-index: 1;
	-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;
	background-color: #EEE;
}

#menu li:hover > ul {
		opacity: 1;
		visibility: visible;
		margin: 0;
}
	
#menu ul ul {	/* check this line */
		top: 0;
		left: 150px;
		margin: 0 0 0 20px;
		_margin: 0; /*IE6 only*/
	}
	
#menu ul li {
		float: none;
		display: block;
		border: none;
		_line-height: 0; /*IE6 only*/
}
	
#menu ul li:last-child {   
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		box-shadow: none;    
	}
	
#menu ul a {
	font-family: OpenSansLight, Arial, Helvetica;
	font-size: 12px;
	padding: 10px 10px 10px 10px;
	width: auto;
	height: auto;
	_height: 10px; /*IE6 only*/
	display: block;
	white-space: nowrap;
	float: none;
	text-transform: none;
	font-weight: normal;
}
	
#menu ul a:hover {
	background-color: #E2E2E2;
	border-bottom: none;
}
	
#menu ul li:first-child > a {
/*		-moz-border-radius: 3px 3px 0 0;
		-webkit-border-radius: 3px 3px 0 0;
		border-radius: 3px 3px 0 0;
*/	}
	
/*#menu ul li:first-child > a:after {
		content: '';
		position: absolute;
		left: 40px;
		top: -16px;
		border-left: 6px solid transparent;
		border-right: 6px solid transparent;
		border-bottom: 6px solid #EC008D;
}
	
#menu ul ul li:first-child a:after {
	left: -6px;
	top: 50%;
	margin-top: -6px;
	border-top-width: 6px;
	border-right-width: 6px;
	border-bottom-width: 6px;
	border-left-width: 0;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #EC008D;
}*/

#menu ul li:first-child a:hover:after {
	border-bottom-color: #EC008D;
}
	
#menu ul ul li:first-child a:hover:after {
	border-right-color: #EC008D;
	border-bottom-color: transparent;
}
	
#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 */
#menu-trigger { display: none; }

#menu li.select { color: #EC008D; border-bottom: #EC008D 4px solid; background-color: #F3F3F3; float: left; }


.slider_wrapper
 {
	width: 100%;
	margin-top:185px;
	height: auto;
	
}

