/* *
 * modern_violet skin
 * horizontal is default
 * */

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

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

/* space top level items */
div.ktskinmodern_violet li.lev1 {
	margin-right: 0px !important; /* space between first level boxes def 2 */
}

/* position relative to parent */
div.ktskinmodern_violet li ul.lev2 {
      margin-left: 0px; /* 2nd level menu container position */
	margin-top: 2px; /* space between 1st and 2nd level menus */
}
div.ktskinmodern_violet li.lev1 li ul {
	margin-left: -30px; /* no visible effect */
	margin-top: 6px; /* no visible effect */
}

/* default link style */
div.ktskinmodern_violet a {
	padding: 2px 2px 1px 20px;  /* padding around 1st level menu letters - top, right, bottom, left */
	color: #dddddd; /* un-highlighted text color for 1st level menu letters */
}
/* level 1 item styles */
div.ktskinmodern_violet li.lev1 {
	background: url(img/bg_h.gif);
}
div.ktskinmodern_violet li a.lev1 {
	border-bottom: solid 0px #000E42; /* controls mouseover bg color for 1st level menu, link area - def 2 */
}
/* level 1 item hover styles */
div.ktskinmodern_violet li a.lev1:hover {
	border-top: solid 0px #3B5192; /* top light bar above darker blue - 1st level menu - def 2 */
	border-bottom: none 0; 
	background-color: #333333; /* 1st level mouseover-only link color def 000E42 */
	text-decoration: none;
}

	/* level 2 item styles */
	div.ktskinmodern_violet li ul {
		border: solid 1px #3B5192;
	}
	div.ktskinmodern_violet li li a {
		border-bottom: solid 1px #ffffff;
		background-color: #CDD3E4;
		color: #CCCCCC; /* color of 2nd menu link text def #304277 */
	}
	/* level 2 item hover styles */
	div.ktskinmodern_violet li li a:hover {
		background-color: #000E42;
		color: #ffffff;
	}
		/* level 3 item hover styles */
		div.ktskinmodern_violet li li li a:hover {
			background-color: #485480;
		}
 
/* *
 * 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.ktskinmodern_violet 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.ktskinmodern_violet li.lev1 a.lev1_current_haschildren {
	background-image: url(img/arrow_down_light.gif);
}

/* selected items */
div.ktskinmodern_violet li a.selected {
	background-color: #0C2067;
	color: #ffffff;
}
div.ktskinmodern_violet li li a.selected {
	background-color: #293E81;
}
/* all current items links */
div.ktskinmodern_violet li a.current {
	background-color: #000E42;
	color: #ffffff;
}
/* current first level */
div.ktskinmodern_violet li a.lev1_current {
	border-top: solid 0px #3B5192; /* top light bar above darker blue - 1st level menu - def 2 */
	border-bottom: none 0;
	background-color: #333333; /* 1st level mouseover selected-only link color def 000E42 */
	text-decoration: none;
}

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

/* *
 * specific to vertical
 * - first level menu items have a different size than the horizontal ones
 * - the borders for first level must be changed
 * */
div.ktskinmodern_violet div.ktvertical li.lev1 { /* space top level items */
	margin-right: 0px !important;
}
div.ktskinmodern_violet div.ktvertical li ul {
	margin-left: -10px;
	margin-top: 6px;
}
div.ktskinmodern_violet div.ktvertical li.lev1 {
	width: 140px;
	background: url(img/bg_v.gif);
}
div.ktskinmodern_violet div.ktvertical li a.lev1 {
	border-top: solid 1px #808EBA;
	border-bottom: solid 1px #000E42;
}
div.ktskinmodern_violet div.ktvertical li a.lev1_current {
	border-top: solid 2px #3B5192;
	border-bottom: none 0;
}

div.ktskinmodern_violet div.ktvertical li a.lev1_current_haschildren {
	background-image: url(img/arrow_right_light.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.ktskinmodern_violet div.kthorizontal2 li ul {
	padding: 0;
	padding-left: 10px; /* placement of entire container */
	border: none 0; /* border for 2nd menu item boxes */
}
div.ktskinmodern_violet div.kthorizontal2 li li a {
	margin-left: 5px; /* 2nd level menu space between menu items */
	margin-right: 25px;
	margin-top: 0px; 

	/* padding: 0; */
	border: none 0;
	padding-left: 0px; /* placement within highlighted box 2nd menu */
	padding-right: 0px; /* placement within highlighted box 2nd menu  def 40 */
	background: black; /* bg color for 2nd menu items */
}

div.ktskinmodern_violet div.kthorizontal2 li li a:hover,
div.ktskinmodern_violet div.kthorizontal2 li li a.selected {
	color: #FFFFFF !important; /* mouseover on 2nd menu text color */
	background: #333333 !important; /* 2nd menu highlight color */
	text-decoration: none;
}
/* selected horizontal2 second level menu items */
div.ktskinmodern_violet div.kthorizontal2 li li a.selected {
	font-weight: bold;
}

