nav.block {
    overflow: visible !important;
	}

.sf-menu {
    float: left;
    margin-bottom: 1em;
	}

ul.sf-menu {
	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 */
	position: relative;
	float: right;
	top: 56px;
	z-index: 2000;
	}

@media screen and (-webkit-min-device-pixel-ratio:0) {
    ul.sf-menu {
		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 */
		position: relative;
		float: right;
		top: 56px;
		z-index: 2000;
		}
	}

	.level_1.sf-menu a,
	.level_1.sf-menu span.active {
		font-size: 0.9em;
		font-weight: bold;
		text-transform: uppercase;
		background: #4e3c83;
		padding: .75em 1em;
		margin: 0 5px 0 0;
		text-decoration: none;
		zoom: 1; /* IE7 */
		}
	
	.level_1.sf-menu li a:hover, .level_1.sf-menu li.trail a {
		background-color: #fff;
		color: #4e3c83;
		}

	.level_1.sf-menu a.last {
		background: #4e3c83;
		padding: .75em 1em;
		margin: 0;
		text-decoration: none;
		zoom: 1; /* IE7 */
		}
	
	.level_1.sf-menu .sfHover a.last {
		background: #fff;
		color: #4e3c83;
		padding: .75em 1em;
		margin: 0;
		text-decoration: none;
		zoom: 1; /* IE7 */
		}
	
	.level_1.sf-menu li span.active {
		background: #fff;
		color: #4e3c83;
		}
	
	.sf-menu .level_2 li.first a:hover
	.level_1.sf-menu .sfHover a.last {
		background: #fff;
		padding: .75em 1em;
		margin: 0;
		text-decoration: none;
		zoom: 1; /* IE7 */
		}
	
	.sf-menu .level_2 li.last span.active:hover {
		margin: 0 5px 0 -5px;
		}
	}

.sf-menu a:hover {
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu .sfHover,
.sf-menu .sfHover a {
	color: #4e3c83;
	background-color: #fff;
	}

.sf-menu li.trail a,
.sf-menu li.trail li.trail a,
.sf-menu li.last a.trail,
.sf-menu li.last li.last a.trail {
	color: #4e3c83;
	background-color: #fff;
	}

.sf-menu .sfHover .level_2 a,
.sf-menu .sfHover .level_2 .last a {
	color: #777777;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 -5px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu .sfHover .level_2 a:hover,
.sf-menu .sfHover .level_2 .last a:hover {
	color: #4e3c83;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 -5px;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu .level_2 .active span.active {
	color: #4e3c83;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 -5px;
	text-decoration: none;
	text-transform: none;
	zoom: 1; /* IE7 */
	}

.sf-menu .level_2 a,
.sf-menu .level_2 .last a,
.sf-menu .level_3 a,
.sf-menu .level_3 .last a {
	color: #777777;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 -5px;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	zoom: 1; /* IE7 */
	}

.sf-menu .level_2 li.trail .level_3 a,
.sf-menu .level_2 li.trail .level_3 .last a {
	color: #777777;
	background: #fff;
	padding: .75em 1em;
	text-decoration: none;
	text-transform: none;
	font-weight: normal;
	}

.sf-menu .level_2 li.trail .level_3 li span.active {
	color: #4e3c83;
	background: #fff;
	text-transform: none;
	font-weight: normal;
	}

.sf-menu li.first .level_2 li.active .active,
.sf-menu li.first .level_2 li.first span.active,
.sf-menu li.first .level_2 li a:hover {
	color: #4e3c83;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 0;
	font-weight: normal;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu li.first .level_2  a.last {
	color: #777777;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu li.first .level_2 a:hover,
.sf-menu li.first .level_2  a:hover.last {
	color: #4e3c83;
	background: #fff;
	padding: .75em 1em;
	margin: 0 5px 0 0;
	text-decoration: none;
	zoom: 1; /* IE7 */
	}

.sf-menu li.first .level_2 li a,
.sf-menu li.first .level_2 li a:hover,
.sf-menu li.first .level_2 li.last span.active,
.sf-menu li.first .level_2 li.last a:hover {
	margin: 0 5px 0 0;
	}

.sf-menu .submenu .sf-with-ul:after {
		background: url('../images/nav-arrow.png') no-repeat;
		background-color: #fff;
		background-position: 0 0;
		}

.level_1 .sf-menu .last a:hover { background: #fff; color: #4e3c83; }
.sf-menu a {
        color: #fff;
}
.sf-menu a.active, .sf-menu a:hover{
        color: #4e3c83;
}
.sf-menu li {
	    display: inline;
        white-space: nowrap; /* no need for Supersubs plugin */
        *white-space: normal; /* ...unless you support IE7 (let it wrap) */
        -webkit-transition: background .8s;
        transition: background .8s;
}
.sf-menu li.active span.active {
    display: block; 
}

.sf-menu li:hover,
.sf-menu li.sfHover {
        background: #FFF;
        /* only transition out, not in */
        -webkit-transition: none;
        transition: none;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
        padding-right: 2.5em !important;
        *padding-right: 1em !important; /* 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;
}
