/* *
 * clearfix div, to make containers wrap floated content, 
 * as seen on www.positioniseverything.net 
 * */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
/* End hide from IE-mac */
 
/* *
 * remove all margins and paddings so we start from a known state on all browsers
 * set default menu item width to 100px
 * */
div.ktcssmenu div.kthorizontal ul {
	margin: 0; padding: 0;
	list-style-type: none;
}
div.ktcssmenu div.kthorizontal li {
}

/* hide all ul's that are not on the first level so the menu starts closed */
div.ktcssmenu div.kthorizontal li ul {
	display: none;
	position: absolute;
	top: 0; left: 0;
	background-color: #FFFFFF;
	padding: 8 3 5 3;
	margin: 3 0 0 5;
    opacity: .7;
    filter: alpha(opacity=70);
}

/* make the link fill it's container */
div.kthorizontal UL LI A {
	padding: 0 8 0 8;
	font-family: Arial, Tahoma, sans-serif;
	font-size: 12px;
	color: #D85B00;
	font-weight: bolder;
	text-transform: uppercase;
	text-decoration: none;
}

/* make the link fill it's container */
div.ktcssmenu div.kthorizontal .sub a {
	font-family: Arial, Tahoma, sans-serif;
	font-weight: bolder;
	font-size: 10px;
	font-weight: bolder;
	color: #000000;
	text-decoration: none;
}

/* need top level menus on the same line */
div.ktcssmenu div.kthorizontal ul li {
	float: left;
}
/* cancel float for following levels */
div.ktcssmenu div.kthorizontal ul li ul li {
	float: none;
}

/* ie hacks to prevent wierd margins between menu items with children */
* html div.ktcssmenu div.kthorizontal li {
	float: left;
}
* html div.ktcssmenu div.kthorizontal ul, * html div.ktcssmenu div.kthorizontal a {
	height: 1%;
}

/* opera hack */
div.ktcssmenu div.kthorizontal 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.ktcssmenu div.kthorizontal ul.lev1 {
	border: none 0px;
}

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

