/*** ESSENTIAL STYLES ***/
/* =============================================== */
/* Do Not Touch */
/* =============================================== */
.header-menu, .header-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.header-menu li {
	position: relative;
}
.header-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99999;
}
.header-menu > li {
	float: left;
}
.header-menu li:hover > ul,
.header-menu li.sfHover > ul {
	display: block;
}

.header-menu a {
	display: block;
	position: relative;
}
.header-menu ul ul {
	top: 0;
	left: 100%;
}
/* =============================================== */
/* Do Not Touch */
/* =============================================== */

.header-menu{ display:inline-block; }

/* Child Menu */
.header-menu ul{ }
.header-menu ul li{
	background:#343434;
	border:none;
	border-top:1px solid #444444;
	border-bottom:1px solid #000000;
	text-align:left
}

.header-menu ul li a{ font-size:12px; }

.header-menu ul li:first-child{ border-top:none; border-left:none; }
.header-menu ul li:last-child{ border-bottom:none; }

.header-menu ul {
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
}


/* Third Level */
.header-menu ul li ul{
	padding-top:0px;
	padding-left:15px;
	background:url(../images/nav-arrow-2.png) top left no-repeat;
	}


.header-menu a {
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	padding:13px;
	padding-top:15px;
	padding-bottom:15px;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.header-menu a {
	color:#FFFFFF;
	text-transform:uppercase;
	font-weight:700;
	font-size:12px;
	
	font-weight:400;
	font-size:13px;
	text-transform:capitalize;
}

.header-menu ul a{ font-weight:400; font-size:12px; }

.header-menu li {
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
}


/* Hover */
.header-menu li:hover,
.header-menu li.sfHover{ color:#FFFFFF; background:#b2a58a; }
.header-menu li a:hover{ color:#FFFFFF; background:#b2a58a; }

/* Active or Current Nav menu */
.header-menu li.current a{ color: #FFFFFF; background:#b2a58a; }
.header-menu li.current-menu-item a{ color: #FFFFFF; background:#b2a58a; }
