/* *
 * blacktango skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinblacktango a {
	font: 400 10px/normal Verdana;
	text-decoration: none;
	color: #FFFFFF;
}
/* second and following levels font-size */
div.ktskinblacktango li li a {
	font-weight: normal;
	color: #FFFFFF;
}

/* first level menu item size */
div.ktskinblacktango ul li.lev1 {
	width: 85px;
	color: #FFFFFF;
}
/* Sub menues */
div.ktskinblacktango li.lev1 ul, div.ktskinblacktango li.lev1 li {
	width: 125px;
	color: #FFFFFF;
}

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

/* default link style tamaņo e product */
div.ktskinblacktango a {
	padding: 0px 0px 5px 0px;
	color: #FFFFFF;
	font-family: Verdana;
	font-size: 11px;
	font-weight: 500;
	font-variant: normal;
	text-align: center;
}
/* level 1 item styles 
este es el item primario */
div.ktskinblacktango li.lev1 {
	background-color: #000000;
	color: #FFFFFF;
}
div.ktskinblacktango li.lev1 {
	border: 1px solid #000000;
}
div.ktskinblacktango li a.lev1 {
	border-bottom: 0px none #333333;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}

	/* level 2 item styles */
	div.ktskinblacktango li ul.lev2, div.ktskinblacktango li li.lev2 ul {
	border: 0px none #000000;
	background-image: url(img/bg.gif);
	color: #FFFFFF;
	}
	/* second and third level link color */
	div.ktskinblacktango li li a {
	border-bottom: 1px none #000000;
	color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-left-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
 * */

/* level 1 items that have children */
div.ktskinblacktango li.lev1 a.lev1_haschildren {
	font-family: Verdana;
	font-size: 11px;
	color: #FFFFFF;
	font-weight: 550;
}
/* level 2 items that have children */
div.ktskinblacktango li.lev1 li.lev2 a.haschildren {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	color: #FFFFFF;
}

/* selected first level items */
div.ktskinblacktango li.lev1_selected {
	background-color: #000000;
	color: #FFFFFF;
}
div.ktskinblacktango li a.lev1_selected {
	border-bottom-color: #4469ba;
}
div.ktskinblacktango li a.selected {
	color: #FFFFFF;
}
div.ktskinblacktango li li.lev1_selected {
	background-image: url(img/bg_sel.gif);
	color: #FFFFFF;
}
/* all current items links */
div.ktskinblacktango li a.current {
	background-color: #333333;
	color: #ffffff;
}
/* current first level */
div.ktskinblacktango li a.lev1_current {
	border-bottom-color: #92a7d7;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
/* current third level items */
div.ktskinblacktango li li li a.current {
	background-color: #92a7d7;
	color: #FFFFFF;
}

/* current first level items that have children, must change the arrow */
div.ktskinblacktango li.lev1 a.lev1_current_haschildren {
	/*background-image: url(img/arrow_down_light.gif);*/
	color: #FFFFFF;
}
div.ktskinblacktango li.lev1_current {
	border-bottom-color: #92a7d7;
}
	/* current second level items that have children, must change the arrow */
	div.ktskinblacktango li.lev1 li.lev2 a.lev2_current_haschildren {
	background-color: #000000;
	}
		/* level 3 */
		div.ktskinblacktango li li li a.current {
			background-color: #333333;
		}

/* *
 * 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.ktskinblacktango div.ktvertical ul.lev1 {
	width: 140px;
	border: thin none #000000;
}
div.ktskinblacktango div.ktvertical li.lev1 {
	width: 140px;
	background: #000000;
	border-bottom: 0px none #ffffff;
	border-top: 0 none;
	border-right: 0 none;
	border-left: 0 none;
}
div.ktskinblacktango div.ktvertical a.lev1 {
	border: none 0;
}
div.ktskinblacktango div.ktvertical li a.lev1 {
	border-left: 0px none #385698;
}
/* selected vertical first level items */
div.ktskinblacktango div.ktvertical li a.lev1_selected {
	border-left-color: #4469ba;
}
/* current vertical first level items */
div.ktskinblacktango div.ktvertical li a.lev1_current {
	border-left-color: #666666;
}

/* current vertical first level ietms with children  arrow */
div.ktskinblacktango div.ktvertical li.lev1 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.ktskinblacktango div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
	font-family: Verdana;
	font-size: 10px;
	font-weight: 400;
	color: #FFFFFF;
}
div.ktskinblacktango div.kthorizontal2 li.lev1 li,
div.ktskinblacktango div.kthorizontal2 li.lev1 li a {
	padding: 0;
	border: none 0;
	background: transparent !important;
	background-image: none !important;
	color: #FFFFFF;
}
div.ktskinblacktango div.kthorizontal2 li.lev1 li a {
	padding-right: 40px;
	color: #FFFFFF;
}

div.ktskinblacktango div.kthorizontal2 li.lev1 li a.selected {
	color: #666666!important;
	background: transparent !important;
}
div.ktskinblacktango div.kthorizontal2 li ul.lev2 {
	background-image: none;
	padding-left: 21px;
}

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

