/* *
 * zusa skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinzusa a {
	font: bold 20px president, harrington, tahoma, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 22px;
}
/* second and following levels font-size */
div.ktskinzusa li li a { font-weight: bold;} /* changed to bold */

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

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

/* position relative to parent */
div.ktskinzusa li ul.lev2 {
	margin-top: 2px;
}
div.ktskinzusa li.lev1 li ul {
	margin-left: -20px;
	margin-top: 6px;                    
}

/* default link style */
div.ktskinzusa a {
	padding: 2px 2px 2px 15px;              /* changed from 20 to 15 IT IS PADDING NEXT TO THE ARROW */
	color: #bfb182;                         /* changed here to new beige for active THIS IS THE MAIN NAV COLOR */
}
/* level 1 item styles */
div.ktskinzusa li.lev1 {
	/* background: url(img/bg_h.gif); */
}
div.ktskinzusa li a.lev1 {
	/* border-bottom: solid 2px #5A0013; */
}
/* level 1 item hover styles */
div.ktskinzusa li a.lev1:hover {
	/* border-top: solid 2px #AB3151; */
	border-top: none 0;
	border-bottom: none 0;
	/* background-color: #5A0013; */
        font-weight: bold;
}       

	/* level 2 item styles */
	div.ktskinzusa li ul {
		/* border: solid 1px #AB3151; */    /* DISABLED here */
	}
	div.ktskinzusa li li a {
		border-bottom: solid 1px #6c1913;
		background-color: #fce9b0;      /* changed here THIS IS THE BACKGROUND OF SECOND ITEM IN LIST ON SECOND NAV ROLLOVER */
		color: #6c1913;                 /* THIS IS THE FONT COLOR FOR LIST ITEMS ON NAV ROLLOVER */  
	}
	/* level 2 item hover styles */
	div.ktskinzusa li li a:hover {
		background-color: #eec44b;  /* changed here to lite gold THIS IS BACKGROUND OF ITEM LIST ON ROLLOVER */
		color: #6c1913;
	}
		/* level 3 item hover styles */
		div.ktskinzusa li li li a:hover {
			background-color: #fce9b0;     /* changed here */
		}
 
/* *
 * 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.ktskinzusa li.lev1 a.haschildren {
	background-image: url(img/arrow_right_color.gif);
	background-repeat: no-repeat;
	background-position: 3px 50%;                         /* change from 6 to 3 */
}
/* current first level items that have children */
div.ktskinzusa li.lev1 a.lev1_current_haschildren {
	background-image: url(img/arrow_down_light.gif);
}

/* selected items */
div.ktskinzusa li a.selected {
	background-color: #6c1913;  /* changed here and below */
	color: #eec44b;             /* THIS IS THE CURRENT PAGE NAV FONT COLOR */
}
div.ktskinzusa li li a.selected {
	background-color: #5B0014;        /* THIS IS hover over background behind item of page you're on */
}
/* all current items links */
div.ktskinzusa li a.current {
	background-color: #5A0013;
	color: #eecc44b;               /* changed ---here to new lite gold */               
}
/* current first level */
div.ktskinzusa li a.lev1_current {
	/* border-top: solid 2px #AB3151; */   /* this is the pink line */
	border-bottom: none 0;
	background-color: #5A0013;
}

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

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

div.ktskinzusa 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.ktskinzusa div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
}
div.ktskinzusa div.kthorizontal2 li li a {
	padding: 0;
	border: none 0;
	padding-right: 40px;                           
	background: transparent;
}

div.ktskinzusa div.kthorizontal2 li li a:hover,
div.ktskinzusa div.kthorizontal2 li li a.selected {
	color: #5A0013 !important;
	background: transparent !important;
}
/* selected horizontal2 second level menu items */
div.ktskinzusa div.kthorizontal2 li li a.selected {
	font-weight: bold;
}

