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

/*Top level list items*/
.suckertreemenu ul {
background: url(images/allimages/submenu_back.gif) no-repeat; /*overall menu background color*/
}
.suckertreemenu ul li{
position: relative;
}
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 35px;
position: absolute;
visibility: hidden;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #fff;
font-weight: bold;
padding-left: 0.5em;
line-height: 3em;
text-indent: 0 !important;;
}

.suckertreemenu ul li a:hover{
background-color: black;
color: white;
background: url(images/allimages/submenu_back_over.gif) no-repeat;
}

* 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 */
