.mainmenu-navigation {
	margin: 10px 0;
    padding-left: 30px;

}
.top-menu-wrap {
	border-top: 10px solid #000;
    margin: 10px auto 0;
    padding-top: 20px;
    z-index: 1;
	}
	
.top-menu-center {
	}


.homemenu { 
	text-transform:	uppercase;
	padding:		0;
	margin:			0;
	}

	.homemenu ul ul li:first-child {
		border-top:8px solid #000;
		}
	.homemenu ul ul li:last-child {
		border-bottom:8px solid #181818;
		}
		
	.homemenu ul ul li:first-child a {
		padding-top:17px;
		}
	.homemenu ul ul li:last-child a {
		padding-bottom:17px;
		}
		
.homemenu ul ul li:first-child:after {
	content: " ";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: -26px;
	z-index: 2;
	left:40px;
	border: 10px solid transparent;
	border-bottom-color: #000;
	}
	.homemenu ul ul ul li:first-child:after {
		border: none;
		}
		.homemenu ul ul ul ul li:first-child:after {
			border:none;
			}
			.homemenu ul ul ul ul ul li:first-child:after {
				border:none;
				}

.homemenu a { color:#666; text-decoration:none;}
.homemenu ul li {
	}
	
.homemenu ul li a {
	font-size:	14px;
	color:		#eee;
	letter-spacing:0.8px;
	border-right: 1px dotted #E4E4E4;
	padding: 15px 20px;
	}
	
.homemenu ul li:hover>a {
	-webkit-transition: background 0.3s ease-in,border 0.3s ease-in;
	-moz-transition: background 0.3s ease-in,border 0.3s ease-in;
	transition: background 0.3s ease,border 0.3s ease;
}
.homemenu ul ul li a {
	border-bottom:1px solid #fff;
	border-top:none;
}
.homemenu ul ul li:hover>a {
	border-bottom:1px solid #ccc;
	border-top:none;
}
.homemenu ul ul {
-webkit-box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.2);
        box-shadow:  1px 1px 2px 1px rgba(0, 0, 0, 0.2);
}
.homemenu ul ul li{
	background:#fcfcfc;
	}
.homemenu ul ul li:hover {	 }
.homemenu ul ul li a {
	color:#888; 
	font-size: 11px;
	font-weight: 600;
	letter-spacing:0;
	padding: 5px 20px;
	text-transform:	none;
	border-bottom:1px dotted #efefef;
	}
.homemenu ul ul ul li a {
	font-size: 11px;
	}
.homemenu ul ul li:hover>a { 
	color:#111; 
	background: #eee;
	-webkit-transition: background 0.3s ease-in,border 0.3s ease-in;
	-moz-transition: background 0.3s ease-in,border 0.3s ease-in;
	transition: background 0.3s ease,border 0.3s ease;
	}
.homemenu ul ul li.current-menu-item > a { background:#f0f0f0; color:#111; 	}
	
.homemenu ul li span {
 	color: #A2A2A2;
    display: block;
    font-size: 11px;
    font-style:italic;
    font-weight: 600;
    letter-spacing: 0.2px;
    text-transform: lowercase;
	}
	
.homemenu ul li strong {
  	color: #282828;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: -0.2px;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	transition: color 0.3s ease;
	}
	.homemenu ul li:hover strong{
	color:#E6412E;
	-webkit-transition: color 0.3s ease-in;
	-moz-transition: color 0.3s ease-in;
	transition: color 0.3s ease;
	}
	
	.homemenu .menu ul {
		position:		absolute;
		top:			-999em;
		width:			250px; /* left offset of submenus need to match (see below) */
		text-align:		left;
	}

	.homemenu .menu ul li {
		width:			100%;
	}
	.homemenu .menu li:hover {
		visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
	.homemenu .menu li {
		float:			left;
		position:		relative;
	}
	.homemenu .menu a {
		display:		block;
		position:		relative;
	}
	
	
	.homemenu .menu li:hover ul,
	.homemenu .menu li.sfHover ul {
		left:			0;
		top:			75px; /* match top ul list item height */
		z-index:		99;
	}
	.homemenu ul.menu li:hover li ul,
	.homemenu ul.menu li.sfHover li ul {
		top:			-999em;
	}
	.homemenu ul.menu li li:hover ul,
	.homemenu ul.menu li li.sfHover ul {
		left:			19.3em; /* match ul width */
		top:			0;
	}
	.homemenu ul.menu li li:hover li ul,
	.homemenu ul.menu li li.sfHover li ul {
		top:			-999em;
	}
	.homemenu ul.menu li li li:hover ul,
	.homemenu ul.menu li li li.sfHover ul {
		left:			19.3em; /* match ul width */
		top:			0;
	}

	.homemenu .menu a {
		text-decoration:none;
	}
	.homemenu .menu li {
			z-index:99;
	}
	.homemenu .menu li li:hover, .menu li li.sfHover,
	.homemenu .menu a:focus, .menu a:hover, .menu a:active {
		outline:		0;
	}

	/*** arrows **/
	.homemenu .menu a.sf-with-ul {
		padding-right: 	25px;
		min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}
	.homemenu .sf-sub-indicator {
		position:		absolute;
		display:		block;
		right:			.75em;
		top:			1.05em; /* IE6 only */
		width:			10px;
		height:			10px;
		text-indent: 	-999em;
		overflow:		hidden;
		background:		url('../../images/menu/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}
	.homemenu a > .sf-sub-indicator {  /* give all except IE6 the correct values */
		top:			.8em;
		background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}
	/* apply hovers to modern browsers */
	.homemenu a:focus > .sf-sub-indicator,
	.homemenu a:hover > .sf-sub-indicator,
	.homemenu a:active > .sf-sub-indicator,
	.homemenu li:hover > a > .sf-sub-indicator,
	.homemenu li.sfHover > a > .sf-sub-indicator {
		background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

	/* point right for anchors in subs */
	.homemenu .menu ul .sf-sub-indicator { background-position:  -10px 0; }
	.homemenu .menu ul a > .sf-sub-indicator { background-position:  0 0; }
	/* apply hovers to modern browsers */
	.homemenu .menu ul a:focus > .sf-sub-indicator,
	.homemenu .menu ul a:hover > .sf-sub-indicator,
	.homemenu .menu ul a:active > .sf-sub-indicator,
	.homemenu .menu ul li:hover > a > .sf-sub-indicator,
	.homemenu .menu ul li.sfHover > a > .sf-sub-indicator {
		background-position: -10px 0; /* arrow hovers for modern browsers*/
	}

	/*** shadows for all but IE6 ***/
	.homemenu .sf-shadow ul {

	}
	.homemenu .sf-shadow ul.sf-shadow-off {
		background: transparent;
	}

	.homemenu .menu {
		display:inline-block;
	}
