	
		/* *
 * arktic_blue skin
 * horizontal is default
 * */

/* font sizes */
div.savvynav_arktic_blue a {
	font: 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 26px;
	font-weight: bold;
	color: #fdfdfe !important;
	white-space: nowrap !important;

}
/* second and following levels font-size */
div.savvynav_arktic_blue li li a { 
	font-weight: normal; 
	color: #fdfdfe !important;
	text-decoration: none !important;}
	
/* third levels font-size */
div.savvynav_arktic_blue li li li a { 
	font-weight: normal; 
	font-size: 11px;
	color: #fdfdfe !important;
	text-decoration: none !important;}
	
 
/* Mozilla rule : direct child selector*/
div.savvynav_arktic_blue ul li.lev1 {
width: auto; 
} 
/* IE rule : the * html makes mozilla ignore it (star hack)*/
* html div.savvynav_arktic_blue ul li.lev1 {
width: 5px; 
white-space: nowrap !important;
} 


/* second level menu item size */
div.savvynav_arktic_blue li.lev1 ul, div.savvynav_arktic_blue li.lev1 li {
width: 150px;
line-height:15px;
white-space: normal;
}

 
/* HACK: fix ie5.5 setting width on inline li's */
div.savvynav_arktic_blue div.kthorizontal2 ul li ul, div.savvynav_arktic_blue div.kthorizontal2 ul li li { /* fix ie5.5 setting width on inline li's */
	width: auto;
}

/* space top level items */
div.savvynav_arktic_blue li.lev1 {
	margin-right: 2px !important;
}

/* position relative to parent */
div.savvynav_arktic_blue li ul.lev2 {
	margin-top: 2px;
}


div.savvynav_arktic_blue li.lev1 li ul {
	margin-left: 0px;
	margin-top: 6px;
}

/* default link style */
div.savvynav_arktic_blue a {
	padding: 2px 19px 2px 19px;
	color: #ffffff;
}
/* default link style */
div.savvynav_arktic_blue a:hover {
	padding: 2px 19px 2px 19px;
	color: #ffffff;
	line-height: 25px;
	border-bottom:1px #FFFFFF solid;

}
/* level 1 item styles */
div.savvynav_arktic_blue li.lev1 {
color: #fdfdfe;
text-decoration: none;
}
div.savvynav_arktic_blue li a.lev1 {

}
/* level 1 item hover styles */
div.savvynav_arktic_blue li a.lev1:hover {
	color:#ffffff;
	text-decoration: none;
	background-color:#8FAEC2;
	
}

	/* level 2 item styles */
	div.savvynav_arktic_blue li ul {
		border: solid 1px #406E8E;
		color: #fdfdfe;
	}
	div.savvynav_arktic_blue li li a {
		border-bottom: solid 1px #ffffff;
		background-color:#003E7E;
		color: #fdfdfe;
	}
	/* level 2 item hover styles */
	div.savvynav_arktic_blue li li a:hover {
		background-color: #024890;
		color: #fdfdfe;
	}
	
	/* level 3 item link styles */
		div.savvynav_arktic_blue li li li a {
			font-size: 11px;
			background-color: #024890;
			border-left: 0px solid #fdfdfe;
			border-right: 0px solid #fdfdfe;
			border-bottom: 1px solid #fdfdfe;
			padding: 2px 19px 2px 5px;
		}
		/* level 3 item hover styles */
		div.savvynav_arktic_blue li li li a:hover {
			background-color: #003870;
			font-size: 11px;
			border-left: 0px solid #fdfdfe;
			border-right: 0px solid #fdfdfe;
			border-bottom: 1px solid #fdfdfe
		}
		
		/* remove border from first item */
		div.savvynav_josh_test li li li.first a {
			border-top-style: 0px solid #fdfdfe;
		}
		
			
		
		
 
/* *
 * items that have children:
 * - the main item background is alreay set on the li's 
 *   and we must only overlay an arrow showing if the element has children
 * */

/* all items that have children */
div.savvynav_arktic_blue li.lev1 a.haschildren {
color: #fdfdfe;
text-decoration: none;
	
}
/* current first level items that have children */
div.savvynav_arktic_blue li.lev1 a.lev1_current_haschildren {
color: #fdfdfe;
text-decoration: none;
	
}

/* selected items */
div.savvynav_arktic_blue li a.selected {
	color: #fdfdfe;
	text-decoration: none;
	
}
div.savvynav_arktic_blue li li a.selected {
	
	color: #fdfdfe;
}
/* all current items links */
div.savvynav_arktic_blue li a.current {
	color: #fdfdfe;
	text-decoration: none;
	
}
/* current first level */
div.savvynav_arktic_blue li a.lev1_current {
	color: #fdfdfe;
	text-decoration: none;
}

/* current first level items that have children, must change the arrow */
div.savvynav_arktic_blue li.lev1 a.lev1_current_haschildren {
	color: #fdfdfe;
	text-decoration: none;
}
	div.savvynav_arktic_blue li li a.current {
		
		color: #fdfdfe;
		text-decoration: none;
	}
	/* current second level items that have children, must change the arrow */
	div.savvynav_arktic_blue li li.lev2 a.lev2_current_haschildren {
		
	}
		

 
