@charset "utf-8";
/* CSS Document */

/* ================================================================ 
This copyright notice must be untouched at all times.

The original version of this stylesheet and the associated (x)html
is available at http://www.cssplay.co.uk/menus/simple_vertical.html
Copyright (c) 2005-2007 Stu Nicholls. All rights reserved.
This stylesheet and the associated (x)html may be modified in any 
way to fit your requirements.
=================================================================== */
#dummy{  }
/* Add a margin - for this demo only - and a relative position with a high z-index to make it appear over any element below */
/*
#menu_container {margin:6px 0px 0px 0px; width:948px; height:29px; z-index:100; text-align:center; 
padding-left: 1px; 
}
*/
#menu_container_float {margin:6px 0px 0px 0px; width:948px; height:29px; z-index:100; text-align:center; 
padding-left: 1px; border-top:1px solid #E6AC00; border-left:1px solid #E6AC00; border-right:1px solid #E6AC00; border-bottom:1px solid #E6AC00;
}

/* Get rid of the margin, padding and bullets in the unordered lists */
#ddmenu, #ddmenu ul {padding:0; margin:0; list-style-type: none;}

/* Set up the link size, color and borders */
#ddmenu a, #ddmenu a:visited {display:block;width:132px; font-size:12px; font-family:Arial; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; border:2px solid #fff; border-width:2px 1px 2px 2px;}

/* Set up the sub level borders */
#ddmenu li ul li a, #ddmenu li ul li a:visited {border-width:0 2px 2px 2px; width:160px; text-align:left;}
#ddmenu li a.enclose, #ddmenu li a.enclose:visited {border-width:2px;}
#ddmenu li a.last, #ddmenu li a.last:visited { border-bottom-width: 6px; border-bottom-color:#fff}
#ddmenu li a.single, #ddmenu li a.single:visited { border-top-width: 2px; border-bottom-width: 6px; border-bottom-color:#fff}

/* Set up the list items */
#ddmenu li {float:left; background:#008641;}

/* For Non-IE browsers and IE7 */
#ddmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#ddmenu li:hover > a {background:#D4E1D3; color:#000;}
/* Set up the sublevel lists with a position absolute for flyouts and overrun padding. The transparent gif is for IE to work */
#ddmenu li ul {display:none;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#ddmenu li:hover > ul {display:block; width:200px; position:absolute; top:-3px; left:120px; padding:10px 30px 30px 30px; background:transparent url(/ks-images/transparent.gif);}
/* Position the first sub level beneath the top level links */
#ddmenu > li:hover > ul {left:-30px; top:19px;}

/* get rid of the table */
#ddmenu table {position:absolute; border-collapse:collapse; top:0; left:0; z-index:100; font-size:1em;}

/* For IE5.5 and IE6 give the hovered links a position relative and a change of background and foreground color. This is needed to trigger IE to show the sub levels */
* html #ddmenu li a:hover {position:relative; background:#D4E1D3; color:#000;}

/* For accessibility of the top level menu when tabbing */
/*#ddmenu li a:active, #ddmenu li a:focus {background:#dfd7ca; color:#c00;}*/

/* Set up the pointers for the sub level indication */
#ddmenu li.fly {background:#008641 url(/ks-images/fly.gif) no-repeat right center;}
#ddmenu li.drop {background:#008641 url(/ks-images/drop.gif) no-repeat right center;}

/* This lot is for IE5.5 and IE6 ONLY and is necessary to make the sublevels appear */

/* change the drop down levels from display:none; to visibility:hidden; */
* html #ddmenu li ul {visibility:hidden; display:block; position:absolute; top:-11px; left:120px; padding:10px 30px 30px 30px; background:transparent url(/ks-images/transparent.gif);}

/* keep the third level+ hidden when you hover on first level link */
#ddmenu li a:hover ul ul{
visibility:hidden;
}
/* keep the fourth level+ hidden when you hover on second level link */
#ddmenu li a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the fifth level hidden when you hover on third level link */
#ddmenu li a:hover ul a:hover ul a:hover ul ul{
visibility:hidden;
}
/* keep the sixth level hidden when you hover on fourth level link */
#ddmenu li a:hover ul a:hover ul a:hover ul a:hover ul ul {
visibility:hidden;
}

