/* *
 * arktic_blue skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinarktic_blue a {
	font: 12px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	/* line-height: 17px; */
	font-weight: bold;
}
/* second and following levels font-size */
div.ktskinarktic_blue li li a {
	padding: 4px;
	font-weight: normal;
	font: 11px "Lucida Sans", Verdana, Arial, Helvetica, sans-serif;
	letter-spacing: normal;
}

/* first level menu item size */
div.ktskinarktic_blue ul li.lev1 {
	width: 67px; background: none;
}
/* second and following levels menu item size */
div.ktskinarktic_blue li.lev1 ul, div.ktskinarktic_blue li.lev1 li {
	width: 180px;
	background: #EEEEEE;
}

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

/* default link style */
div.ktskinarktic_blue a {
	/* padding: 2px 1px 2px 1px; */
	padding: 0px;
	color: #000000;
	/* background: url(img/nav01.jpg) repeat-y top right; */
}
/* level 1 item styles */
div.ktskinarktic_blue li.lev1 {
	/* background-image: url(img/bgtop_h.gif); */
	/* background: url(img/nav02.jpg) repeat-y top left; */
}
div.ktskinarktic_blue li.lev1 {
	/* border-right: 1px solid #999999; */
}
div.ktskinarktic_blue li a.lev1 {
	/* border-bottom: solid 2px #385698; */
	/* height:22px; */
	text-align: center;
	vertical-align: middle;
}

	/* level 2 item styles */
	div.ktskinarktic_blue li ul.lev2, div.ktskinarktic_blue li li.lev2 ul {
		border: solid 1px #999999;
		/* background-image: url(img/bg.jpg); */
	}
	/* second and third level link color */
	div.ktskinarktic_blue li li a {
		border-bottom: solid 1px #ffffff;
		color: #555555;
	}
 
/* *
 * 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_blue li.lev1 a.lev1_haschildren {
	/* background-image: url(img/arrow_right_color.gif); */
	background-repeat: no-repeat;
}
/* level 2 items that have children */
div.ktskinarktic_blue li.lev1 li.lev2 a.haschildren {
	background: url(img/sarrow_right_dark.gif) 98% 50% no-repeat;
}

/* selected first level items */
div.ktskinarktic_blue li.lev1_selected {
	/* background-image: url(img/bgtop_h_sel.gif); */
}
div.ktskinarktic_blue li a.lev1_selected {
	border-bottom-color: #4469ba;
}
div.ktskinarktic_blue li a.selected {
	color: #000000;
}
div.ktskinarktic_blue li li.lev1_selected {
	/* background-image: url(img/bg_sel.gif); */
}

/* all current items links */
div.ktskinarktic_blue li a.current {
	background: #999999 url(img/nav01-hover.jpg) top left repeat-x;
	color: #0066FF;
	border-right: #EEE;
}

/* all current items sub links */
div.ktskinarktic_blue li li a.current {
	background-image: none;
	background-color: #999999;
	color: #ffffff;
	text-decoration: underline;
}

/* current first level */
div.ktskinarktic_blue li a.lev1_current {
	/* border-bottom-color: #92a7d7; */
}
/* current third level items */
div.ktskinarktic_blue li li li a.current {
	background-color: #999999;
}

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

/* *
 * 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_blue div.ktvertical ul.lev1 {
	width: 140px;
	border: solid 1px #afafaf;
}
div.ktskinarktic_blue 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_blue div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinarktic_blue div.ktvertical li a.lev1 {
	/* border-left: solid 2px #385698; */
}
/* selected vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_selected {
	border-left-color: #4469ba;
}
/* current vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_current {
	border-left-color: #92a7d7;
}

/* current vertical first level ietms with children  arrow */
div.ktskinarktic_blue 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_blue div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
}
div.ktskinarktic_blue div.kthorizontal2 li.lev1 li,
div.ktskinarktic_blue div.kthorizontal2 li.lev1 li a {
	padding: 0;
	border: none 0;
	background: transparent !important;
	background-image: none !important;
}
div.ktskinarktic_blue div.kthorizontal2 li.lev1 li a {
	/* padding-right: 40px; */
}

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

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

ktskinarktic_blue ul { border-left: 1px solid #999999; }
