/* *
 * arktic_blue skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinarktic_blue a {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
}
/* second and following levels font-size */
div.ktskinarktic_blue li li a { font-weight: normal;}

/* first level menu item size */
div.ktskinarktic_blue ul li.lev1 {
	width: 100px;
}
/* second and following levels menu item size */
div.ktskinarktic_blue li.lev1 ul, div.ktskinarktic_blue li.lev1 li {
	width: 165px;
}

/* 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: 4px 2px 4px 20px;
	color: #ffffff;
}
/* level 1 item styles */
div.ktskinarktic_blue li.lev1 {
	background-image: url(img/bgtop_h.gif);
}
div.ktskinarktic_blue li.lev1 {
	border: none 0;
}
div.ktskinarktic_blue li a.lev1 {
	border: none 0;
}

	/* level 2 item styles */
	div.ktskinarktic_blue li ul.lev2, div.ktskinarktic_blue li li.lev2 ul {
		border: none 0;
		background-image: url(img/bg.jpg);
	}
	/* second and third level link color */
	div.ktskinarktic_blue li li a {
		border: none 0;
		color: #ffffff;
	}
 
/* *
 * 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-repeat: no-repeat;
	background-position: 6px 50%;
}
/* level 2 items that have children */
div.ktskinarktic_blue li.lev1 li.lev2 a.haschildren {
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* 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: none 0;
}
div.ktskinarktic_blue li a.selected {
	font: normal 11px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	color: #ffffff;
}
div.ktskinarktic_blue li li.lev1_selected {
	background-color: #22509e;
}
/* all current items links */
div.ktskinarktic_blue li a.current {
	background-color: #22509e;
	color: #ff9900;
	text-decoration: none;
	background-image: url(img/arrow-fullbkg.gif);
}
/* current first level */
div.ktskinarktic_blue li a.lev1_current {
	border: none 0;
}
/* current third level items */
div.ktskinarktic_blue li li li a.current {
	background-color: #22509e;
}

/* current first level items that have children, must change the arrow */
div.ktskinarktic_blue li.lev1 a.lev1_current_haschildren {
}
div.ktskinarktic_blue li.lev1_current {
	border: none 0;
}
	/* current second level items that have children, must change the arrow */
	div.ktskinarktic_blue li.lev1 li.lev2 a.lev2_current_haschildren {
	}
		/* level 3 */
		div.ktskinarktic_blue li li li a.current {
			background-color: #92a7d7;
		}

/* *
 * 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: 100px;
	border: none 0;
}
div.ktskinarktic_blue div.ktvertical li.lev1 {
	width: 150px;
	border: none 0;
}
div.ktskinarktic_blue div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinarktic_blue div.ktvertical li a.lev1 {
	border: none 0;
}
/* selected vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_selected {
	border: none 0;
}
/* current vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_current {
	border: none 0;
}

/* current vertical first level items with children  arrow */
div.ktskinarktic_blue div.ktvertical li.lev1 a.lev1_current_haschildren {
	background-image: url(img/arrow_right_color.gif);
}