/* *
 * plain_gray skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinplain_gray a {
	font: bold normal 12px/14px Arial, Helvetica, sans-serif;
	text-decoration: none;
	background-color: #0000FF;
}
/* second level font-size */
div.ktskinplain_gray li li a { font-size: 12px; line-height: 16px; }
/* third and following levels font-size */
div.ktskinplain_gray li li li a { font-size: 10px; line-height: 12px }

/* first and second level menu item size */
div.ktskinplain_gray ul.lev1 li, div.ktskinplain_gray ul.lev1 li ul { /* first and second level width */
	width: 157px;
}

div.ktskinplain_gray ul.lev1 li li ul, div.ktskinplain_gray ul.lev1 li li { /* first and second level width */
	width: 200px;
}

/* third and following levels menu item size */
div.ktskinplain_gray ul.lev1 li li ul, div.ktskinplain_gray ul.lev1 li li li { /* third and following levels width */
	width: 140px;
}

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

/* space top level items */
div.ktskinplain_gray li.lev1 {
	margin-right: 20px !important;
}

/* position relative to parent */
div.ktskinplain_gray li li ul {
	margin-left: -50px;
	margin-top: 6px;
}
div.ktskinplain_gray li li li ul {
	margin-left: -20px;
}

/* default link style */
div.ktskinplain_gray a {
	color: #000000;
	padding: 4px 4px 4px 10px;
}
/* default link hover style */
div.ktskinplain_gray ul li a:hover {
	background-color: #333333;
	color: #ffffff;
}
/* level 1 item styles */
div.ktskinplain_gray a {
	border-left: solid 17px #CBD2C4;
	background-color: #939582; 
}
/* level 1 item hover styles */
div.ktskinplain_gray a:hover {
	border-left-color: #FFFF01;
}

	/* level 2 item styles */
	div.ktskinplain_gray li li a {
		border-left: solid 10px #aaaabb;
		border-top: solid 1px #aaaabb;
		background-color: #939582;
	}
	/* level 2 item hover styles */
	div.ktskinplain_gray li li a:hover {
		border-left-color: #ccbbbb;
	}
	/* remove border from first item */
	div.ktskinplain_gray li li.first a {
		border-top-style: none;
	}
		/* level 3 item styles */
		div.ktskinplain_gray li li li a {
			border-left: none 0;
			border-top: solid 1px #9999aa;
			padding: 2px 2px 2px 10px !important;
			background-color: #939582;
		}
		/* level 3 item hover styles */
		div.ktskinplain_gray li li li.first a {
			border-top-style: none;
		}
 

/* *
 * 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.ktskinplain_gray li.haschildren a.haschildren {
	background-image: url(img/pos.gif);
	background-repeat: no-repeat;
	background-position: 100% 50%;
}
/* current first level items that have children */
div.ktskinplain_gray li.haschildren a.haschildren:hover {
	background-image: url(img/pos2.gif);
}

/* selected items */
div.ktskinplain_gray a.selected {
	color: red;
}
div.ktskinplain_gray a.selected:hover {
	color: pink;
}
/* all current items links */
div.ktskinplain_gray li.current a.current, div.ktskinplain_gray li.current a.current:hover 

{
	color: pink;
	background-color: #000000;
}

/* *
 * specific to vertical
 * - first level menu items have a different size than the horizontal ones
 * - the borders for first level must be changed
 * */
div.ktskinplain_gray div.ktvertical ul.lev2 {
	margin-left: -50px;
	margin-top: 10px;
}
div.ktskinplain_gray div.ktvertical li {
	border-right: none 0;
}
div.ktskinplain_gray div.ktvertical li li a {
	border: solid 1px #CBD2C4;
	border-top: none 0px;
}
div.ktskinplain_gray div.ktvertical li li a:hover {
	border: solid 1px #CBD2C4;
	border-top: none 0;
}
div.ktskinplain_gray div.ktvertical li li.first a {
	border-top: solid 1px #CBD2C4;
}
div.ktskinplain_gray div.ktvertical li li.first a:hover {
	border-top: solid 1px #CBD2C4;
}
div.ktskinplain_gray div.ktvertical a.lev1 {
	border-top: solid 1px #CBD2C4;
	border-right: solid 1px #CBD2C4;
}
div.ktskinplain_gray div.ktvertical li.lev1_last {
	border-bottom: solid 1px #CBD2C4;
}
 
/* *
 * specific to horizontal2
 * - there is no level 3
 * - level 2 items don't have backgrounds
 * - must add padding between level 2 menu items
 * */
div.ktskinplain_gray div.kthorizontal2 li ul {
	margin-top: 4px;
	margin-left: 10px;
	background-color: #cccccc;
}
div.ktskinplain_gray div.kthorizontal2 li li a {
	padding: 4px 10px;
	border: none 0;
	background-color: #ffffff;
	order-left: solid 1px #bbbbcc;
}
div.ktskinplain_gray div.kthorizontal2 li li.first a {
	border-left: none 0;
}
div.ktskinplain_gray div.kthorizontal2 li li a:hover {
	background-color: #000000;
}

