.top-menu-wrap {
	margin:		96px 65px 0 65px;
	padding:	0;
	}
	
.top-menu-center {
	}
	
.menu-toggle {
	width:52px;
	height:52px;
	text-indent:-99999px;
	cursor:pointer;
	position:fixed;
	opacity:1;
	top:140px;
	right:52px;
	background-image: url(../../images/menu/menu_toggle.png);
	border-radius:30px;
	}
	
.menu-toggle:hover {
	opacity:1;
	}
	
.menu-toggle-off {
	background-position: 0 top;
}

.menu-toggle-on {
	background-position: 0 bottom;
}

.sidemenu {
	float: left;
	/*position:fixed;*/
	margin: 0 0 0 0px;
	z-index:99;
	width:100%;
	background-image:url(../../images/bg_header.png);
	background-repeat:repeat-x;
	height:90px;
	
	-webkit-box-shadow: 0 4px 10px rgba(1,0,0,.45);
	-o-box-shadow: 0 4px 10px rgba(1,0,0,.45);
	-ms-box-shadow: 0 4px 10px rgba(1,0,0,.45);
	-moz-box-shadow: 0 4px 10px rgba(1,0,0,.45);
	box-shadow: 0 4px 10px rgba(1,0,0,.45);
}

.homemenu ul li .menu-desc {
	font-size:	11px;
	display:	block;
	letter-spacing:0.2px;
	text-transform:	lowercase;
	color:#aaa;
	padding: 6px 6px;
	font-style:italic;
	font-weight:700;
	}
	
.homemenu ul li .menu-title {

  	font-family: "museo-sans-rounded",sans-serif !important;
	display: block;
	color:#999;
	font-size: 12px;
    font-weight: 900;
    padding:0 13px;
    text-transform: uppercase;
	}
	
	.homemenu ul li .menu-title:hover {

  	
	color: #000;
    
	}
	
	
	
.homemenu	{
	margin:40px 0 0 24px;
}



	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
		z-index:9;
	}
	.sf-menu {
		line-height:	1.0;
	}
	.sf-menu ul {
		
		
	}
	.sf-menu ul li {
		color:#000 !important;
		position:relative;
		display:inline-block;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.sf-menu li {
		position:		relative;
		display:inline-block;
	}
	.sf-menu a {
		float:left;
		position:relative;
		font-size:10px;
		display:block;
	}
	.sf-menu li ul {
		left:			0px;
		top:		    20px;
		position:		absolute;
		
        
        -ms-box-orient: horizontal;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -moz-flex;
  display: -webkit-flex;
  display: flex;
        }
	}
	
	.sf-menu li ul li{
		float:left!important;
	}
	
	
	
	.sf-menu li li ul {
		
		top:		    0;
	}

	.sf-menu {
		
	}
	.sf-menu a {
		padding: 0;
		text-decoration: none;
		
	}
	.sf-menu a, .sf-menu a:visited  {
		
	}
	.sf-menu li {
		position:relative;
		
	}
	.sf-menu li li {
		background:none;
		padding:0;
		text-align: center;
		
		margin-bottom:0;
		float:left;
		
	}
	.sf-menu li li a {
		color:#b3b3b3;
		padding:15px 20px 15px;
		background-color:#000000;
		font-size:14px;
		font-weight:600;
		
		}
		.sf-menu li li a:hover {
			color:#fff !important;
			background:#808080;
			
			}
	.sf-menu li li li {
	}
 	li.current-menu-item, li.current-menu-parent, li.current-menu-ancestor {
		/*background:		#c0c0c0;
		background: rgba(255,255,255,0.9);*/
		color:			#000;
		outline:		0;
	}
	
	.sf-menu li.current-menu-item .menu-title, .sf-menu li.current-menu-parent .menu-title, .sf-menu li.current-menu-ancestor .menu-title {
		color:#000;
	}
	
	
	.sf-menu li:hover .menu-title {
		color:#000;
	}
	
	.sf-menu li.current-menu-item:hover .menu-title, .sf-menu li.current-menu-parent:hover .menu-title, .sf-menu li.current-menu-ancestor:hover .menu-title {
		color:#000;
	}

	.sf-menu li:hover {
		/*background:#fff;
		background: rgba(255,255,255,0.9);*/
	}
	/*** arrows **/
	.sf-menu a.sf-with-ul {
	}
	.sf-sub-indicator {
		position:		absolute;
		right:			0px;
		top:		    0; /* IE6 only */
		width:			12px;
		height:			12px;
		text-indent: 	99999px;
		overflow:		hidden;
		background:		url('../../images/menu/arrow_right.png') no-repeat 0 0; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	.sub-menu .sf-with-ul {
		background:#c0c0c0;
	}
 	.sub-menu li.current-menu-item a {
		font-weight:	bold;
	}
	a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:			0;
	}
	/* apply hovers to modern browsers */
	a:hover > .sf-sub-indicator,
	li:hover > a > .sf-sub-indicator,
	.current-menu-item .sf-sub-indicator,
	.current-menu-ancestor .sf-sub-indicator {
		background-position: 0 -12px; /* arrow hovers for modern browsers*/
	}

	/* point right for anchors in subs */
	.sf-menu ul .sf-sub-indicator { background-position:  0 -12px; margin-top:16px; }
	.sf-menu ul a > .sf-sub-indicator { background-position:  0 -12px; }
	/* apply hovers to modern browsers */
	.sf-menu ul a:focus > .sf-sub-indicator,
	
	.sf-menu ul a:active > .sf-sub-indicator,
	.sf-menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: 0 -12px; /* arrow hovers for modern browsers*/
	}
	
	.sf-menu ul li:hover > a > .sf-sub-indicator {
		background-position: 0 0;
	}

	/*** shadows for all but IE6 ***/
	.sf-shadow ul {
		/*padding: 0 8px 9px 0;*/
	}
	.sf-shadow ul.sf-shadow-off {
		background: transparent;
	}


	/*** adding sf-vertical in addition to sf-menu creates a vertical menu ***/
	.sf-vertical, .sf-vertical li {
		width:	10em;
	}
	/* this lacks ul at the start of the selector, so the styles from the main CSS file override it where needed */
	.sf-vertical li:hover ul,
	.sf-vertical li.sfHover ul {
		left:	10em; /* match ul width */
		top:	0;
	}

	/*** alter arrow directions ***/
	.sf-vertical .sf-sub-indicator { background-position: -10px 0; } /* IE6 gets solid image only */
	.sf-vertical a > .sf-sub-indicator { background-position: 0 0; } /* use translucent arrow for modern browsers*/

	/* hover arrow direction for modern browsers*/
	.sf-vertical a:focus > .sf-sub-indicator,
	.sf-vertical a:hover > .sf-sub-indicator,
	.sf-vertical a:active > .sf-sub-indicator,
	.sf-vertical li:hover > a > .sf-sub-indicator,
	.sf-vertical li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}