/* *
 * vetplus skin
 * horizontal is default
 * */

/* font sizes */
div.ktskinvetplus a {
	font: bold 10px Verdana, Arial, Helvetica, sans-serif;
	text-decoration: none;
	line-height: 18px;
}
/* second and following levels font-size */
div.ktskinvetplus li li a { font-weight: normal;
padding-left: 10px;
}

/* first level menu item size */
div.ktskinvetplus ul li.lev1 {
	width: 110px;

	
}
/* second and following levels menu item size */
div.ktskinvetplus li.lev1 ul, div.ktskinvetplus li.lev1 li {
	width: 180px;

}

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

/* default link style */
div.ktskinvetplus a {
	padding: 0px 0px 0px 0px;


	
}
/* level 1 item styles */
div.ktskinvetplus li.lev1 {

}
div.ktskinvetplus li.lev1 {

}
div.ktskinvetplus li a.lev1 {

}

	/* level 2 item styles */
	div.ktskinvetplus li.lev1 ul {
	border: solid 1px #afafaf;
	background-image: url(img/bg.gif);
	
	}
	/* second and third level link color */
	div.ktskinvetplus li li a {
		border-bottom: solid 1px #ffffff;
		color: #555555;
		
	}
 
/* *
 * 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.ktskinvetplus li.lev1 a.lev1_haschildren {

}
/* level 2 items that have children */
div.ktskinvetplus li.lev1 li.lev2 a.haschildren {
	background-image: url(img/sarrow_right_dark.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	
}

/* selected first level items */
div.ktskinvetplus li.lev1_selected {
	
}
div.ktskinvetplus li a.lev1_selected {
	
}
div.ktskinvetplus li a.selected {

}
div.ktskinvetplus li li.lev1_selected {
	
}
/* all current items links */
div.ktskinvetplus li a.current {
	background-color: #393EA5;
	color: #ffffff;
}
/* current first level */
div.ktskinvetplus li a.lev1_current {

}
/* current third level items */
div.ktskinvetplus li li li a.current {
	background-color: #393EA5;
}

/* current first level items that have children, must change the arrow */
div.ktskinvetplus li.lev1 a.lev1_current_haschildren {
	
}
div.ktskinvetplus li.lev1_current {
	
}
	/* current second level items that have children, must change the arrow */
	div.ktskinvetplus li.lev1 li.lev2 a.lev2_current_haschildren {
		background-image: url(img/sarrow_right_light.gif);
	}
		/* level 3 */
		div.ktskinvetplus li li li a.current {
			background-color: #9290D8;
		}

/* *
 * 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.ktskinvetplus div.ktvertical ul.lev1 {
	width: 140px;
	_margin-left: -2px;	/* SHOW TO IE ONLY */

}
div.ktskinvetplus div.ktvertical li.lev1 {
	width: 140px;
	
	border: none 0;
	
}
div.ktskinvetplus div.ktvertical a.lev1 {
	border: none 0;
	
}
div.ktskinvetplus div.ktvertical li a.lev1 {
	
}
/* selected vertical first level items */
div.ktskinvetplus div.ktvertical li a.lev1_selected {
	
}
/* current vertical first level items */
div.ktskinvetplus div.ktvertical li a.lev1_current {
	
}

/* current vertical first level ietms with children  arrow */
div.ktskinvetplus div.ktvertical li.lev1 a.lev1_current_haschildren {
	
}



