.superfishStyle2 ul {
	float:			left;
	margin-bottom:	0em;
}
.superfishStyle2 ul a {
	border-right:		1px solid #f90;
	padding: 		.75em 1em;
	text-decoration:none;
}
.superfishStyle2 ul li li a {
	border-right: 0px solid #c36;
}
.superfishStyle2 ul a, .superfishStyle2 ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.superfishStyle2 ul span.rigg-Menu-NonLink , .superfishStyle2 ul span.rigg-Menu{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background:		#333;
	padding: 		0.75em 1em;
}

.superfishStyle2 ul li {
	/*background:		#BDD2FF;*/
	background:		#333;
}
.superfishStyle2 ul li li {
	background:		#333;
}
.superfishStyle2 ul li li li {
	background:		#333;
}
.superfishStyle2 ul li:hover, .superfishStyle2 ul li.sfHover,
.superfishStyle2 ul a:focus, .superfishStyle2 ul a:hover, .superfishStyle2 ul a:active {
	background:		#CFDEFF;
color: #333;
	outline:		0;
}

/*** arrows **/
.superfishStyle2 ul 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.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.superfishStyle2 ul ul .sf-sub-indicator { background-position:  -10px 0; }
.superfishStyle2 ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.superfishStyle2 ul ul a:focus > .sf-sub-indicator,
.superfishStyle2 ul ul a:hover > .sf-sub-indicator,
.superfishStyle2 ul ul a:active > .sf-sub-indicator,
.superfishStyle2 ul ul li:hover > a > .sf-sub-indicator,
.superfishStyle2 ul ul li.sfHover > 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;
}





