/* menubalk dropdown */
	.sf-menu, .sf-menu * {
		margin: 0;
		padding: 0;
		list-style: none;
	}
	.sf-menu li {
		position: relative;
		margin-left:5px !important;
	}
	.sf-menu ul {
		position: absolute;
		display: none;
		top: 100%;
		left: 0;
		z-index: 1000;
	}
	.sf-menu > li {
		float: left;
		margin-left:20px !important;
	}
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul {
		display: block;
	}

	.sf-menu a {
		display: block;
		position: relative;
	}
	ul li.hover_link{
		padding:0px !important;
		margin: 0 !important;
	}
	ul li.hover_link ul li{
		padding:0px !important;
		margin: 0 !important;
	}
	ul li.hover_link ul li a{
		background: #fff !important;
	}
	ul li.hover_link ul li a:hover{
		background: #f8f8f8 !important;
	}
	ul li.hover_link a{
		box-sizing:border-box;
	  	-moz-box-sizing:border-box;
	  	-webkit-box-sizing:border-box;
	  	width: 180px !important;
	  	margin-left: -10px !important;
	  	margin:0 !important;
	  	padding:7px 5px !important;
	  	border-bottom: 1px solid #ccc;
	  	background: #fff url(../images/arrow-left.png) no-repeat center right+10px !important;
	}
	ul li.hover_link a:hover{
		background: #f8f8f8 url(../images/arrow-left.png) no-repeat center right+10px !important;
	}
	.sf-menu ul ul {
		top: 0;
		left: 100%;
	}
	.sf-menu {
		float: left;
		margin-bottom: 1em;
	}
	.sf-menu ul {
		box-shadow: 2px 2px 6px rgba(0,0,0,.2);
		background: #fff;
		min-width: 12em; /* allow long menu items to determine submenu width */
		*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	}
	.sf-menu a {
		
		padding: .75em 1em;
		text-decoration: none;
		zoom: 1; /* IE7 */
	}
	.sf-menu a {
		color: #13a;
	}
	.sf-menu li {
		background: #BDD2FF;
		white-space: nowrap; /* no need for Supersubs plugin */
		*white-space: normal; /* ...unless you support IE7 (let it wrap) */
		-webkit-transition: background .2s;
		transition: background .2s;
	}
	.sf-menu li li {
		float:inherit !important;
	}