** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin: 0;
	padding: 0;
	list-style: none;
	font-size: 11px;
	color: #000;
}

.divInside {
	display: inline-block;
	padding: 10px;
	background: #fceed3;
	//-webkit-box-shadow: 0px 0px 10px 0px #222; 
	//-moz-box-shadow: 0px 0px 10px 0px #222; 
	//box-shadow: 0px 0px 10px 0px #222;
	border-radius: 5px; 
	-moz-border-radius: 5px; 
	-webkit-border-radius: 5px; 
	-khtml-border-radius: 5px;
	z-index: 10;
}

.sf-menu {
  line-height: 1.0;
  border: none;
}

.sf-menu ul {
	display: none;
  position: absolute;
  //top: -999em;
  width: 10em; 
	list-style: none;
	margin: 10px 0px 0px -30px;
}

padding-top: 13px;
	display: none;
	top: 100%;
	z-index: 99;
}

.sf-menu sup {
	font-size: 8px;
	padding-left: 5px;
}

.sf-menu > li {
	float: left;
}
.sf-menu li:hover > ul,
.sf-menu li.sfHover > ul {
	display: block;
}

.sf-menu a {
	display: block;
	position: relative;
	color: #000;
}
.sf-menu ul ul {
	top: 0;
	left: 100%;
}


/*** DEMO SKIN ***/
.sf-menu {
	margin: 0;
	padding: 0;
	list-style: none;
	color: #525254;
	float: left;
	margin-bottom: 1em;
	font-size: 12px;
}
.sf-menu a {
	zoom: 1; /* IE7 */
  border: none;
	//color: #000;
  padding: .55em .75em;
  text-decoration:none;

}
.sf-menu a {
	color: #525254;
}
.sf-menu li {
	height: 34px;
  float:  left;
  position: relative;
	//background: #BDD2FF;
	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;
	background: none;
}
.sf-menu ul li {
	background: inherit;
}

.sf-menu li li {
  padding: 5px;
}

.liExt {
  width: 250px;
}

.sf-menu ul ul li {
	background: #9AAEDB;
}
.sf-menu li:hover, .sf-menu li.sfHover {
	background: url('/img/top-menu-selected.png') transparent repeat-x;
	/* only transition out, not in */
	-webkit-transition: none;
	transition: none;
}

.sf-menu li:hover a, .sf-menu li.sfHover a {
	color: #FFF;
}

.sf-menu li li:hover, .sf-menu li li a:hover {
  background: none;
  color: #FFF;
}

.sf-menu li .d2987ca li:hover, .sf-menu li .d2987ca li a:hover {
	background: #2987ca;
}

.sf-menu li .d9fca01 li:hover, .sf-menu li .d9fca01 li a:hover {
	background: #9fca01;
}

.sf-menu li .dc90285 li:hover, .sf-menu li .dc90285 li a:hover {
	background: #c90285;
}
                                                   
/*** arrows (for all except IE7) **/
.sf-arrows .sf-with-ul {
	padding-right: 1em;
	padding-left: 1em;
	*padding-right: 0.5em; /* 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;
	border: none;
}
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
	border: none;
  outline: 0;

}
/* styling for right-facing arrows */
.sf-arrows ul .sf-with-ul:after {
	margin-top: -5px;
	margin-right: -3px;
	border: none;
}
.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: none;
}
