/* *
 * gcvr skin
 * horizontal is default
 * */

/* font sizes */
div.ktskingcvr a {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-weight: bold;
	text-decoration: none;
}
/* second level font-size */
div.ktskingcvr li a { font-size: 10px; }

/* third and following levels font-size */
div.ktskingcvr li li a { font-size: 10px; font-weight: normal }

/* first level menu item size */
div.ktskingcvr li {
	width: 100px;
}
/* second level menu item size */
div.ktskingcvr li.lev1 ul, div.ktskingcvr li.lev1 li {
	width: 100px;
}
/* third and following levels menu item size */
div.ktskingcvr div.kthorizontal li li ul, div.ktskingcvr div.kthorizontal li li li {
	width: 100px;
}

/* position relative to parent */
div.ktskingcvr li ul {
	/*
	margin-left: 10px;
	margin-top: -4px;
	*/
}
div.ktskingcvr li li ul {
	/*
	margin-left: -20px;
	margin-top: 6px;
	*/
}
div.ktskingcvr li li li {
	/*
	margin-left: 2px;
	*/
}

/* default link style */
div.ktskingcvr a {
	padding: 0px 4px;
	background-color: #3c4070;
	color: #ffffff;
	text-align: center;
	line-height: 27px;
}
/* default link hover style */
div.ktskingcvr ul li a:hover {
	color: #ffffff;
}
	/* second and following level links */
	div.ktskingcvr li li a {
		line-height: 12px;
		border-top: 1px solid #65688F;
		border-bottom: 1px solid #303465;
		padding: 2px 2px 2px 20px;
		text-align: left;
	}
	/* second and following level links hover */
	div.ktskingcvr li li a:hover {
		background-color: #65688F;
	}
	div.ktskingcvr li li li a {
		border-top: 1px solid #303465;
		border-bottom: 0px none;
		background-color: #65688F;
	}
	div.ktskingcvr li li li a.first {
		border-top: none 0px;
	}
	div.ktskingcvr li li li a:hover {
		background-color: #3c4070;
	}

/* *
 * 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
 * */

/* put arrows only on second and following levels */
.ktskingcvr li li.haschildren a.haschildren {
	background-image: url(img/pos2.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
.ktskingcvr li li.haschildren a.haschildren:hover {
	background-image: url(img/pos2.gif);
}

/* selected items */
div.ktskingcvr a.selected {
	font-weight: bold;
}
/* current items */
div.ktskingcvr li li a.current, div.ktskingcvr li li a.current:hover 
{
	background-color: #65688F;
}
div.ktskingcvr li li li a.current, div.ktskingcvr li li li a.current:hover 
{
	background-color: #3c4070;
}
/* current selected items */
div.ktskingcvr li.current a.selected:hover,  {
}
div.ktskingcvr li.lev1 li ul {
	padding: 2px 4px;
	background-color: #65688F;
}
div.ktskingcvr li li.lev2 ul {
	border: solid 1px #10133A;
}
/* current level 3 items */
div.ktskingcvr li li li a, div.ktskingcvr li li li a:hover {
	padding-left: 10px;
}
/* image replacement helpers */
div.ktskingcvr li.lev1 {
	width: 100px;
}
div.ktskingcvr li a.lev1 {
	padding: 0;
}
div.ktskingcvr li a.lev1 span {
	display: none;
}
div.ktskingcvr li a.lev1 img {
	border: none 0;
}

/* *
 * specific to horizontal2
 * - there is no level 3
 * - must add padding between level 2 menu items
 * */

div.ktskingcvr div.kthorizontal2 li ul, div.ktskingcvr div.kthorizontal2 li li {
	margin: 0;
	padding: 0;
}
div.ktskingcvr div.kthorizontal2 li ul {
	border-top: solid 1px #65688F;
	background-color: #3c4070;
	padding-top: 5px;
}
div.ktskingcvr div.kthorizontal2 li li {
	padding-top: 3px;
}
div.ktskingcvr div.kthorizontal2 li ul a {
	border: none 0 !important;
	padding: 2px 10px !important;
}


