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

.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%;
}
/*** Default Menu Style ***/
.menu ul {
	margin:0;
	padding:0;
	list-style:none;
}
.menu ul li {
	position:relative
}
.menu ul ul {
	position:absolute;
	display:none;
	top:100%;
	left:0;
	z-index:100;
	width:180px;
}

.menu ul li:hover>ul {
	display:block;
}
.menu ul a {
	display:block;
	position:relative;
}
.menu ul ul ul {
	top:0;
	left:100%;
}
.menu ul a {
	text-decoration:none;
}
.menu ul>li>a {
    border-bottom: 3px solid rgba(0, 0, 0, 0);
    color: #FFFFFF;
    font-family: pt sans;
    font-size: 12px;
    font-weight: 400;
    letter-spacing: 1px;
    line-height: 18px;
    overflow: hidden;
}

.menu ul>li>a:hover {
	color:#fff;
}
#current:after {
	bottom:-2.5px;
	content:'';
	left:50%;
	display:block;
	height:5px;
	margin:0 0 0 -2.5px;
	-webkit-transform:rotate(45deg);
	-moz-transform:rotate(45deg);
	-ms-transform:rotate(45deg);
	-o-transform:rotate(45deg);
	transform:rotate(45deg);
	position:absolute;
	width:5px;
}
.ie8 #current:after {
	display:none;
}
.menu ul li a {
	-webkit-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
	-moz-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
	-o-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
	-ms-transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
	transition:border 150ms ease-in-out,background-color 150ms ease-in-out;
}
.menu ul ul {
	z-index:999;
	border-radius:0 0 3px 3px;
	margin:0;
	box-shadow:0 1px 3px rgba(0,0,0,0.04);
	background:#EEE;
}
.menu>ul ul li:hover>a {
	border-bottom:0;
	background:transparent;
}
.menu ul ul li {
	font-size:14px;
	margin:0;
	padding:0;
	width:100%;
}
.menu ul ul li a {
	color:#777777;
	font-size:13px;
	line-height:18px;
	padding:10px 16px!important;
	border:0;
	-webkit-transition: all .4s ease-in-out;
    -moz-transition: all .4s ease-in-out;
    -o-transition: all .4s ease-in-out;
    -ms-transition: all .4s ease-in-out;
    transition: all .4s ease-in-out;
}
.menu ul ul li {
	border-top:1px solid #ddd;
}
.menu ul ul li:first-child {
	border:0;
}
.menu ul ul li a:hover {
	border:0;
	padding-left:21px !important;
	color:#333;
}
.menu ul ul ul {
	border-radius:0 3px 3px 3px;
	margin:-1px 0 0 0;
}
.sf-sub-indicator {
	color:#fff;
	margin:0 0 0 2px;
	display:inline-block;
	font-size:16px !important;
	line-height:0;
}
.menu ul ul .sf-sub-indicator .icon-chevron-down {
	display: none;
}
.menu ul ul.sub-menu:before {
    border-width: 0 20px 20px;
    bottom: auto;
    left: 20px;
    right: auto;
    top: -20px;
}
.menu ul ul:before {
    border-color: #1D4D75 rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 20px 20px 0;
    bottom: -20px;
    content: ""; 
    left: 0px;
    position: absolute;
    width: 0;
}
.menu ul ul.sub-menu:after {
    border-width: 0 13px 13px;
    bottom: auto;
    left: 27px;
    right:auto;
    top: -13px;
}
.menu ul ul:after {
    border-color: #EEE rgba(0, 0, 0, 0);
    border-style: solid;
    border-width: 13px 13px 0;
    bottom: -12px;
    content: "";
    display: block;
    left: 0px;
    position: absolute;
    width: 0;
}
.menu ul ul {
    border: 5px solid #1D4D75;
    border-radius: 10px 10px 10px 10px;
    padding: 15px; 
}