.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;
	top:73px;
	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 15px;
	z-index:99;
}

.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 {
	color: #EEEEEE;
    display: block;
	color:#eee;
	font-size: 14px;
    font-weight: 300;
    letter-spacing: 1px;
    text-transform: uppercase;
	}
	
.homemenu	{
}



	.sf-menu, .sf-menu * {
		margin:			0;
		padding:		0;
		list-style:		none;
		z-index:9;
	}
	.sf-menu {
		line-height:	1.0;
	}
	.sf-menu ul {
		position:		absolute;
		width:			200px;
		font-size: 12px;
	    font-weight: 400;
		text-transform:uppercase;
	}
	.sf-menu ul li {
		width:			100%;
	}
	.sf-menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.sf-menu li {
		position:		relative;
	}
	.sf-menu a {
		display:		block;
		position:		relative;
	}
	.sf-menu li ul {
		left:			271px;
		top:		    0;
		position:		absolute;
		display:none;
	}
	.sf-menu li li ul {
		left:			202px;
		top:		    0;
	}

	.sf-menu {
		width: 270px;
		padding: 0;
		margin-top:6px;
	}
	.sf-menu a {
		padding: 0;
		text-decoration: none;
	}
	.sf-menu a, .sf-menu a:visited  {
	}
	.sf-menu li {
		background:none;
		padding:12px 10px 10px;
		text-align: right;
		background:#000;
		background: rgba(0,0,0,0.5);
		margin-bottom:5px;
	}
	.sf-menu li li {
		background:none;
		padding:0;
		text-align: right;
		background:#ccc;
		margin-bottom:0;
		box-shadow: 3px 3px 4px rgba(0, 0, 0, 0.2);
	}
	.sf-menu li li a {
		color:#666;
		padding:15px 20px 15px;
		border-bottom:1px solid rgba(0,0,0,0.1);
		}
		.sf-menu li li a:hover {
			color:#fff;
			background:#000;
			border-bottom:1px solid rgba(0,0,0,1);
			}
	.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;
		left:			10px;
		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*/
	}