/*** ESSENTIAL STYLES ***/
.superfish, .superfish * {
	margin:			0;
	padding:		0;
}
.superfish {
	line-height:	1.0;
}
.superfish ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* 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 li:hover ul,
.superfish li.sfHover ul {
	left:			0;
	top:			36px; /* match top ul list item height */
	z-index:		99;
}

ul.superfish li li:hover ul,
ul.superfish li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.superfish li li:hover li ul,
ul.superfish li li.sfHover li ul {
	top:			-999em;
}
ul.superfish li li li:hover ul,
ul.superfish li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.superfish {
	float:			left;
	margin-bottom:	1em;
	padding-left:0px;
}
.navigation ul {
	border:1px solid #dcd9d2;
}
.superfish a {
}
.superfish li{
	border-left:solid 1px #f5f2f0;
	border-right:solid 1px #e8e5e5;
}
.superfish li.menu-first{
	border-left:0px;
	border-right:0px;
}
.superfish li.menu-last{
	border-left:0px;
	border-right:0px;
}
.superfish li a{
	font-family:arial;
	font-size:14px;
	color:#626057;
	text-decoration:none;
	display:block;
	height:23px;
	padding: 12px 20px 0 20px;
	text-decoration:none;
}
.superfish li li{
	border-left:solid 0px #8fca39;
	border-right:solid 0px #b3e070;
	border-top:solid 1px #e7e0d5;
	border-bottom:solid 1px #f3ece0;
	width:160px;
}
.superfish li li a{
	background-color:#ebe8e0;
	font-size:12px;
	background-repeat:no-repeat;
	display:block;
	height:auto;
	padding:12px 0 5px 15px;
}
.superfish li li a:hover{
}

.superfish li li li {
	background-color:#99d244;
}
.superfish li:hover, .superfish a:hover {
	outline:		0;
	background-color:#e7e0d5;
}
.superfish #premier{
	border-left-width:0px;
	padding-left:20px;
}
.superfish .last{
	border-right-width:0px;
}
.superfish #premier:hover {
	outline:		0;
	background-image:url(../images/first.jpg);
	background-repeat:no-repeat;
	background-color:none;
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	left:			1px;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('../images/sprite-icon.png') no-repeat ; /* 8-bit indexed alpha png. IE6 gets solid image only */
	background-position: 0 -628px; width: 11px; height: 15px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			1em;

	background-position: 0 -628px; width: 11px; height: 15px; /* 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.sfHover > a > .sf-sub-indicator {

	background-position: 0 -628px; width: 11px; height: 15px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.superfish ul .sf-sub-indicator { background-position: 0 -628px; width: 11px; height: 15px; }
.superfish ul a > .sf-sub-indicator {background-position: 0 -628px; width: 11px; height: 15px; }
/* 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.sfHover > a > .sf-sub-indicator {
	background-position: 0 -628px; width: 11px; height: 15px; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/
.sf-shadow ul {
	background:	url('../images/shadow.png') no-repeat bottom right;
	padding: 0px 2px 5px 2px;
	width:149px;
	float:left;
}
.sf-shadow ul.sf-shadow-off {
	background: transparent;
}

