/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	list-style-image: none;
	font-size: 10pt;
}
.sf-menu {
	line-height: 1.0;
}
.sf-menu li {
	position: relative;
}
.sf-menu ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
}
.sf-menu ul li {
	list-style: none;
	list-style-image: none;
}
.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
	list-style: none;
	list-style-image: none;
}

.sf-menu a {
	display: block;
	position: relative;
}
.sf-menu li.current {
	float: left;
	position: relative;
	white-space: nowrap;
	list-style: none;
	list-style-image: none;
}

.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	float: left;
}
.sf-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 */
}
.sf-menu a.menu {
	border-left: 1px solid #CFDEFF;
	border-top: 1px solid #CFDEFF;
	padding: .4em 1em .55em;
	text-decoration: none;
	font-size: 10pt;
}
.sf-menu a,.sf-menu a:visited,.sf-menu a.menu,.sf-menu a.menu:visited {
	/* visited pseudo selector so IE6 applies text colour*/
	color: #FFF;
	font-size: 10pt;
}
.sf-menu li {
	background: #b6defd;
	z-index: 10;
}

.sf-menu li li {
	background: #118AFF;
	z-index: 20;
}

.sf-menu li li li {
	background: #007BF0;
	z-index: 30;
}

.sf-menu li:hover,.sf-menu li.sfHover,.sf-menu a.menu:focus,.sf-menu a.menu:hover,.sf-menu a.menu:active
	{
	background: #3a76f0;
	outline: 0;
}

.sf-menu li:hover {
	z-index: 40;
}

.sf-menu li.sfHover {
	z-index: 45;
}

.sf-menu li.current>a.menu.main, .sf-menu li.current>a.menu.main:hover, .sf-menu li.current.main:hover {
border-top-left-radius: 3px; border-bottom-left-radius: 6px;
}

.dropdown-menu {
	min-width: 160px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu>li>a {
	display: block;
	clear: both;
	line-height: 1.42857143;
	white-space: nowrap;
}
.dropdown-menu>li>a.menu{
	padding: 6px 25px 7px 10px;
}

.sf-menu .root-item {
	box-shadow: inset 0 3px 7px #85bdee;
	transition: box-shadow 0.2s;
	background-image: -moz-linear-gradient(top, #52b2fe 0%, #3b62fb 100%);
	/* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #52b2fe),
		color-stop(100%, #3b62fb)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #52b2fe 0%, #3b62fb 100%);
	/* Chrome 10+,Safari 5.1+ */
	background-image: -o-linear-gradient(top, #52b2fe 0%, #3b62fb 100%);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #52b2fe 0%, #3b62fb 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#52b2fe',
		endColorstr='#3b62fb', GradientType=0); /* IE6-9 */
	background-repeat: repeat-x; /* Repeat the gradient */
	color: #fff;
	text-shadow: 1px 1px 2px #000;
	min-width: 60px;
	text-align: center;
}
.sf-menu .root-item-selected {
	box-shadow: inset 0 3px 7px #85bdee;
	transition: box-shadow 0.2s;
	background-image: -moz-linear-gradient(top, #3298e8 0%, #204ed4 100%);
	/* FF3.6+ */
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #204ed4),
		color-stop(100%, #3b62fb)); /* Chrome,Safari4+ */
	background-image: -webkit-linear-gradient(top, #3298e8 0%, #204ed4 100%);
	/* Chrome 10+,Safari 5.1+ */
	background-image: -o-linear-gradient(top, #3298e8 0%, #204ed4 100%);
	/* Opera 11.10+ */
	background-image: linear-gradient(top, #3298e8 0%, #204ed4 100%);
	/* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient(  startColorstr='#3298e8',
		endColorstr='#204ed4', GradientType=0); /* IE6-9 */
	background-repeat: repeat-x; /* Repeat the gradient */
	color: #fff;
	text-shadow: 1px 1px 2px #000;
}

/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 0px;
}
/* styling for both css and generated arrows */
.sf-arrows .sf-with-ul:after {
	content: '';
	position: absolute;
	top: 50%;
	right: .55em;
	margin-top: -2px;
	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-menu .root-item:after, .sf-menu .root-item-selected:after,
.sf-menu > li:hover > .root-item-selected:after, .sf-menu > li:hover > .root-item:after,
.sf-menu > .sfHover > .root-item:after, .sf-menu > .sfHover > .root-item-selected:after,
.sf-menu > li > .root-item:focus:after, .sf-menu > li > .root-item-selected:focus:after  {
	border-color: transparent;
}

.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;
}