
/*! #######################################################################

	MeanMenu 2.0.6
	--------
	
	To be used with jquery.meanmenu.js by Chris Wharton (http://www.meanthemes.com/plugins/meanmenu/)

####################################################################### */

/* hide the link until viewport size is reached */
a.meanmenu-reveal {
	display: none;
}

/* when under viewport size, .mean-container is added to body */
.mean-container .mean-bar {
	float: left;
	width: 100%;
	position: relative;
	background: url(../images/bg_menu.jpg) repeat left top !important;
	padding: 4px 0;
	min-height: 49px;
	z-index: 999999;
}

.mean-container a.meanmenu-reveal {
	width: 22px;
	height: 22px;
	padding: 13px 13px 11px 13px;
	position: absolute;
	top: 0;
	right: 0;
	cursor: pointer;
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	text-indent: -9999em;
	line-height: 22px;
	font-size: 1px;
	display: block;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: 700;
}
.mean-container a.meanmenu-reveal span {
	display: block;
	background: #FCF5EE;
	height: 3px;
	margin-top: 3px;
}

.mean-container .mean-nav {
	float: left;
	width: 100%;
	margin-top: 44px;
	height:auto;
}

.mean-container .mean-nav ul {
	padding: 0;
	margin: 0;
	width: 100%;
	list-style-type: none;
}

.mean-container .mean-nav ul li {
	position: relative;
	float: left;
	width: 100%;
	background: url(../images/bg_menu.jpg) repeat-x left top ;
	height:57px !important;
	z-index:1;
}

.mean-container .mean-nav ul li a {
	display: block;
	float: left;
	width: 90%;
	padding: 0 5%;
	margin: 0;
	border-top: 1px solid #e6e1dd;
	border-top: 1px solid rgba(230,225,221,0.5);
	text-align: center;
	z-index:9999999;
	height:56px;
}
.mean-container .mean-nav ul li a.home{
	background:url(../images/menu_home.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_2	{
	background:url(../images/menu_2_smart.jpg)  no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_3	{
	background:url(../images/menu_3_smart.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_4	{
	background:url(../images/menu_4_smart.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_5	{
	background:url(../images/menu_5_smart.jpg) no-repeat center bottom;
	}

img.img_menu,
img.line_menu,
span.line_menu_right{
	display:none;
	}		
.mean-container .mean-nav ul li a.home:hover,
a#home_active{
	background:url(../images/menu_home_hover.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_2:hover,
a#menu_2_active	{
	background:url(../images/menu_2_hover_smart.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_3:hover,
a#menu_3_active	{
	background:url(../images/menu_3_hover_smart.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_4:hover,
a#menu_4_active	{
	background:url(../images/menu_4_hover_smart.jpg) no-repeat center bottom;
	}
.mean-container .mean-nav ul li a.menu_5:hover,
a#menu_5_active	{
	background:url(../images/menu_5_hover_smart.jpg) no-repeat center bottom;
	}	
a.mean-expand{
	height:22px !important;
	position:absolute;
	width:47px !important;
	right:0px !important;
	top:22px;
	padding:0px !important;
	font-size:15px !important;
	font-weight:bold;
	border:none !important;
	}
a.mean-clicked{
	height:22px !important;
	position:absolute;
	font-size:16px !important;
	font-weight:bold;
	border:none !important;
	}
