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

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
	list-style:none !important;
}


/*** SKIN ***/
.sf-menu {
	width:990px;
	margin-left:auto;
	margin-right:auto;
}
.sf-menu ul {
	list-style:none !important;
}
.sf-menu a {
	text-decoration: none;
}
.sf-menu a {
}
.sf-menu li {
	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;
}
.sf-menu ul li {
	list-style:none !important;
}

.sf-menu li ul {
	width:197px;
	margin-left:1px;
}

.sf-menu li ul li a {
	list-style:none !important;
	width:197px;
	height:60px;
	line-height:60px;
	font-weight:bold;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#d1e3f9+1,cae1fe+100 */
background: rgb(209,227,249); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(209,227,249,1) 1%, rgba(202,225,254,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(209,227,249,1)), color-stop(100%,rgba(202,225,254,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(209,227,249,1) 1%,rgba(202,225,254,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(209,227,249,1) 1%,rgba(202,225,254,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(209,227,249,1) 1%,rgba(202,225,254,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(209,227,249,1) 1%,rgba(202,225,254,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d1e3f9', endColorstr='#cae1fe',GradientType=0 ); /* IE6-9 */
	color:#595959;
	display:block;
	text-indent:15px;
	border-bottom:dotted 1px #ffffff;
}

.sf-menu li ul li a:hover {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#dce8f7+1,e0edfc+100 */
background: rgb(220,232,247); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(220,232,247,1) 1%, rgba(224,237,252,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(1%,rgba(220,232,247,1)), color-stop(100%,rgba(224,237,252,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(220,232,247,1) 1%,rgba(224,237,252,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(220,232,247,1) 1%,rgba(224,237,252,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(220,232,247,1) 1%,rgba(224,237,252,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(220,232,247,1) 1%,rgba(224,237,252,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#dce8f7', endColorstr='#e0edfc',GradientType=0 ); /* IE6-9 */

}

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

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
}
/* 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;
}
.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 {
}
.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 {
}
