/*** Overall section ***/
.block-superfish-2  {  /* Sets the background for the menu division - called access in thematic */
    height:40px; /* this sets the height of your menus */
    font-size:1em;
    font-weight: normal;
    width: 100%;
    overflow: visible;
    z-index:99999;
    background:transparent; /*URL(images/arrows-blue.png) repeat scroll 0 0;  sets the color outside of your menu items - if you do not want to use images, you can replace the background lines with something like -- background: blue; -- */
    position: static;
}
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu { line-height: 1.0;
	   z-index: 499;
}
.sf-menu ul li {  margin-left:0; }
ul.sf-menu li a {
        display: block;
	padding: 11px 18px;
	color: #000;
	margin-bottom:4px;
}
ul#superfish-2 li.menuparent {
	z-index: 400; margin:0;
}
li.sf-depth-1 a.menuparent {
	font-weight:bold;
}
li.sf-depth-1 a.sf-with-ul { /* Find, Services, About...*/
	font-weight:bold; height:22px;
}
#menu-647-2 li.sf-depth-1 li.sf-depth-2 a.sf-depth-2 {
	font-weight:bold;
}
ul#superfish-2 li.sf-depth-1:hover { /* only Find, Services, About... */
	margin: 0; padding: 0;	 background-color: #d4d4d4;
}
li.sf-no-children {
	box-shadow:none;
}
ul#superfish-2 li.menuparent:active,
ul#superfish-2 li.menuparent:focus {
        background-color:       #d4d4d4;
}
ul.sf-menu li { padding: 0; }
ul.sf-menu li.sf-depth-2 {
        padding: 1.0em 1.875em 0 1.4em;
	background-color:  	#d4d4d4;/* background of parents' drop down*/
}
ul.sf-menu li.sf-depth-2:last-child { /*adds space at bottom of menu*/
        padding-bottom: 1em;
}
ul.sf-menu ul a.sf-depth-2 {
	padding: 0 3px 3px 0px; /* padding between menu items*/
}
ul.sf-menu ul a.sf-depth-3, ul.sf-menu ul a.menuparent {
	padding: 0 3px 10px 0px; /* padding between menu items*/ 
}
ul.sf-menu ul a:hover {
     text-decoration:underline;
}
ul.sf-menu ul ul { padding: 0; }

/* Superfish - setting split menus ---------------------------------------------------------------------------------*/

.sf-menu li#menu-647-2:hover > ul,
.sf-menu li#menu-647-2.sfHover > ul{ /* Find menu */
    width: 30em;
}
.sf-menu li#menu-2026-2:hover > ul,
.sf-menu li#menu-2026-2.sfHover > ul{ /* Services */
    width: 28em;
}
.sf-menu li#menu-1765-2:hover > ul,
.sf-menu li#menu-1765-2.sfHover > ul{ /* About */
    width: 24em;
}
/* setting split menus ends */

.sf-megamenu-column ol li {
	float: left;
	width: 16em;   /*accommodate the widest item */
	font-size: .9em;
	background-color: #d4d4d4;
}
li#menu-2027-2 div.sf-megamenu-column ol li{
	font-size: 1em;	width: 12em;
	background-color: #d4d4d4;
}
li#menu-2027-2 div.sf-megamenu-column a.sf-depth-2 { /\* About split menu *\/
	font-size: 0; line-height: 0; color: transparent;
	background-color: #d4d4d4;
}
li#menu-2028-2 div.sf-megamenu-column ol li{ /\* Service split menu *\/
	font-size: 1em; width: 15em;
}
li#menu-2028-2 div.sf-megamenu-column a.sf-depth-2 {
	font-size: 0; line-height: 0; color: transparent;
}
/* paddings to second column to the right - doesn't seem to be a need for this padding, RD*/
/*#menu-1727-2 .sf-depth-3,
#menu-1691-2 .sf-depth-3,
#menu-1689-2 .sf-depth-3,
#menu-1708-2 .sf-depth-3,
#menu-1870-2 .sf-depth-3 {
	padding-left: 34px;
}*/

/* paddings to second column to the right */
/* ---------------------------------------------------------------------------------*/
/**** arrows and shadows not displaying in this version *****/
/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2em;
	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-777777.png') no-repeat -8px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
    margin-left:2px;
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.9em;
	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 */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; 
}



 
