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

.suckertreemenu ul{
float:right;
width:auto;
margin: 0px;
padding: 0px;
list-style-type: none;
height:40px;
}

.suckertreemenu ul span.mh_rl {display:block;float:left;height:40px;width:12px;background: #2A66B5 url("/public/images/web/mh_rl.png") no-repeat;}
.suckertreemenu ul span.mh_rla {display:block;float:left;height:40px;width:12px;background: #2A66B5 url("/public/images/web/mh_rla.png") no-repeat;}

.suckertreemenu ul span.mh_rr {display:block;float:left;height:40px;width:12px;background: #2A66B5 url("/public/images/web/mh_rr.png") no-repeat;}
.suckertreemenu ul span.mh_rra {display:block;float:left;height:40px;width:12px;background: #2A66B5 url("/public/images/web/mh_rra.png") no-repeat;}

.suckertreemenu ul span.mh_o {display:block;float:left;height:40px;width:1px;background: #121518 url("/public/images/web/mh_o.png") no-repeat;}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #121518; /*overall menu background color*/
height:40px;
background: #121518 url("/public/images/web/mh_b.png") repeat-x;
}
/*Top level list items*/
.suckertreemenu ul li.mh_active{
background: #2A66B5 url("/public/images/web/mh_ba.png") repeat-x;
}

/*Top level menu link items style*/
.suckertreemenu ul li a {
display: block;
float:left;
width: auto; /*Width of top level menu link items*/
padding: 12px 8px 0px 8px;
text-decoration: none;
color: white;
height:28px;
font-size:12px;
}
	
/*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;
margin: 0px;
padding: 0px;
z-index:100;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: left;
height:40px;
border-top:solid 1px #8C8D90;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.suckertreemenu ul li ul li ul{ 
left: 159px; /* 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;
width: 160px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 8px 8px;
height:20px;
}

.suckertreemenu ul li a:hover{
/*background-color: #2A66B5;*/
/*color: black;*/
text-decoration:underline;
}

/*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%; }
* html .suckertreemenu ul li ul li { float: left;margin-top:-3px;}
/* End */

