@font-face {
    font-family: 'open_sansregular';
    src: url('opensans-regular-webfont.eot');
    src: url('opensans-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('opensans-regular-webfont.woff') format('woff'),
         url('opensans-regular-webfont.ttf') format('truetype'),
         url('opensans-regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;

}


/*** ESSENTIAL STYLES ***/
.ext-menu, .ext-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	margin-bottom:0px;
	font-family: 'open_sansregular';
	
}
.ext-menu li {
	position: relative;
font-family: 'open_sansregular';
}
.ext-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
font-family: 'open_sansregular';
}
.ext-menu > li {
	float: left;
font-family: 'open_sansregular';
}
.ext-menu li:hover > ul,
.ext-menu li.sfHover > ul {
	display: block;
}

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


/*** DEMO SKIN ***/
.ext-menu {
	float: left;
	
}
.ext-menu ul {
	box-shadow: 2px 2px 6px rgba(0,0,0,.2);
	min-width: 12em; /* allow long menu items to determine submenu width */
	*width: 12em; /* no auto sub width for IE7, see white-space comment below */
	
}
.ext-menu a {
	border-left: 1px solid #1e5993;
	//border-top: 1px solid #dFeEFF; /* fallback colour must use full shorthand */
	padding: 19px 13px 15px 15px;
	text-decoration:none;
	text-transform:uppercase;
font-family:Arial, Helvetica, sans-serif!important;
	zoom: 1; /* IE7 */
}
.ext-menu a {
	color: #fff;
	font-family:Arial, Helvetica, sans-serif!important;
font-size:12px;
	
}
.ext-menu li {
	font-family: 'open_sansregular';
	white-space: nowrap; /* no need for Supersubs plugin */
	*white-space: normal; /* ...unless you support IE7 (let it wrap) */
	-webkit-transition: background .2s;
	transition: background .2s;
font-family: 'open_sansregular';
}
.ext-menu ul li a{
	border-top: 1px solid rgba(255,255,255,.5);
font-family: 'open_sansregular';
}

.ext-menu ul li {
	background: #2785c6;
}

.ext-menu ul ul li a {
	background: #acc400;
	font-family: 'open_sansregular';
}
.ext-menu li:hover,
.ext-menu li.sfHover {
	background: #acc400;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

/*** arrows **/
.ext-menu a.sf-with-ul {
	padding-right: 2.25em;
	min-width: 1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position: absolute;
	display: block;
	right: .75em;
	top: 1.5em;
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(../images/arrows-ffffff.png) no-repeat 0 -100px;
}

li:hover > a .sf-sub-indicator,
li.sfHover > a .sf-sub-indicator {
	background-position: -10px -100px;
}

/* point right for anchors in subs */
.ext-menu ul .sf-sub-indicator {
	background-position: 0 0;
}
.ext-menu ul li:hover > a .sf-sub-indicator,
.ext-menu ul li.sfHover > a .sf-sub-indicator {
	background-position: -10px 0;
}