/* *
 * arktic_orange skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinarktic_orange a {
	font: bold 12px Verdana;
	text-decoration: none;
	line-height: 25px;
}
/* second and following levels font-size */
div.ktskinarktic_orange li li a { font-weight: normal;}

/* first level menu item size */
div.ktskinarktic_orange ul li.lev1 {
}
div.ktskinarktic_orange ul li.lev1_pos1, a.lev1_pos1 {
   width: 58px !important;
   background-image:url(../../../../images/menu/faq_05_02.gif);
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos2, a.lev1_pos2 {
   width: 83px !important;
   background-image:url(../../../../images/menu/faq_05_03.gif);
   background-position:top;
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos3, a.lev1_pos3 {
   width: 59px !important;
   background-image:url(../../../../images/menu/faq_05_04.gif);
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos4, a.lev1_pos4 {
   width: 74px !important;
   background-image:url(../../../../images/menu/faq_05_05.gif);
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos5, a.lev1_pos5 {
   width: 86px !important;
   background-image:url(../../../../images/menu/faq_05_06.gif);
   background-repeat:no-repeat;
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos6, a.lev1_pos6 {
   width: 139px !important;
   background-image:url(../../../../images/menu/faq_05_07.gif);
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos7, a.lev1_pos7 {
   width: 74px !important;
   background-image:url(../../../../images/menu/faq_05_08.gif);
   height:25px;
   }
div.ktskinarktic_orange ul li.lev1_pos8, a.lev1_pos8 {
   width: 72px !important;
   background-image:url(../../../../images/menu/faq_05_09.gif);
   height:25px;
   }

/* second and following levels menu item size */
div.ktskinarktic_orange li.lev1 ul, div.ktskinarktic_orange li.lev1 li {
	width: 130px;
	background-color:#aab8b9;
}

/* HACK: fix ie5.5 setting width on inline li's */
div.ktskinarktic_orange div.kthorizontal2 ul li ul, div.ktskinarktic_orange div.kthorizontal2 ul li li { /* fix ie5.5 setting width on inline li's */
	width: auto;
}

/* default link style */
div.ktskinarktic_orange a {
	padding: 0px;
	color: #000000;
}
/* level 1 item styles */
div.ktskinarktic_orange li.lev1 {
}
div.ktskinarktic_blue ul li.lev1_pos1, a.lev1_pos1 {
   width: 72px !important;
}
div.ktskinarktic_orange li.lev1 {
	border: solid 0px #000000;
}
div.ktskinarktic_orange li a.lev1 {
	border-bottom: solid 0px #C47A0B;
}

	/* level 2 item styles */
	div.ktskinarktic_orange li.lev1 ul {
		border: solid 3px #958675;
		padding-left:5px;
		padding-right:5px;
		padding-top:0px;
		padding-bottom:0px;
	}
	/* second and third level link color */
	div.ktskinarktic_orange li li a {
		color: #FFFFFF;
		font-weight: 500;
	}
 
/* *
 * 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
 * */

/* level 1 items that have children */
div.ktskinarktic_orange li.lev1 a.lev1_haschildren {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 6px 50%;
}
/* level 2 items that have children */
div.ktskinarktic_orange li.lev1 li.lev2 a.haschildren {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* selected first level items */
div.ktskinarktic_orange li.lev1_selected {
	background-image: url(img/bgtop_h_sel.gif);
}
div.ktskinarktic_orange li a.lev1_selected {
	border-bottom-color: #F0970E;
}
div.ktskinarktic_orange li a.selected {
	color: #000000;
}
div.ktskinarktic_orange li li.lev1_selected {
	background-image: url(img/bg_sel.gif);
}
/* current first level */
div.ktskinarktic_orange li a.lev1_current {
	border-bottom-color: #F7C372;
}
/* current third level items */
div.ktskinarktic_orange li li li a.current {
	background-color: #D2750C;
}

/* current first level items that have children, must change the arrow */
div.ktskinarktic_orange li.lev1 a.lev1_current_haschildren {
	background-image: url(img/arrow_down_light.gif);
}
div.ktskinarktic_orange li.lev1_current {
	border-bottom-color: #F7C372;
}
	/* current second level items that have children, must change the arrow */
	div.ktskinarktic_orange li.lev1 li.lev2 a.lev2_current_haschildren {
		background-image: url(img/sarrow_right_light.gif);
	}
		/* level 3 */
		div.ktskinarktic_orange li li li a.current {
			background-color: #F7C372;
		}

/* *
 * specific to vertical
 * - first level menu items have a different size than the horizontal ones
 * - the borders must be moved from the bottom of the menu to its left
 * - the haschildren arrows must be moved from the left of the text to the right for first level items
 * */
div.ktskinarktic_orange div.ktvertical ul.lev1 {
	width: 140px;
	border: solid 1px #afafaf;
}
div.ktskinarktic_orange div.ktvertical li.lev1 {
	width: 140px;
	background: url(img/bgtop_v.gif) repeat-y 98% 50%;
	border: none 0;
	border-bottom: solid 1px #ffffff;
}
div.ktskinarktic_orange div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinarktic_orange div.ktvertical li a.lev1 {
	border-left: solid 2px #C47A0B;
}
/* selected vertical first level items */
div.ktskinarktic_orange div.ktvertical li a.lev1_selected {
	border-left-color: #F0970E;
}
/* current vertical first level items */
div.ktskinarktic_orange div.ktvertical li a.lev1_current {
	border-left-color: #F7C372;
}

/* current vertical first level ietms with children  arrow */
div.ktskinarktic_orange div.ktvertical li.lev1 a.lev1_current_haschildren {
	background-image: url(img/arrow_right_light.gif);
}

/* *
 * specific to horizontal2
 * - there is no level 3
 * - level 2 items don't have backgrounds
 * - must add padding between level 2 menu items
 * */
div.ktskinarktic_orange div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
}
div.ktskinarktic_orange div.kthorizontal2 li.lev1 li,
div.ktskinarktic_orange div.kthorizontal2 li.lev1 li a {
	padding: 0;
	border: none 0;
	background: transparent !important;
	background-image: none !important;
}
div.ktskinarktic_orange div.kthorizontal2 li.lev1 li a {
	padding-right: 40px;
}

div.ktskinarktic_orange div.kthorizontal2 li.lev1 li a.selected {
	color: #D2750C !important;
	background: transparent !important;
}
div.ktskinarktic_orange div.kthorizontal2 li ul.lev2 {
	background-image: none;
	padding-left: 21px;
}

/* selected horizontal2 second level menu items */
div.ktskinarktic_orange div.kthorizontal2 li li a.selected {
	font-weight: bold;
}

