/* *
 * remove all margins and paddings so we start from a known state on all browsers
 * set default menu item width to 100px
 * */
div.horizontalmenu {
	margin: 0 15px 0 15px;
}

div.horizontalmenu div.kthorizontal2 ul, 
div.horizontalmenu div.kthorizontal2 li {
	margin: 0; padding: 0;
	width: 100px;
	list-style-type: none;
	/*weavingfix for sub menu*/
	height: 21px;
}

/* hide all ul's that are not on the first level so the menu starts closed */
div.horizontalmenu div.kthorizontal2 li ul {
	display: none;
	position: absolute;
	top: 0px; left: 0px;
}

/* make the link fill it's container */
div.horizontalmenu div.kthorizontal2 a {
	display: block;
}

/* need top level menus on the same line */
div.horizontalmenu div.kthorizontal2 ul, 
div.horizontalmenu div.kthorizontal2 li.lev1 ul {
	width: auto;	
}
div.horizontalmenu div.kthorizontal2 li {
	float: left;
}
/* cancel float for following levels */
div.horizontalmenu div.kthorizontal2 li li {
	float: none;
}

/* ie hacks to prevent wierd margins between menu items with children */
* html div.horizontalmenu div.kthorizontal2 li, 
* html div.horizontalmenu div.kthorizontal2 li li {
	float: left;
}
/* cancel float for following levels, for ie too */
* html div.horizontalmenu div.kthorizontal2 ul, * html div.horizontalmenu div.kthorizontal2 a {
	height: 1%;
	
}
* html div.horizontalmenu div.kthorizontal2 li li {
	float: none;
}

/* make second level items inline */
div.horizontalmenu div.kthorizontal2 li ul {
	height: 21px; /*bilo 20*/
	white-space: nowrap;
}
div.horizontalmenu div.kthorizontal2 li li, 
div.horizontalmenu div.kthorizontal2 li li a {
	display: inline;
	width: auto;
	
}

/* opera hack */
div.horizontalmenu div.kthorizontal2 ul.lev1 {
	border: solid 1px transparent;
}
/* ie hack to remove border added by the opera hack since ie doesn't know border-color: transparent */
* html div.horizontalmenu div.kthorizontal2 ul.lev1 {
	border: none 0px;
}

/* never allow a right margin on the last top level item */
div.horizontalmenu div.kthorizontal2 ul.lev1 li.lev1_last {
	margin-right: 0 !important;
}

/* *
 * arktic_orange skin
 * horizontal is default
 * */

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

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

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

/* default link style */
div.container a {
	padding: 1px 2px 1px 20px;
	color: #555555;
}
/* level 1 item styles */
div.container li.lev1 {
	background-image:  url("images/bgtop_h0.gif");
}
div.container li.lev1 {
	
	/*
	border: solid 1px #afafaf;
	*/
}
div.container li a.lev1 {
/*
	border-bottom: solid 2px #C47A0B;
*/
	border-bottom: solid 2px #F3F2F0;
	text-align:left;
}

	/* level 2 item styles */
	div.container li ul.lev2, div.container li ul.lev3 {
		border: solid 1px #afafaf;
		/*
		background-image: url(bg000000.gif);
		*/
	}
	/* second and third level link color */
	div.container 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.container li.lev1 a.lev1_haschildren {
	background-image:  url(../images/menu_arrow.gif);
	background-repeat: no-repeat;
	background-position: 6px 50%;
	text-align:left;
}
/* level 2 items that have children */
div.container li.lev1 li.lev2 a.haschildren {
	/*
	background-image: url(sarrow_r.gif);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	*/
}

/* selected first level items */
div.container li.lev1_selected {
	/*
	background-image: url(bgtop_h_.gif);
	*/
}
div.container li a.lev1_selected {
	border-bottom-color: #1E7DED;
}
div.container li a.selected {
	color: #000000;
}
div.container li li.lev1_selected {
	/*
	background-image: url(bg_sel00.gif);
	*/
}
/* all current items links */
div.container li a.current {
	/*
	background-color: #D2750C;
	*/
	background-color: transparent;
	/*
	color: #ffffff;
	*/
	text-align:left;
}
/* current first level */
div.container li a.lev1_current {
	border-bottom: solid 2px #0262D3;
}
/* current third level items */
div.container li li li a.current {
	background-color: #0262D3;
	text-align:left;
}

/* current first level items that have children, must change the arrow */
div.container li.lev1 a.lev1_current_haschildren {
	background-image:  url("../images/menu_arrow.gif");
	text-align:left;
}
div.container li.lev1_current {
	border-bottom: solid 2px #F7C372;
}
	/* current second level items that have children, must change the arrow */
	div.container li.lev1 li.lev2 a.lev2_current_haschildren {
		background-image: url(sarrow_s.gif);
	}
		/* level 3 */
		div.container li li li a.current {
			background-color: #F7C372;
		}



/* *
 * specific to horizontal2
 * - there is no level 3
 * - level 2 items don't have backgrounds
 * - must add padding between level 2 menu items
 * */
div.container div.kthorizontal2 li ul {
	padding: 0;
	border: none 0;
}
div.container div.kthorizontal2 li.lev1 li,
div.container div.kthorizontal2 li.lev1 li a {
	padding: 0;
	border: none 0;
	background: transparent !important;
	background-image: none !important;
}
div.container div.kthorizontal2 li.lev1 li a {
	padding-right: 40px;
}

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

/* selected horizontal2 second level menu items */
div.container div.kthorizontal2 li li a.selected {
	font-weight: bold;

}




