/* *
 * oyr79 skin
 * horizontal is default
 * */

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

/* first level menu item size */
div.ktskinoyr79 ul li.lev1 {
	width: 95px;
}
/* second and following levels menu item size */
div.ktskinoyr79 li.lev1 ul, div.ktskinoyr79 li.lev1 li {
	width: 125px;
}

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

/* default link style */
div.ktskinoyr79 a {
	padding: 1px 2px 1px 5px;
	color: #ffffff;
}
/* level 1 item styles */
div.ktskinoyr79 li.lev1 {
	border: solid 1px #009966;
	background-color: #009966;
}
div.ktskinoyr79 li.lev1 {

}
div.ktskinoyr79 li a.lev1 {
	color: #ffffff; 
}

	/* level 2 item styles */
	div.ktskinoyr79 li.lev1 ul {
		border: solid 1px #009966;
/*		background-image: url(img/bg.gif);*/
/*		border-bottom: solid 1px #6B4D80; */
/*		background-color: #FFFFFF; */
	}
	/* second and third level link color */
	div.ktskinoyr79 li li a {
		background-color: #009966;
		border-bottom: solid 1px #00CC99;
		color: #ffffff;
	}
	div.ktskinoyr79 a:visited {
		color: #ffffff;
	}
	div.ktskinoyr79 a:hover {
		color: #FFFF00;		
	}
 
/* *
 * 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.ktskinoyr79 li.lev1 a.lev1_haschildren {
	background-image: url(images/drow.gif);
	background-repeat: no-repeat;
	background-position: 80px 50%;
}
/* level 2 items that have children */
div.ktskinoyr79 li.lev1 li.lev2 a.haschildren {
	background-image: url(images/lrow.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
}

/* selected first level items */
div.ktskinoyr79 li.lev1_selected {

}
div.ktskinoyr79 li a.lev1_selected {
	color: #6B4D80;
}
div.ktskinoyr79 li a.selected {
/*	background-color:#6B4D80; */
}
div.ktskinoyr79 li li.lev1_selected {
/*	background-color:#ABD2AA; */
}
/* all current items links */
div.ktskinoyr79 li a.current {

}
/* current first level */
div.ktskinoyr79 li a.lev1_current {
/*	border-bottom-color: #626A69;*/
}
/* current second level */
div.ktskinoyr79 li a.lev2_current {
/*	color:#FFFFFF;*/
}
/* current third level items */
div.ktskinoyr79 li li li a.current {
/*	background-color: #626A69;*/
}

/* current first level items that have children, must change the arrow */
div.ktskinoyr79 li.lev1 a.lev1_current_haschildren {
	background-image: url(images/drow.gif);
}
div.ktskinoyr79 li.lev1_current {
	border-bottom-color: #626A69;
}
	/* current second level items that have children, must change the arrow */
	div.ktskinoyr79 li.lev1 li.lev2 a.lev2_current_haschildren {
		background-image: url(images/lrow.gif);
	}
		/* level 3 */
		div.ktskinoyr79 li li li a.current {

		}

/* *
 * 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.ktskinoyr79 div.ktvertical ul.lev1 {
	width: 140px;
	border: solid 1px #afafaf;
}
div.ktskinoyr79 div.ktvertical li.lev1 {
	width: 140px;
	background: url(images/drow.gif) repeat-y 98% 50%;
	border: none 0;
	border-bottom: solid 1px #ffffff;
}
div.ktskinoyr79 div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinoyr79 div.ktvertical li a.lev1 {
	border-left: solid 2px #d20f00;
}
/* selected vertical first level items */
div.ktskinoyr79 div.ktvertical li a.lev1_selected {
	border-left-color: #ff1200;
}
/* current vertical first level items */
div.ktskinoyr79 div.ktvertical li a.lev1_current {
	border-left-color: #626A69;
}

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

div.ktskinoyr79 div.kthorizontal2 li.lev1 li a.selected {
	color: #626A69 !important;
	background: transparent !important;
}
div.ktskinoyr79 div.kthorizontal2 li ul.lev2 {
	background-image: none;
	padding-left: 0px;
}

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