/*** ESSENTIAL STYLES ***/
.navbar-nav, .navbar-nav * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.navbar-nav li {
	position: relative;
}
.navbar-nav ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 200px;
}

.navbar-nav ul > li > a, .navbar-nav ul > li > a:visited, .navbar-nav ul > li > a:active, .navbar-nav ul > li > a:hover 
{
  font-size: 75%;
  padding-left: 15px;
}

.navbar-nav > li {
	float: left;
}
.navbar-nav li:hover > ul,
.navbar-nav li.sfHover > ul {
	display: block;
}

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


.superclickit, .superclickit * {
	margin: 0;
	padding: 0;
	list-style: none;
}
.superclickit li {
	position: relative;
}
.superclickit ul {
	position: absolute;
	display: none;
	top: 100%;
	left: 0;
	z-index: 99;
	min-width: 200px;
	opacity: .85;
	background-color: #FFFFFF;
}

.superclickit ul > li > a, .superclickit ul > li > a:visited, .superclickit ul > li > a:active, .superclickit ul > li > a:hover 
{
  font-size: 125%;
  padding-left: 15px;
  padding-top: 0.7em; 
  padding-bottom: 0.7em;
}

.superclickit > li {
	float: left;
}
.superclickit li:hover > ul,
.superclickit li.sfHover > ul {
	display: block;
}

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

/*** 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: #666666; /* edit this to suit design (no rgba in IE8) */
	border-top-color: rgba(90,90,90,.5);
}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border-color: transparent;
	border-left-color: #666666; /* edit this to suit design (no rgba in IE8) */
	border-left-color: rgba(90,90,90,.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: #666666;
}

.navbar-nav ul > li > a, .navbar-nav ul > li > a:visited, .navbar-nav ul > li > a:active
{
  background-color: #EEF8FE;
  color: #000000;
  border-bottom: 1px dotted #AAAAAA;
}

.navbar-nav ul > li > a:hover, .navbar-nav ul > li > a:visited:hover
{
 background-color: #AEC8CE;
}
