

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul                         { font-size: 12px; text-align: left; list-style-type: none; margin: 0; padding: 0; position: relative; z-index: 2; top: 0; left: 5px }

/*Top level list items*/
.suckertreemenu ul li { background-color: #330000; display: inline; position: relative; float: left }

/*Top level menu link items style*/
.suckertreemenu ul li a       { color: #222222; text-decoration: none; display: block; margin: 0; padding: 0; width: 89px; height: 23px; border-left: 0 none }
	
/*1st sub level menu*/
.suckertreemenu ul li ul      { visibility: hidden; display: block; position: absolute; top: 1em; left: 0 }

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li { background-color: #dedede; display: list-item }

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul  { top: 0 }

/* Sub level menu links style */
.suckertreemenu ul li ul li a       { color: #222222; text-decoration: none; display: block; padding: 6px 5px; width: 110px; border-right: 1px solid #fff; border-bottom: 1px solid #fff }

.suckertreemenu ul li ul li a:hover{
background-color: #FF9900;
color: white;
}

.suckertreemenu ul li ul li a:active { color: white; background-color: #960 }

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon     { background: #dedede url("/index/arrow.png") no-repeat right center }

* 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%; }
/* End */
