/*** Essential Superfish Styles ***/

.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
	}
.sf-menu {
	line-height:	1.0;
	}
.sf-menu ul {
	position: absolute;
	top: -999em;
	width: 11em; /* left offset of submenus need to at least match  (see below) */
	}
.sf-menu ul li {
	width: 100%;
	}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
	}
.sf-menu li {
	float: left;
	position: relative;
	white-space: nowrap;
	}
.sf-menu a {
	display:		block;
	position:		relative;
	}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2em; /* match top ul list item height */
	z-index:		99;

	}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			11.05em; /* at least match .sf-menu ul width */
	top:			0.15em;
	}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
	}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			11.05em; /* at least match .sf-menu ul width */
	top:			0.15em;
	}

/* Start IE7 Layering Fix */

.sf-menu li {
z-index:10;
}

.sf-menu li:hover {
z-index:11;
}

.sf-menu li li {
z-index:20;
}

.sf-menu li li:hover {
z-index:21;
}

.sf-menu li li li {
z-index:30;
}

.sf-menu li li li:hover {
z-index:31;
}

/* End IE7 Layering Fix */



/*** Top Nav Skin ***/

#navigation {
	position: absolute;
	right: 15px;
	top: 5px;
	background: transparent;
	margin: 0;
	padding: 0;
	}

#navigation .sf-menu {
	float: left;
	margin-bottom: 1em;
	}

#navigation .sf-menu a {
	border:	none;
	padding: 0.5em 0.5em;
	text-decoration: none;
	}

#navigation .sf-menu a, #navigation .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #000;
	}

#navigation .sf-menu a:hover {
	text-decoration: underline;
	}

#navigation .sf-menu ul {
	font-size: 100%;
	}

#navigation .sf-menu li {
	background: transparent;
	font-size: 0.75em;
	}

#navigation .sf-menu li li {
	background: #d2d3dd;
	font-size: 100%;
	border-bottom: 1px solid #bbbbc4;
	}

#navigation .sf-menu li li li {
	background: #d2d3dd;
	font-size: 100%;
	}

#navigation .sf-menu li:hover, #navigation .sf-menu li.sfHover,
#navigation .sf-menu a:focus, #navigation .sf-menu a:hover, #navigation .sf-menu a:active {
	background: #fff;
	outline: 0;
	}

/** fix for IE transparency (see-through) in overlapping menus **/
#navigation .sf-menu ul li:hover, #navigation .sf-menu ul li.sfHover,
#navigation .sf-menu ul a:focus, #navigation .sf-menu ul a:hover, #navigation .sf-menu ul a:active {
	outline: 0;
	}

/*** Top Nav arrows **/

#navigation .sf-menu a.sf-with-ul {
	padding-right: 	1.5em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}

#navigation .sf-sub-indicator {
	position: absolute;
	display: block;
	right: .5em;
	top: 0.75em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/_images/graphics/superfish-nav-arrow.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}

#navigation a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}

/* apply hovers to modern browsers */
#navigation a:focus > .sf-sub-indicator,
#navigation a:hover > .sf-sub-indicator,
#navigation a:active > .sf-sub-indicator,
#navigation li:hover > a > .sf-sub-indicator,
#navigation li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */
#navigation .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#navigation .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

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

/*** shadows for all but IE6 ***/
#navigation .sf-shadow ul {
	background:	url(/_images/graphics/superfish-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;
	}

#navigation .sf-shadow ul.sf-shadow-off {
	background: transparent;
	}


/*** Topics Nav Skin ***/


#topics {
	background: transparent;
	width: 670px;
	margin: 4px 0 4px 120px;
	padding: 0;
	font-size: 100%;
	float: left;
	}

#topics .sf-menu {
	float: left;
	margin-bottom: 0;
	}

#topics .sf-menu a {
	border:	none;
	padding: 0.5em 0.5em;
	text-decoration: none;
	}

#topics .sf-menu a, #topics .sf-menu a:visited { /* visited pseudo selector so IE6 applies text colour*/
	color: #fff;
	}

#topics .sf-menu a:hover {
	text-decoration: underline;
	}

#topics .sf-menu ul {
	font-size: 100%;
	}

#topics .sf-menu li {
	background: transparent;
	font-size: 0.75em;
	}

#topics .sf-menu li li {
	background: #999;
	font-size: 100%;
	}

#topics .sf-menu li li li {
	background: #999;
	font-size: 100%;
	}

#topics .sf-menu li:hover, .sf-menu li.sfHover,
#topics .sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: transparent;
	outline: 0;
	}

/** fix attempt for transparency (see-through) in overlapping menus **/
#topics .sf-menu ul li:hover, #topics .sf-menu ul li.sfHover,
#topics .sf-menu ul a:focus, #topics .sf-menu ul a:hover, #topics .sf-menu ul a:active {
	outline: 0;
	}
/* sub-menus (key measures) */
#topics .sf-menu ul li ul {
	width: 			18.5em; /* left offset of any submenus need to at least match */
	left:			11.05em; /* at least match parent ul width */
	top:			0.15em;
	}

