/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.sf-menu li {
	position: relative;
	text-align:center;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

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


/*** DEMO SKIN ***/
.sf-menu {

}
.sf-menu ul {
	
	width: 175%;
	background:#020136;
	text-align:left;
	margin-top:2px;
	margin-left:2;
}
.sf-menu a {
	font: 17px/19px "Oswald" ,sans-serif;
	text-decoration: none;
	color: #000059;
	text-tran-40%sform:uppercase;
	padding-top:66px;
	padding-left:26px;
	padding-right:26px;
	padding-bottom:52px;
	margin-left:2px;
	text-transform:uppercase;
	}

	
	

.sf-menu > li {
background:url(../images/sep-menu.png) no-repeat left 8px;
float:left;
height:134px;

}
/*.sf-menu > li:first-child {
	background: none;
	padding-left: 0px;
}*/


.sf-menu > li > a:hover, .sf-menu > li.sfHover > a,
.sf-menu > li.selected > a, .sf-menu > li.active > a {
	color: #000059;
	background:url(../images/bg-hover.png) repeat-x;
	}
	
	

.sf-menu ul li {
border-top:1px solid #777793;
/*	margin:0 12px;*/

}
.sf-menu ul li:first-child {
	background: none;
	border:none;
}

.sf-menu ul a {
	font: 15px/19px "Roboto Condensed" ,sans-serif;
	text-transform: none;
	color: #ffffff;
	padding: 5px 10px ;
	margin:0px;
	text-transform:uppercase;
	text-align:left;
	}

.sf-menu ul li > a:hover, .sf-menu ul li.sfHover > a,
.sf-menu ul li.selected > a, .sf-menu ul li.active > a {
	color: #f8bc9e;
	
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 2.5em;
	*padding-right: 1em; /* no CSS arrows for IE7 (lack pseudo-elements) */
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: 1em;
    margin-top: -3px;
	height: 0;
	width: 0;
	/* order of following 3 rules important for fallbacks to work */
	border: 5px solid transparent;
	border-top-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(255,255,255,.5);
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border-top-color: white; /* IE8 fallback colour */
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #dFeEFF; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(255,255,255,.5);
}
.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;
}
.sf-sub-indicator {
	
display:block;
	right:50%;
	position:absolute;
	width:5px;
	height:10px;
	text-indent:-999em;
	overflow:hidden;
	margin-top:6px;
	background:url('../images/arrows.png') no-repeat center top; /* 8-bit indexed alpha png. IE6 gets solid image only */
	z-index:9999;
}
#sep{
background:url(../images/sep-menu.png) no-repeat;
position:absolute;
top:32px;
left:997px;
width:2px;
height:127px;
}
#sep1{
background:url(../images/sep-menu.png) no-repeat;
position:absolute;
top:32px;
left:991px;
width:2px;
height:127px;
}
#sep2{
background:url(../images/sep-menu.png) no-repeat;
position:absolute;
top:32px;
left:991px;
width:2px;
height:127px;
}

        .sf-menu a {
    padding:66px 18px 52px 18px !important
}