/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu { margin:0px; margin-bottom:0px; position:relative; top:0px; z-index:3; background: url(../images/menubar_bkgrd.gif) repeat;  width:720px; height:15px; max-height:15px; line-height:15px; display: block;}

.suckertreemenu ul{ margin: 0; padding: 0; list-style-type: none; background-color: #f0f0f0;}

/*Top level list items*/
 /*overall menu background color*/
.suckertreemenu ul li{ position: relative; display: inline; float: left; background-color: #f0f0f0; font: normal 11px Verdana, Arial, Helvetica, sans-serif;}

/*Top level menu link items style*/
/*Width of top level menu link items*/
.suckertreemenu ul li a{ display: block; width: 90px; padding: 1px 0px 1px 8px; text-decoration: none; color:#000;}
	
/*1st sub level menu*/
/* no need to change, as true value set by script */
.suckertreemenu ul li ul{ position: absolute; top: 0; left: 0;  display: block; visibility: hidden; border:1px solid #808080;}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{ display: list-item; float: none; margin-bottom:0px;}

/*All subsequent sub menu levels offset after 1st level sub menu */
/* no need to change, as true value set by script */
.suckertreemenu ul li ul li ul{ left: 159px;/top: 0;}

/* Sub level menu links style */
/*width of sub menu levels*/
.suckertreemenu ul li ul li a{ display: block; width:120px; color:#000; text-decoration:none; padding: 1px 5px; border: 1px solid #f0f0f0;}

.suckertreemenu ul li a:hover{ background-color: #9DB9DC; color: white;}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{ background: url(../images/menubar_bkgrd.gif) repeat; }
.suckertreemenu .mainfoldericon:hover { background: url(../images/menubar_bkgrd.gif) 100% 100% repeat; }
/*.suckertreemenu .mainfoldericon{ background: #ECE9D8 url(arrow-down.gif) no-repeat center right;}*/

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{ background-color: #f0f0f0;}
/*.suckertreemenu .subfoldericon{ background: #ECE9D8 url(arrow-right.gif) no-repeat center right;}*/

/*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
* html p#iepara{ padding-top: 1em;}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