/* make the second level visible when hover on first level link and position it */
#ddmenu li a:hover ul {
visibility:visible; left:-30px; top:14px; lef\t:-31px; to\p:15px;
}

/* make the third level visible when you hover over second level link and position it and all further levels */
#ddmenu li a:hover ul a:hover ul{ 
visibility:visible; top:-11px; left:120px;
}
/* make the fourth level visible when you hover over third level link */
#ddmenu li a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the fifth level visible when you hover over fourth level link */
#ddmenu li a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}
/* make the sixth level visible when you hover over fifth level link */
#ddmenu li a:hover ul a:hover ul a:hover ul a:hover ul a:hover ul { 
visibility:visible;
}

/*Menu Footer*/
#menu_footer {margin:6px 0px 0px 0px; position:relative; width:825px; height:29px; z-index:100; text-align:center;}
/* Get rid of the margin, padding and bullets in the unordered lists */
#fmenu, #fmenu ul {padding:0; margin:0; list-style-type: none;}
/* Set up the link size, color and borders */
#fmenu a, #fmenu a:visited {display:block; width:100px; font-size:11px; font-family:Arial; color:#fff; height:25px; line-height:24px; text-decoration:none; text-indent:5px; }
/* Set up the list items */
#fmenu li {float:left;}
/* For Non-IE browsers and IE7 */
#fmenu li:hover {position:relative;}
/* Make the hovered list color persist */
#fmenu li:hover > a {background:#D4E1D3; color:#000;}
/* For Non-IE and IE7 make the sublevels visible on list hover. This is all it needs */
#fmenu li:hover > ul {display:block; width:200px; position:absolute; top:-3px; left:120px; padding:10px 30px 30px 30px; background:transparent url(/ks-images/transparent.gif);}
/* For accessibility of the top level menu when tabbing */
/*#fmenu li a:active, #fmenu li a:focus {background:#dfd7ca; color:#c00;}*/

/*left column Menu */
div.leftpanel {
	position: relative ;
	width: 175px ;
	padding: 2px;
	margin-left: auto;
	margin-right: auto;
	border-top:1px solid #E6AC00; 
	border-left:1px solid #E6AC00; 
	border-right:1px solid #E6AC00; 
	border-bottom:1px solid #E6AC00;
}
div.sidepanel {
	width: 175px ;
	text-align: center ;
	padding: 2px;
	border-top:1px solid #E6AC00; 
	border-left:1px solid #E6AC00; 
	border-right:1px solid #E6AC00; 
	border-bottom:1px solid #E6AC00;
}

/* menu button floating*/
div.floatingbutton {
	position: relative ;
	width: 150px ;
	float: none;
	text-align: center ;
	padding: 1px;
	border-top:1px solid #E6AC00; 
	border-left:1px solid #E6AC00; 
	border-right:1px solid #E6AC00; 
	border-bottom:1px solid #E6AC00;
}
/* menu buttons */

div.button {
	color: #fff ;
	background: #008641 ;
	border-top: 1px solid #fff ;
	border-right: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	border-left: 1px solid #fff ;
	padding-top: 1px ;
	padding-bottom: 1px ;
	margin: 0 ;
	font-size:12px; 
	font-family:Arial; 
	color:#fff; 
	line-height:14px;
}
div.button-label {
	color: #66FF00 ;
	background: #008641 ;
	border-top: 1px solid #fff ;
	border-right: 1px solid #fff ;
	border-bottom: 1px solid #fff ;
	border-left: 1px solid #fff ;
	padding-top: 6px;
	padding-bottom: 6px;
	margin: 0 ;
}
a.menubutton:link, a.menubutton:visited {
	text-decoration: none ;
	color: #fff ;
	background: #008641 ;
	display: block ;
	padding: 3px ;
}
a.menubutton:hover {
	text-decoration: none ;
	color: #000 ;
	background: #D4E1D3 ;
	display: block ;
	padding: 3px ;
}
/*disabled
a.menubutton:active {
	text-decoration: none ;
	background:#dfd7ca; 
	color:#c00;
	display: block ;
	padding: 3px ;
}

*/

