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

.suckertreemenu
{

margin-left:195px;
margin-right:220px;
background-image:url(/images/1menu.jpg);
background-repeat:repeat-x;
height:30px;
z-index:10;
}
.suckertreemenu ul{
margin: 0;
padding-left: 35px;
list-style-type: none;
font-size:14px;
font-weight:bold;
z-index:10;
}

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 5px;
border: 0px solid red;
text-align:center;
text-decoration: none;
color: white;
padding-bottom:10px;
width:90px;
}

/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
padding: 0px;
font-size:12px;
font-weight:bold;

}

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

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 185px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 0px 8px;
background-image:url(/images/1bg.png);
text-align:left;
padding-bottom:2px;
cursor:pointer;
border:0px solid red;
margin:0px;
}

.suckertreemenu ul li a:hover{
color: #425b86;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{

}

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

}

/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
