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

/* font sizes */
div.ktskinarktic_blue a {
	font: 12px Verdana, Arial, Helvetica, sans-serif;
	font-weight: normal;
	text-decoration: none;
	line-height: 18px;
	padding-left: 10px;
}
/* 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: 198px;
}
/* second and following levels menu item size */
div.ktskinarktic_blue li.lev1 ul, div.ktskinarktic_blue li.lev1 li {
	width: 180px;
}

/* 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: 1px 2px 1px 20px;
	color: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 5px;
}
/* level 1 item styles */
div.ktskinarktic_blue li.lev1 {
	background: transparent !important;
}
div.ktskinarktic_blue li.lev1 {
	border: none;
}
div.ktskinarktic_blue li a.lev1 {
	border-bottom: solid 2px #385698;
}

/* level 1 item hover styles */
div.ktskinarktic_blue li a.lev1:hover {
	background-image: url(img/bg_button.jpg);
	color: #D7C3A0;
}
	/* level 2 item styles */
	div.ktskinarktic_blue li ul.lev2, div.ktskinarktic_blue li li.lev2 ul {
		border: none 0;
		background: #E6E2D4;
		color: #00387B;
	}
		/* level 3 item styles */
		div.ktskinarktic_blue li ul.lev3, div.ktskinarktic_blue li li.lev3 ul {
		background: #D7C3A0;
	}
	/* second and third level link color */
	div.ktskinarktic_blue li li a {
		border-bottom: solid 1px #ffffff;
		color: #00387B;
	}
 
/* *
 * 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: none 0;
	background-repeat: no-repeat;
	background-position: 6px 50%;
}
/* level 1 items that have children hover */
div.ktskinarktic_blue li.lev1 a.lev1_haschildren:hover {
	background: url(img/bg_button.jpg);
}
/* level 2 items that have children */
div.ktskinarktic_blue li.lev1 li.lev2 a.haschildren {
	background: #E6E2D4;
	background-repeat: repeat;
	background-position: 98% 50%;
	color: #00387B;
}

/* selected first level items */
div.ktskinarktic_blue li.lev1_selected {
	background-image: url(img/bg_button.jpg);
}
div.ktskinarktic_blue li a.lev1_selected {
	background-image: url(img/bg_button.jpg);
	border-bottom-color: none;
}
div.ktskinarktic_blue li a.selected {
	background-image: url(img/bg_button.jpg);
	color: #000000;
}
div.ktskinarktic_blue li li.lev1_selected {
	background-image: url(img/bg_button.jpg);
	background: #114986;
}
/* current first level */
div.ktskinarktic_blue li a.lev1_current {
	background-image: url(img/bg_button.jpg);
	border-bottom-color: #92a7d7;
}
/* current second level */
div.ktskinarktic_blue li a.lev2_current {
	background-image: url(img/bg_button2.jpg);
	border-bottom-color: #FFFFFF;
}
/* current third level items */
div.ktskinarktic_blue li li li a.lev3_current {
	background-color: #D7C3A0;
}

/* current first level items that have children, must change the arrow */
div.ktskinarktic_blue li.lev1 a.lev1_current_haschildren:hover {
	background: url(img/bg_button.jpg);
}
div.ktskinarktic_blue li.lev1_current:hover {
	background: url(img/bg_button.jpg);
}
	/* 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/bg_button2.jpg);
		background: #E6E2D4;
	}
		/* level 3 */
		div.ktskinarktic_blue li li li a.current {
			background-image: url(img/bg_button2.jpg);
		}

/* *
 * 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: none 0;
}
div.ktskinarktic_blue div.ktvertical li.lev1 {
	width: 198px;
	background: none;
	border: none 0;
	border-bottom: none 0;
}
div.ktskinarktic_blue div.ktvertical li.lev1_pos1 {
	width: 198px;
	background: none;
	border: none 0;
	border-bottom: none 0;
	padding-top: 15px;
}
div.ktskinarktic_blue div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinarktic_blue div.ktvertical li a.lev1 {
	border-left: none 0;
}
/* selected vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_selected {
	background-image: url(img/bg_button.jpg);
	background: #114986;
}
/* selected vertical second level items */
div.ktskinarktic_blue div.ktvertical li a.lev2_selected {
	background-color: #E6E2D4;
}
/* current vertical second level items */
div.ktskinarktic_blue div.ktvertical li a.lev2_current {
	background-image: url(img/bg_button2.jpg);
	background-color: #E6E2D4;
}
/* current vertical first level items */
div.ktskinarktic_blue div.ktvertical li a.lev1_current {
	background-image: url(img/bg_button.jpg);
	border-left-color: none 0;
}

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

/* current vertical second level ietms with children  arrow */
div.ktskinarktic_blue div.ktvertical li.lev1 a.lev2_current_haschildren {
	background-image: url(img/bg_button2.jpg);
	background-repeat: repeat;
}
/* current vertical first level ietms with children hover */
div.ktskinarktic_blue div.ktvertical li.lev1 a.lev1_current_haschildren:hover {
	background-image: url(img/bg_button.jpg);
	background-repeat: repeat;
}


/* *
 * 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;
}


