/* *
 * arktic_green skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinarktic_green a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}
/* second and following levels font-size */
div.ktskinarktic_green li li a { font-weight: normal;}

/* first level menu item size */
div.ktskinarktic_green ul li.lev1 {
	width: 110px;
}
/* second and following levels menu item size */
div.ktskinarktic_green li.lev1 ul, div.ktskinarktic_green li.lev1 li {
	width: 180px;
}

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

/* default link style */
div.ktskinarktic_green a {
	padding: 1px 2px 1px 20px;
}
/* level 1 item styles */
div.ktskinarktic_green li.lev1 {
	
}
div.ktskinarktic_green li.lev1 {

}
div.ktskinarktic_green li a.lev1 {
	border-bottom: solid 2px #608A48;
}

	/* level 2 item styles */
	div.ktskinarktic_green li.lev1 ul {
		border: solid 1px #afafaf;
		background-image: url(img/bg.gif);
	}
	/* second and third level link color */
	div.ktskinarktic_green 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_green li.lev1 a.lev1_haschildren {

}
/* level 2 items that have children */
div.ktskinarktic_green 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_green li.lev1_selected {
	
}
div.ktskinarktic_green li a.lev1_selected {
	
}
div.ktskinarktic_green li a.selected {
	
}
div.ktskinarktic_green li li.lev1_selected {
	background-image: url(img/bg_sel.gif);
}
/* all current items links */
div.ktskinarktic_green li a.current {

}
/* current first level */
div.ktskinarktic_green li a.lev1_current {
}

/* current second level items */
div.ktskinarktic_green li li a.current {
	background-color: #07239a;
	color:#FFFFFF;
}

/* current third level items */
div.ktskinarktic_green li li li a.current {
	background-color: #07239a;
	color:#FFFFFF;
}

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

/* *
 * 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_green div.ktvertical ul.lev1 {
	width: 140px;
	
}
div.ktskinarktic_green div.ktvertical li.lev1 {
	width: 140px;

}
div.ktskinarktic_green div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinarktic_green div.ktvertical li a.lev1 {

}
/* selected vertical first level items */
div.ktskinarktic_green div.ktvertical li a.lev1_selected {

}
/* current vertical first level items */
div.ktskinarktic_green div.ktvertical li a.lev1_current {

}

/* current vertical first level ietms with children  arrow */
div.ktskinarktic_green div.ktvertical li.lev1 a.lev1_current_haschildren {

}


}


