/*** ESSENTIAL STYLES ***/
.Superfish, .Superfish * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.Superfish {
	line-height:	1.0;
}
.Superfish ul {
	position:		absolute;
	top:			-999em;
	width:			140px; /* left offset of submenus need to match (see below) */
}
.Superfish ul li {
	width:			100%;
}
.Superfish li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.Superfish li {
	float:			left;
	position:		relative;
}
.Superfish a {
	display:		block;
	position:		relative;
}
.Superfish li:hover ul,
.Superfish li.wpm-hover ul {
	left:			0;
	top:			32px; /* match top ul list item height */
	z-index:		99;
}
ul.Superfish li:hover li ul,
ul.Superfish li.wpm-hover li ul {
	top:			-999em;
}
ul.Superfish li li:hover ul,
ul.Superfish li li.wpm-hover ul {
	left:			140px; /* match ul width */
	top:			0;
}
ul.Superfish li li:hover li ul,
ul.Superfish li li.wpm-hover li ul {
	top:			-999em;
}
ul.Superfish li li li:hover ul,
ul.Superfish li li li.wpm-hover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** arrows **/
.Superfish a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url("../images/arrows-ffffff.png") no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.Superfish ul .sf-sub-indicator { background-position:  -10px 0; }
.Superfish ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.Superfish ul a:focus > .sf-sub-indicator,
.Superfish ul a:hover > .sf-sub-indicator,
.Superfish ul a:active > .sf-sub-indicator,
.Superfish ul li:hover > a > .sf-sub-indicator,
.Superfish ul li.wpm-hover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url("../images/shadow.png") no-repeat bottom right;
	padding: 0 8px 9px 0;
	-moz-border-radius-bottomleft: 17px;
	-moz-border-radius-topright: 17px;
	-webkit-border-top-right-radius: 17px;
	-webkit-border-bottom-left-radius: 17px;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

/*** end superfish.css ***/

.Superfish-wrap {
	margin: 		0px;
	padding:		0;
	font-size: 		12px;
	font-weight: 	normal;
	height:			32px;
	background:		#55b9f3;			/* color 1 */
	position:		relative;
	z-index:		49;
}

/*** DEMO SKIN ***/
.Superfish {
	float:			left;
	width:			100%; 
}
.Superfish a {
	height: 22px;
	padding-top: 	10px;
	padding-left: 10px;
	padding-right: 10px;
	border-width: 1px;
	border-right:	1px solid #45a5dc;	/* border color */	
	text-decoration: none;
}
.Superfish li li a {
    height: auto;
	padding: 10px;
	border:			0;
	border-top:		1px solid #8EC3F7;	/* border color */	
	border-left:	1px solid #8EC3F7;	/* border color */	
	text-decoration: none;
}
.Superfish a, .Superfish a:visited  {
	color: #ffffff;				/* text color 1 */
}
.Superfish li li a, .Superfish li li a:visited  {
	color:			#0E4377;			/* text color 2 */
}
.Superfish li {
	height:			32px;
	background:		#55b9f3;			/* color 1 */
}
.Superfish li li {
	height:			auto;
	background:		#C6E1FB;			/* color 2 */
}
.Superfish li:hover, .Superfish li.wpm-hover,
.Superfish a:focus, .Superfish a:hover, .Superfish a:active {
	text-decoration: none;
	background:		#55A5F3;			/* color 3 */
	outline:		0;
}

.Superfish li.selected, 
.Superfish li.current-cat, 
.Superfish li.current-cat-parent, 
.Superfish li.current_page_item, 
.Superfish li.current_page_parent,
.Superfish li.current_page_ancestor {
	background:		#55A5F3;			/* color 3 */
}

.Superfish-after {
	clear: both;
	margin: 0;
	padding: 0;
	height: 0px;
}
