@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: 34px;
	border-left: none;
	border-right: none;
	border-bottom: none;
	cursor: pointer;
	padding: 0;
	margin: 0;
	position: relative;
	z-index: 29;
	display:inline-block;
	width:974px; 
	}
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;
	margin-top:0;
	padding: 0;
	color:#535353;
	text-align: center;
	border-left: 1px solid #ccc;
	border-right: 1px solid #324A63;
	display: inline; /* IE double-margin float hack */
}

ul.dropdownmenu a, ul.dropdownmenu a:visited {
	display: block;
	color: #FFF;
	background: transparent;
	padding: .775em 0;
	text-align: center; 
}

ul.dropdownmenu a:hover, ul.dropdownmenu a:active, ul.dropdownmenu a:focus {
	color:#FFF;
	visibility: inherit;
	border-bottom: none;/*fixes IE7 'sticky bug'*/
		background:url(../_gfx/dept_images/nav_backg_hover.gif) repeat-x; 
		text-decoration:none;
		height: 34px;
}
	
	


/*----------Drop-Down Navigation Styles-------------*/

ul.dropdownmenu ul {
	font: normal 12px/1.25em;
	list-style-type: none;
	position: absolute;
	top: -999em;
	border: none;
	width: 100%; /* left offset of submenus need to match (see below) */
	z-index: 20;
	margin:0;
	padding: 0;
	}

ul.dropdownmenu ul li {
	background-color:#486785;
	margin:0;
	padding: 0;
	width:15em;
	cursor: pointer;
	border: none;
	z-index: 25;
	border-left: 3px solid #324A63;
	border-right: 3px solid #324A63;
	border-bottom: 3px solid #324A63;
}

ul.dropdownmenu ul li:first-child{
	border-top: 3px solid #324A63;
}


ul.dropdownmenu ul li a, ul.dropdownmenu ul li a:visited {
	color:#FFF;
	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: normal;
	}
	

ul.dropdownmenu ul li a:hover, ul.dropdownmenu ul li a:active , ul.dropdownmenu ul li a:focus {
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
	background: #132639 url(../_gfx/nav/arrow_right.gif) no-repeat left center;
		height: auto;
	visibility: inherit; /*fixes IE7 'sticky bug'*/
}

/*----------Drop-Down Navigation placement-------------*/

ul.dropdownmenu li:hover ul, ul.dropdownmenu li.sfHover ul {
	left: 0; 
	top: 34px; /*.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;}

/*----------Last Menu Item Drop Down to left -------------*/
#dropdownmenu ul .dropdownrootitem8li:hover ul, #dropdownmenu ul .dropdownrootitem8li.sfHover ul  {
	left: -60px !important; 
}
/*----------Last Menu Item need no right white border -------------*/
#dropdownmenu ul .dropdownrootitem8li {border-right: 0px none;}

/* --- if you want to spec each navigation button length, you can use the followings ---
.dropdownrootitem1li{width:60px;}
.dropdownrootitem2li{width:140px;}
.dropdownrootitem3li{width:114px;}
.dropdownrootitem4li{width:114px;}
.dropdownrootitem5li{width:114px;}
.dropdownrootitem6li{width:114px;}
.dropdownrootitem7li{width:114px;}
.dropdownrootitem8li{width:90px;}
.dropdownrootitem9li{width:100px;}
*/

.dropdownrootitem1li{width:95px; height:34px; }
div#dropdownmenu > ul > li a:hover.dropdownrootitem1, div#dropdownmenu > ul > li a.current.dropdownrootitem1{
	background: transparent url(../_gfx/dept_images/home_button_hover.jpg) repeat-x; 
	background-color:#486785;
	color:#FFF;
	text-decoration:none;
	border-bottom:none;
	height: auto;
	visibility: inherit;
}

.dropdownrootitem1li { 	
	background: transparent url(../_gfx/dept_images/home_button.jpg) repeat-x;
	z-index:100;
}
.dropdownrootitem2li{width:135px; height:34px;}
.dropdownrootitem3li{width:114px; height:34px;}
.dropdownrootitem4li{width:160px; height:34px;}
.dropdownrootitem5li{width:135px; height:34px;}
.dropdownrootitem6li{width:130px; height:34px;}
.dropdownrootitem7li{width:100px; height:34px;}
.dropdownrootitem8li{width:90px; height:34px;}
/*.dropdownrootitem9li{width:100px;}*/

