.menu ul { list-style-type: none; margin: 10px 0 0 20px; padding: 0 }

/*Top level list items*/
.menu ul li  { color: #ff3d07; font-size: 12px; font-family: "Trebuchet MS", Geneva, Arial, Helvetica, SunSans-Regular, sans-serif; background-color: #ffeec9; display: inline; margin-right: 10px; position: relative; float: left }
.menu ul li.title { color: #326500; font-size: 30px; font-family: Georgia, "Times New Roman", Times, serif; text-decoration: none; background-color: #ffeec9 }
/*Top level menu link items style*/
.menu ul li a  { color: #326500; text-decoration: none; background-color: #ffeec9; display: block; padding: 1px 8px; border-style: solid; border-width: 1px 1px 1px 0; border-color: #ffeec9 }
	
/*1st sub level menu*/
.menu ul li ul  { visibility: hidden; list-style-type: none; display: block; margin-top: 3px; position: absolute; top: 1em; left: -40 }

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

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

/* Sub level menu links style */
.menu ul li ul li a  { color: #326500; text-decoration: none; background-color: #ffeec9; display: block; padding: 1px 5px; width: 160px; border: solid 1px #ccc }

.menu ul li a:hover  { color: #324500; text-decoration: underline; background-color: #ffeec9 }

/*Background image for top level menu list links */
.menu .mainfoldericon  { background: #ffeec9 url("../media/arrow-down.gif") no-repeat right center }

/*Background image for subsequent level menu list links */
.menu .subfoldericon{
background: #F3F3F3 url(../media/arrow-right.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;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%;}
* html .suckertreemenu ul li a { height: 1%;}
* html .suckertreemenu ul li ul li { float: left;}
/* End */

