@charset "utf-8";
/* 	This document contains styling information for the 
	Department of Administration.
	This document is dependent on:
	http://doa.alaska.gov/_fw/20140219/soa.css
	http://doa.alaska.gov/_fw/20140219/doa.css
	
	Revised: 6/2/2014 - to work with above files
*/
/* Revised top-level menu  to work with sub-nav - JES 4/26 */
/* Added styling to allow for multiple columns - JES 4/27 */
/* Added styling to allow for inclusion of "quick links library" - JES 4/30 */
/* Revised to remove "current" behavior on nav bar - JES 5/2 */

/* Sub-menu for DOA Divisions- JES 4/26 */
.globalmenu .menu:hover a.global_head {
	background:url(images/global_bck_hvr.jpg) repeat-x;
}
.globalmenu .menu:hover a.global_head b {
	background:url(images/global_bck_hvr.jpg) repeat-x;
}
.globalmenu .menu .pull_down {
	position: absolute;
	visibility: hidden;
	border-top: 2px ridge #b0c7b5;
	border-bottom: 2px ridge #b0c7b5;
	z-index:1000;
	top: 36px;
	padding-bottom: 1.2em;
	background: #fcfcff;
}
.globalmenu .menu .pull_down h4  {
	font-size: 0.9em;
	color: #fff;
	background: #aec2c3;
	padding: 2px 16px 2px 16px;
	text-shadow: #214128 2px 1px 3px;
	cursor: default;
}
.globalmenu .menu ul{
	padding: 0;
	list-style: none;
	float:none;
	margin: 0;
}
.globalmenu .menu ul li {
	width: 100%;
	text-shadow: none;
	background: none;
	float: none;
}
.globalmenu .menu ul li a{
	color: #111;
	font-size: 0.8em;
	font-weight: bold;
	padding: 6px 16px 8px 16px;
	line-height: 1;
	height: auto;
	text-align: left;
	float: none;
	display: block;
	min-width: 20em;
}
.globalmenu .menu:hover .pull_down, .globalmenu .menu:focus .pull_down {
	visibility:visible;
}
.globalmenu .menu li:hover, .globalmenu .menu li a:hover {
	color: #fff;
	background: #013773;
}
.globalmenu.sub {
	height: 28px;
	border-top: none;
	padding: 0;
	border-bottom: none;
	position: absolute;
	margin-top: 0px;
	width: 100%;
	border-bottom: 2px ridge #B0C7B5;
}
.globalmenu.sub li a {
    display: block;
    font-size: .9em;
    padding: 0 1.5em;
	line-height: 28px;
	height: 28px;
	font-weight: bold;
}
.globalmenu .menu .pull_down .nonNav {
	display:none;
}