@charset "utf-8";
/* Vision Superfish default CSS - version.1.0 - 072211 */
/************************************************
 Navigation buttons and dropdown menu
************************************************/


#dropdownmenu {
	background:  #fff url(../_gfx/sfgov/nav_backg.gif) repeat-x;
	height:28px;
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	border-bottom:1px solid #ccc;
	cursor: pointer;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 29;
	display:inline-block;
	width:972px;
	}
ul.dropdownmenu {
	list-style-type: none;
	padding: 0;
	margin: 0;
	float: left;
	}

.dropdownmenu li {
	position: relative;
	float: left;
	font: bold 12px/15px Arial, Helvetica, sans-serif;
	color:#535353;
	text-align: center;
	display: inline; /* IE double-margin float hack */
	}

ul.dropdownmenu a, ul.dropdownmenu a:visited {
	display: block;
	color: #535353;
	background: transparent;
	text-align: center;
	}

ul.dropdownmenu a:hover, ul.dropdownmenu a:active, ul.dropdownmenu a:focus {
	color:#1875B6;
	visibility: inherit;
	border-bottom: none;/*fixes IE7 'sticky bug'*/
	}

/*----------Drop-Down Navigation Styles-------------*/

ul.dropdownmenu ul {
	font: normal 12px/1.25em;
	list-style-type: none;
	position: absolute;
	top: -999em;
	border: #ccc solid 1px;
	border-bottom: 0;
	width: 100%; /* left offset of submenus need to match (see below) */
	z-index: 20;
	margin:0;
	padding: 0;
	}

ul.dropdownmenu ul li {
	background-color:#fff;
	margin:0;
	padding: 0;
	width:15em;
	cursor: pointer;
	border: none;
	z-index: 25;
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
}

ul.dropdownmenu ul li a, ul.dropdownmenu ul li a:visited {
	color:#535353;
	text-decoration:none;
	border-bottom:none;
	text-align: left;
	padding: .6em .25em .6em 1em;
	width: 13.75em; /*15em-left+right padding (.2em+.8em)*/
	font-weight: bold;
	}
	

ul.dropdownmenu ul li a:hover, ul.dropdownmenu ul li a:active , ul.dropdownmenu ul li a:focus {
	color:#1875B6;
	text-decoration:none;
	border-bottom:none;
	background: #D0EEFE url(../_gfx/nav/arrow_right.gif) no-repeat left center;
	visibility: inherit; /*fixes IE7 'sticky bug'*/
}

/*----------Drop-Down Navigation placement-------------*/

ul.dropdownmenu li:hover ul, ul.dropdownmenu li.sfHover ul {
	left: 0; 
	top: 28px; /*.85em+1em+.85em (padding+lineheight=padding) */ 
	}

ul.dropdownmenu li:hover li ul, ul.dropdownmenu li.sfHover li ul {top: -999em;}

ul.dropdownmenu li li:hover ul, ul.dropdownmenu li li.sfHover ul {
	left: 15em; /* match ul width */ 
	top: 0px;
	}

ul.dropdownmenu li li:hover li ul, ul.dropdownmenu li li.sfHover li ul {top: -999em;}

ul.dropdownmenu li li li:hover ul, ul.dropdownmenu li li li.sfHover ul {
	left: 15em; /* match ul width */ 
	top: 0px; }

/*ul.dropdownmenu .sf-sub-indicator {display:none;}
.dropdownmenu{display:inline-block;}*/


.dropdownmenu li.sfHover ul li a:hover.dropdownitemlevel1, .dropdownmenu li.sfHover ul li a:hover.dropdownitemhaschildlevel1, .dropdownmenu li.sfHover ul li a:hover.dropdownitemlevel2,
.dropdownmenu li.sfHover ul li a:focus.dropdownitemlevel1, .dropdownmenu li.sfHover ul li a:focus.dropdownitemhaschildlevel1, .dropdownmenu li.sfHover ul li a:focus.dropdownitemlevel2 {
	background: url(../_gfx/nav/arrow_right.gif)left no-repeat;
	background-color: #D0EEFE;
	color:#1875B6;}

.dropdownmenu li.sfHover ul li a.dropdownitemhaschildlevel1
{
	background-image:url(../_gfx/nav/arrow_right_dropdown.gif);
	background-position:center right;
	background-repeat:no-repeat;
}

.dropdownrootitem7li{
	display: none !important;
}

a:hover.dropdownitemlevel1, a:hover.dropdownitemhaschildlevel1, a:hover.dropdownitemlevel2,
a:focus.dropdownitemlevel1, a:focus.dropdownitemhaschildlevel1, a:focus.dropdownitemlevel2 {
	background: url(../_gfx/nav/arrow_right.gif)left no-repeat;
	background-color: #D0EEFE;
	color:#1875B6;}

