.menuStyle2 ul {
	float:			left;
	margin-bottom:	0em;
}

.menuStyle2 ul a {
	border-right:		0px solid #666;
	padding: 		.7em 1em;
	text-decoration:none;
font-family: Arial, Helvetica, sans-serif;
font-weight: bold;
font-size: 14px;
}

.menuStyle2 ul li li a {
	border-right: 0px solid #666;
}
.menuStyle2 ul a, .menuStyle2 ul a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color:			#fff;
}

.menuStyle2 ul span.rigg-Menu-NonLink , .menuStyle2 ul span.rigg-Menu{
	border-left: 0px;
	border-right: 0px;
	border-top: 0px;
	background:		#333;
	padding: 		0.75em 1em;
}

.menuStyle2 ul li {
height: 25px;
}
.menuStyle2 ul li li {

}
.menuStyle2 ul li li li {

}
.menuStyle2 ul li:hover, .menuStyle2 ul li.sfHover,
.menuStyle2 ul a:focus, .menuStyle2 ul a:hover, .menuStyle2 ul a:active {
	background:		#b00;
color: #333;
	outline:		0;
}

/*** arrows **/
.menuStyle2 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 */
.menuStyle2 ul ul .sf-sub-indicator { background-position:  -10px 0; }
.menuStyle2 ul ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.menuStyle2 ul ul a:focus > .sf-sub-indicator,
.menuStyle2 ul ul a:hover > .sf-sub-indicator,
.menuStyle2 ul ul a:active > .sf-sub-indicator,
.menuStyle2 ul ul li:hover > a > .sf-sub-indicator,
.menuStyle2 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;
}













