/*** ESSENTIAL STYLES ***/
.mainNav, .mainNav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.mainNav li {
	position: relative;
}
.mainNav ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99; width:220px; background:rgba(255,255,255,0.9);
}
.mainNav > li {
	float: left;
}
.mainNav li:hover > ul,
.mainNav li.sfHover > ul {
	display: block;
}

.mainNav a {
	display: block;
	position: relative;
}
.mainNav ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.mainNav {
	float: left;
}
.mainNav ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	width:280px; padding:0.5em 0px;
}
.mainNav a {
	padding: .75em 1em;
	text-decoration: none;
	zoom: 1; /* IE7 */
}
.mainNav a {
	font-size:18px;
}
.mainNav > li > a{ padding-bottom:1em;}
.mainNav li {
	-webkit-transition: background .2s;
	transition: background .2s;
}
.mainNav ul li {
	
}
.mainNav ul ul li {
	
}
.mainNav li:hover,
.mainNav li.sfHover {	
	-webkit-transition: none;
	transition: none;
}
.mainNav li:hover>a,
.mainNav li.sfHover>a{ text-decoration:underline;}

.mainNav li.current-menu-parent > a,
.mainNav li.current-menu-item > a{ font-weight:500; text-decoration:underline;}


/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 75%;
	left:50%; margin-left:-7px;
	height: 0;
	width: 0;	
	border: 7px solid transparent;
	border-top-color: #2c2a50;
	
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #2c2a50;
	
}
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
	/*border-left-color: white;*/
}

@media (max-width: 1240px){
.mainNav a{ font-size:18px;}
}
