
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */
.suckertreemenu {
    /* margin-left: 170px; */
    /*overall menu background color*/
    height: 42px;
    line-height: 42px;
    padding: 0;
    width: 950px;
    font-size: 12px;
    margin: 0px auto;

}

.suckertreemenu ul{
    margin: 0px;
    padding: 5px 0px 0px 5px;
    list-style-type: none;
    }

/*Top level list items*/
.suckertreemenu ul li{
    font-size:10px;
    display: inline;
    float: left;
    position: relative;
    height:37px;
    line-height: 37px;
    margin: 0px;
    text-align:center;

 /*overall menu background color*/
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
    text-decoration: none;
    display:block;
    color: #fff;
    padding:0px 19px;
    _padding:0px 16px;
}


/*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: inline;
    visibility: hidden;
    background: #670c02;
    padding: 0;
    margin-top: 0px;
    _margin-left:0px;
    z-index: 600;

}
/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
    display: list-item;
    width: 160px;
    float: none;
    padding:0px 19px;
    _padding:0px;
    margin:0;
    border-right: 0;
    text-align:left;
    font-size:10px;
    /*width: 155px;*/
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
    display: block;
    color: #fff;
    text-decoration: none;
    border: 0;
    padding: 0;
}

.suckertreemenu ul li:hover, .suckertreemenu ul li ul li a:hover, .suckertreemenu ul li ul li:hover {
    background-color: #670c02;
    color: #ffffcc;
    z-index:2000;
}

.suckertreemenu ul li a:hover {
    background-color: #670c02;
    color: #ddd;
}

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

}

/*Background image for subsequent level menu list links */
.suckertreemenu .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%; }
/* End */

#treemenu1,  #treemenu2  {
    position: absolute;
    z-index:10000;
}

/* custom */
#selected {

}

#selected a {
   color: #fff;
}