#topics li.top {
	color: #fff;
	}

#topics li.top:hover {
	color: #000;
	}

#aging a {
	background-color: #12636b;
	}
#aging a:visited {
	background-color: #12636b;
	}
#aging a:hover {
	background-color: #00404f;
	}
#aging li {
	border-bottom: 1px solid #00404f;
	}

#children-and-youth a {
	background-color: #4c721d;
	}
#children-and-youth a:visited {
	background-color: #4c721d;
	}
#children-and-youth a:hover {
	background-color: #3b5916;
	}
#children-and-youth li {
	border-bottom: 1px solid #3b5916;
	}

#civic-engagement a {
	background-color: #0067ab;
	}
#civic-engagement a:visited {
	background-color: #0067ab;
	}
#civic-engagement a:hover {
	background-color: #005791;
	}
#civic-engagement li {
	border-bottom: 1px solid #005791;
	}

#demographics a {
	background-color: #e66b5b;
	}
#demographics a:visited {
	background-color: #e66b5b;
	}
#demographics a:hover {
	background-color: #cc6052;
	}
#demographics li {
	border-bottom: 1px solid #cc6052;
	}

#disparities a {
	background-color: #330d73;
	}
#disparities a:visited {
	background-color: #330d73;
	}
#disparities a:hover {
	background-color: #330063;
	}
#disparities li {
	border-bottom: 1px solid #330063;
	}

#early-childhood a {
	background-color: #4c721d;
	}
#early-childhood a:visited {
	background-color: #4c721d;
	}
#early-childhood a:hover {
	background-color: #3b5916;
	}
#early-childhood li {
	border-bottom: 1px solid #3b5916;
	}

#economy a {
	background-color: #e58e1a;
	}
#economy a:visited {
	background-color: #e58e1a;
	}
#economy a:hover {
	background-color: #cc7d16;
	}
#economy li {
	border-bottom: 1px solid #cc7d16;
	}

#workforce a {
	background-color: #e58e1a;
	}
#workforce a:visited {
	background-color: #e58e1a;
	}
#workforce a:hover {
	background-color: #cc7d16;
	}
#workforce li {
	border-bottom: 1px solid #cc7d16;
	}

#education a {
	background-color: #c41230;
	}
#education a:visited {
	background-color: #c41230;
	}
#education a:hover {
	background-color: #ab0f29;
	}
#education li {
	border-bottom: 1px solid #ab0f29;
	}

#environment a {
	background-color: #4c721d;
	}
#environment a:visited {
	background-color: #4c721d;
	}
#environment a:hover {
	background-color: #3b5916;
	}
#environment li {
	border-bottom: 1px solid #3b5916;
	}

#health a {
	background-color: #546292;
	}
#health a:visited {
	background-color: #546292;
	}
#health a:hover {
	background-color: #465178;
	}
#health li {
	border-bottom: 1px solid #465178;
	}

#housing a {
	background-color: #12636b;
	}
#housing a:visited {
	background-color: #12636b;
	}
#housing a:hover {
	background-color: #00404f;
	}
#housing li {
	border-bottom: 1px solid #00404f;
	}

#immigration a {
	background-color: #6799c8;
	}
#immigration a:visited {
	background-color: #6799c8;
	}
#immigration a:hover {
	background-color: #4b7194;
	}
#immigration li {
	border-bottom: 1px solid #4b7194;
	}

#public-safety a {
	background-color: #fdbe56;
	}
#public-safety a:visited {
	background-color: #fdbe56;
	}
#public-safety a:hover {
	background-color: #e3aa4d;
	}
#public-safety li {
	border-bottom: 1px solid #e3aa4d;
	}

#transportation a {
	background-color: #e66b5b;
	}
#transportation a:visited {
	background-color: #e66b5b;
	}
#transportation a:hover {
	background-color: #cc6052;
	}
#transportation li {
	border-bottom: 1px solid #cc6052;
	}



/*** arrows **/

#topics .sf-menu a.sf-with-ul {
	padding-right: 	0.75em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
	}

#topics .sf-sub-indicator {
	position: absolute;
	display: block;
	right: .5em;
	top: 0.75em; /* IE6 only */
	width: 10px;
	height: 10px;
	text-indent: -999em;
	overflow: hidden;
	background: url(/_images/graphics/superfish-topics-arrow.png) no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
	}

#topics a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top: .5em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
	}

/* apply hovers to modern browsers */

#topics a:focus > .sf-sub-indicator,
#topics a:hover > .sf-sub-indicator,
#topics a:active > .sf-sub-indicator,
#topics li:hover > a > .sf-sub-indicator,
#topics li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
	}

/* point right for anchors in subs */

#topics .sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
#topics .sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }

/* apply hovers to modern browsers */

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

/*** shadows for all but IE6 ***/
#topics .sf-shadow ul {
	background:	url(/_images/graphics/superfish-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;
}
#topics .sf-shadow ul.sf-shadow-off {
	background: transparent;
	}
