/* *
 * sk_sanctuary skin
 * horizontal is default
 * */

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

/* first level menu item size */
div.ktskinsk_sanctuary ul li.lev1 {
	/* width: auto; */
}
/* second and following levels menu item size */
div.ktskinsk_sanctuary li.lev1 ul, div.ktskinsk_sanctuary li.lev1 li {
	/* width: 150px; */
}
 
/* HACK: fix ie5.5 setting width on inline li's */
div.ktskinsk_sanctuary div.kthorizontal2 ul li ul, div.ktskinsk_sanctuary div.kthorizontal2 ul li li { 
/* fix ie5.5 setting width on inline li's */
	width: auto;
}

/* space top level items */
div.ktskinsk_sanctuary li.lev1 {
	margin-right: 0px !important;
	background: #ffffff;
}

/* position relative to parent */
div.ktskinsk_sanctuary li ul.lev2 {
	margin-top: 0px;
}
div.ktskinsk_sanctuary li.lev1 li ul {
	margin-left: 0px;
	margin-top: 0px;
}

/* default link style */
div.ktskinsk_sanctuary a {
	padding: 0px 1px 0px 0px;
	color: #ffffff;
}
/* level 1 item styles */
div.ktskinsk_sanctuary li.lev1 {
	/* background: url(img/bg_h.gif); */
}
div.ktskinsk_sanctuary li a.lev1 {
	/* border-bottom: solid 2px #000E42; */
}
/* level 1 item hover styles */
div.ktskinsk_sanctuary li a.lev1:hover {
	/* border-top: solid 2px #3B5192;
	border-bottom: none 0;
	background-color: #000E42; */
}

	/* level 2 item styles */
	div.ktskinsk_sanctuary li ul {
		border-bottom: solid 1px #CCCCCC;
		border-left: solid 1px #CCCCCC;
		border-right: solid 1px #CCCCCC;
		border-top: 0px;
	}
	div.ktskinsk_sanctuary li li a {
		font-family: Verdana, Arial, Helvetica, sans-serif;
		font-size: 8pt;
		border-bottom: solid 1px #ffffff;
		background-color: #F4F4F4;
		color: #666666;
		padding-left: 5px;
	}
	/* level 2 item hover styles */
	div.ktskinsk_sanctuary li li a:hover {
		background-color: #F4F4F4;
		color: #6B8231;
		text-decoration: underline;
	}
		/* level 3 item hover styles */
		div.ktskinsk_sanctuary li li li a:hover {
			background-color: #F4F4F4;
		}
 
/* *
 * 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
 * */

/* all items that have children */
div.ktskinsk_sanctuary li.lev1 a.haschildren {
	/* background-image: url(img/arrow_right_color.gif); 
	background-repeat: no-repeat;
	background-position: 6px 50%; */
}
/* current first level items that have children */
div.ktskinsk_sanctuary li.lev1 a.lev1_current_haschildren {
	/* background-image: url(img/arrow_down_light.gif); */
}

/* selected items */
div.ktskinsk_sanctuary li a.selected {
	background-color: #B5C38C;
	color: #ffffff;
}
div.ktskinsk_sanctuary li li a.selected {
	background-color: #738719;
}
/* all current items links */
div.ktskinsk_sanctuary li a.current {
	/* background-color: #000E42;  */
	color: #ffffff;
}
/* current first level */
div.ktskinsk_sanctuary li a.lev1_current {
	/* border-top: solid 2px #3B5192; 
	   border-bottom: 0px;
	   background-color: #000E42; */
}

/* current first level items that have children, must change the arrow */
div.ktskinsk_sanctuary li.lev1 a.lev1_current_haschildren {
	/* background-image: url(img/arrow_down_light.gif); */
}
	div.ktskinsk_sanctuary li li a.current {
		/* background-color: #000E42; */
	}
	/* current second level items that have children, must change the arrow */
	div.ktskinsk_sanctuary li li.lev2 a.lev2_current_haschildren {
		/* background-image: url(img/arrow_right_light.gif); */
	}
		/* level 3 */
		div.ktskinsk_sanctuary li li li a.current {
			background-color: #485480;
		}
