@charset "UTF-8";
/* CSS Document */

#navMap{
	width: 557px;
	height: 292px;
	background: url(/images/us_map_nav/us_map_nav_bkgd.png) no-repeat;
	position: relative;
	overflow: hidden;
	
	font-family: "Myriad Pro", Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
}

#navMap h2{
	padding: 4px;
	background: url(/images/us_map_nav/us_map_nav_list_bkgd.png) no-repeat;
	display: inline;
}

#navMap ul{
	list-style: none;
}

#navMap ul p{
	margin: 0;
	padding: 0;
	font-weight: bold;
}

#navMap .rule{
	border-top: 1px solid #FFFFFF;
	padding-top: 3px;
	margin-top: 3px;
}

#navMap .state{
	position: absolute;
	cursor: pointer;
	overflow: visible;
	z-index: 10;
}

#navMap .state div{
	position: absolute;
	z-index: 20;
	clear: both;
	float: left;
	background: url(/images/us_map_nav/us_map_nav_list_bkgd.png);
	padding: 5px;
	width: 150px;
}

#navMap .state div ul{
	list-style-position: outside;
	list-style-type: none;
	margin-left: -20px;
}

#navMap .state div ul li{
	padding: 1px;
}

#navMap .state div a{
	color: #333333;
	text-decoration: none;
}

#navMap .state div a:hover{
	color: #666666;
}

#navMap #NC{
	width: 69px;
	height: 31px;
	
	top: 148px;
	left: 387px;
	
	background: url(/images/us_map_nav/us_map_nav_NC.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
}


#navMap #SC{
	width: 39px;
	height: 30px;
	
	top: 171px;
	left: 396px;
	
	background: url(/images/us_map_nav/us_map_nav_SC.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
}

#navMap #GA{
	width: 43px;
	height: 44px;
	
	top: 175px;
	left: 376px;
	
	background: url(/images/us_map_nav/us_map_nav_GA.png) no-repeat;
	behavior: url(/css/iepngfix.htc);
}
