.ksmenu{
padding: 0;
width: 75%;
/*border-top: 5px solid #B40F25; Highlight red color theme*/
background: transparent;
/*voice-family: "\"}\"";*/
voice-family: inherit;
float:left;

}

.ksmenu ul{
margin: 0;
padding: 0;
list-style-type: none;

}

.ksmenu li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
/*text-transform:uppercase;*/

}

.ksmenu a{
float: left;
display: block;
font: bold 12px Arial;
color: white;
text-decoration: none;
margin: 0 0 0 0; /*Margin between each menu item*/
padding: 5px 10px 5px 10px; /*Padding within each menu item*/
background-color: #000001; /*Default menu color*/
border-bottom: 1px solid white; /*  */

}

.ksmenu a:hover{
background-color: #808080; /*Highlight red color theme*/
color: white;


}

.ksmenu .current a{ /** currently selected menu item **/
background-color: #649112; /*Highlight red color theme*/
color: white;

}


/*Top level list items*/
.ksmenu ul li{
position: relative;
display: inline;
float: left;

}

/*1st sub level menu*/
.ksmenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;


}

/*Sub level menu list items (undo style from Top level List Items)
.ksmenu ul li ul li{
display: list-item;
float: none;
}
*/

/*All subsequent sub menu levels offset after 1st level sub menu */
.ksmenu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.ksmenu ul li ul li a{
display: block;
width: 160px; /*width of sub menu levels*/
text-decoration: none;
}

/*Background image for top level menu list links */
.ksmenu .mainfoldericon{
background: #000011 url(arrow-list.gif) no-repeat center right;
}

/*Background image for subsequent level menu list links */
.ksmenu .subfoldericon{
background: #000011 url(arrow-list.gif) no-repeat center right;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}


#myform{ 
float: right;
margin: 0;
margin-top: 2px;
padding: 0;
}

#myform .textinput{

border: 1px solid gray;
font-size: 1.25em;
}

#myform .submit{
font: normal 12px Arial;
height: 22px;
border: 1px solid #649112;
background-color: black;
color: white;
}


#ksmenuline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: #649112; 
}
	
/* Holly Hack for IE \*/
* html .ksmenu ul li { float: left; height: 1%; }
* html .ksmenu ul li a { height: 1%; }
/* End */
