/* Start Sucker Tree Horizontal Menu */
/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.suckertreemenu ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
list-style-type: none;
z-index:100;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background-color: white; /*overall menu background color*/
z-index:100;
}

/*Top level menu link items style*/
 /*.suckertreemenu ul li a{
display: block;
width: auto;Width of top level menu link items*/
/*overflow: auto; /*force hasLayout in IE7 
padding: 1px 0px;
border: 0;
border-left-width: 0;
text-decoration: none;
color: #363636;
z-index:100;
}*/
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
margin: 0 0 0 0;
padding: 0 0 0 0;
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
z-index:100;
background-color: #EEEEEE;
border-top: 1px solid #363636;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li{
display: list-item;
float: none;
z-index:100;
 background-color: #EEEEEE;
}

.suckertreemenu ul li a.rednav{
display: block;
width: auto; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #d3d3d3;
background-color: #990000;
/*border-bottom: 1px solid #FF8C00;*/
z-index:100;
height:1.85em;
}

/*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;
z-index:100;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a.orangenav{
display: block;
width: auto; /*width of sub menu levels*/
color: #363636;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #363636;
/*border-bottom: 1px solid #FF8C00;*/
z-index:100;
height:1.85em;
}

.suckertreemenu ul li ul li a.rednav{
display: block;
width: auto; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #d3d3d3;
background-color: #990000;
/*border-bottom: 1px solid #FF8C00;*/
z-index:100;
height:1.85em;
}

.suckertreemenu ul li ul li a{
display: block;
width: auto; /*width of sub menu levels*/
color: #363636;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #363636;
z-index:100;
height:1.85em;
}

.suckertreemenu ul li ul li a.ext{
display: block;
width: auto; /*width of sub menu levels*/
color: #363636;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #363636;
z-index:100;
height: 3em;
}

.suckertreemenu ul li a:hover{
background-color: white;
border: 0;
color: #CCCCCC;
z-index:100;
text-decoration: none;
}

.suckertreemenu ul li ul li a.orangenav:hover{
background-color: #FF9900;
color: #363636;
border-bottom: 1px solid #363636;
z-index:100;
height:1.85em;
text-decoration: none;
}

.suckertreemenu ul li ul li a:hover{
background-color: #363636;
color: #CCCCCC;
/*border-top: 1px solid #363636;*/
border-bottom: 1px solid #363636;
z-index:100;
height:1.85em;
text-decoration: none;
}
.suckertreemenu ul li ul li a.ext:hover{
background-color: #363636;
color: #CCCCCC;
/*border-top: 1px solid #363636;*/
border-bottom: 1px solid #363636;
z-index:100;
height: 3em;
text-decoration: none;
}

/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: white none no-repeat center right;
z-index:100;
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: #EEEEEE none;
z-index:100;
}

* 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 Sucker Tree Horizontal Menu */