
/*------ main menu item ------------------------------*/
.menu {
	font-family: arial, sans-serif; 
	width:777px; 
	height: 24px;
	position:relative; 
	font-size:11px; 
	z-index:100; 
	font-weight:bolder; 
	background-image: url('http://www.gov.state.ak.us/images/TABS_bg02.jpg');
	background-repeat: repeat-x; 
	border-width: 1px; 
	border-style: solid; 
	border-color: #FFF;
	border-bottom-color:#fc0; 
	border-right-width: 2px;
	display: block;
	}
.menu ul{
	width: 100%;
}	

.menu ul li a, 
.menu ul li a:visited {
	background-image: url('http://www.gov.state.ak.us/images/TABS_bg02.jpg');
	background-repeat: repeat-x; 
	border-left: solid 1px #fff;
	border-right: solid 1px #fff;
	font: bold 18px; 
	display: block; 
	padding: 2px 26px; 
	width: auto; 
	height: 20px; 
	text-align: center; 
	line-height: 20px; 
	overflow: hidden; 
	text-decoration: none; 
	font-weight: bolder; 
	position: relative;
	}
	
.menu ul li.last a, 
.menu ul li.last a:visited {
	border-right-width: 0;
	width: 100$;
	}
	
.menu ul {
	padding:0; 
	margin:0; 
	list-style: none; 
	}
	
.menu ul li {
	float:left; 
	position:relative; 
	font-weight:bolder; 
	z-index: 300;
	}
	
.menu ul li:hover a {
	color:#fff;  
	background-image: url('http://www.gov.state.ak.us/images/TABS_bg02b.jpg');
	background-repeat: repeat-x; 
	font-weight:bolder;
	}	
	
/* ------- dropdowns ----------------------------*/
.menu ul li ul {
	display: none; 
	text-align:left; 
	width:170px; 
	}
	
.menu ul li:hover ul {
	display:block; 
	position:absolute; 
	top:24px; 
	left:0; 
	width:213px; 
	font-weight: normal; 
	border: solid 1px #00007c; 
	font-weight:normal; 
	z-index: 300;
	}
	
.menu ul li:hover ul li a {
	display:block; 
	background:#ddd; 
	color:#00007c; 
	width:159px; 
	border-top: solid 1px #fff;
	border-bottom: solid 1px #b4b4b4;
	text-align:left;
	font-weight:bolder; 
	}
	
.menu ul li:hover ul li a:hover {
	background:#fc0; color:#000; 
	}

#ie6Nav {
	display: none;
}
