.headPurple1 {
    background-color: #570595;
	color: #FFFFFF;
	font-size: 12pt;
	border-bottom-width:1px;
	border-bottom-style: solid;
	border-bottom-color: #dfcfea;
}
.memheadPurple {
    background-color: #570595;
	color: #FFFFFF;
	font-size: 12pt;
	background: #570595 url('/images/RCOtitle.gif') center no-repeat;   
}

.menuMktg {
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
   	background-color: #570595;
 	/* text-align: center; */
 	text-align: left; 
}
.menuMktg a:link {
	color: #fff;
  /*  text-align: center; */
 	text-align: left; 
	text-decoration: none;
}
.menuMktg a:visited {
/*	display: block; */
/*	background-color: #69744E; */
	font-size: 10pt;
	color: #fff;
  /*  text-align: center; */
 	text-align: left; 
	text-decoration: none;
	bottom-border: none;
}
.menuMktg a:hover {
	display: block; 
	background-color: #fff;
	font-size: 10pt;
	color: #570595;
  /*  text-align: center; */
 	text-align: left; 
	text-decoration: none;
}
.menuMktg a:active {
	display: block;
	background-color: #fff; 
	font-size: 10pt;
	color: #570595;
  /*  text-align: center; */
 	text-align: left; 
	text-decoration: none;
}



/*** adding the class sf-navbar in addition to sf-menu creates an all-horizontal nav-bar menu ***/
.sf-navbar {
	background:		#570595;
	/*height:			0.25em; -- removed n8*/
	position:		relative;
}
.sf-navbar li {
	color:			#fff;
	background:		#570595; 
	position:		static;
}
.sf-navbar a {
	color:          #fff; 
	border-top:		none; 
  text-align: left;
}
.sf-navbar li ul {
	/*width:			44em; IE6 soils itself without this*/
	width:			650px; /*IE6 soils itself without this & so does firefox */
}
.sf-navbar li li {    /*  for horizontal menu, not drop downs */
	background:		#666666;  
	color:			#fff;  
/*	background:		#570595;   */
/*	border:			1px solid #570595; */ /* purple */
/*	border:			1px solid #C4CD94; */ /* green */
/*	position:		static; * rs - need relative to drop down under selected item */
	position:		relative;
	border-bottom:	1px solid #cccccc;
}
.sf-navbar li li ul {
	width:			13em;
}
.sf-navbar li li li {
	width:			100%;
}
.sf-navbar ul li {
	width:			auto;
	float:			left;
}
.sf-navbar a, .sf-navbar a:visited {
	border:			none;
}
.sf-navbar li.current { 
	background:		#cccccc;
	color:			#666666; 
}
.sf-navbar li:hover,
.sf-navbar li.sfHover,
.sf-navbar li li.current,
.sf-navbar a:focus, .sf-navbar a:hover, .sf-navbar a:active {
	background:		#570595; 
	color:			#95AA4C;
/*	background: transparent url('/images/ltgrnbgdot.jpg') right no-repeat;  */

}
.sf-navbar ul li:hover,
.sf-navbar ul li.sfHover,
ul.sf-navbar ul li:hover li,
ul.sf-navbar ul li.sfHover li,
.sf-navbar ul a:focus, .sf-navbar ul a:hover, .sf-navbar ul a:active {
	background:		#666666;
	color:			#ffffff;
}
ul.sf-navbar li li li:hover,
ul.sf-navbar li li li.sfHover,
.sf-navbar li li.current li.current,
.sf-navbar ul li li a:focus, .sf-navbar ul li li a:hover, .sf-navbar ul li li a:active {
	background:		#cccccc;
	color:			#666666;
}
ul.sf-navbar .current ul,
ul.sf-navbar ul li:hover ul,
ul.sf-navbar ul li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
}
ul.sf-navbar .current ul ul {
	top: 			-999em;
}

.sf-navbar li li.current > a {
	font-weight:	bold;
}

/*** point all arrows down ***/
/* point right for anchors in subs */
.sf-navbar ul .sf-sub-indicator { background-position: -10px -100px; }
.sf-navbar ul a > .sf-sub-indicator { background-position: 0 -100px; }
/* apply hovers to modern browsers */
.sf-navbar ul a:focus > .sf-sub-indicator,
.sf-navbar ul a:hover > .sf-sub-indicator,
.sf-navbar ul a:active > .sf-sub-indicator,
.sf-navbar ul li:hover > a > .sf-sub-indicator,
.sf-navbar ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/*** remove shadow on first submenu ***/
.sf-navbar > li > ul {
	background: transparent;
	padding: 0;
	-moz-border-radius-bottomleft: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 0;
}
