@charset "utf-8";
/* CSS Document */

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

.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
z-index: 10000;
}

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
/* background-color: #F3F3F3; overall menu background color*/
z-index: 10000;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
min-width: 30px; /*Width of top level menu link items*/
padding: 0px 0px 0px 0;
/* border: 1px solid black;
border-left-width: 0; */
text-decoration: none;
color: #fff;
/*
font-weight: normal;
font-size:14px;
*/
height: auto; /* 20px; */
line-height: auto; /* 20px; */
z-index: 10000;
}

.suckertreemenu ul li span {
color: #fff;
/*
font-weight: normal;
font-size:14px;
*/
height: auto; /* 20px; */
line-height: auto; /* 20px; */
padding: 0 7px;
z-index: 10000;
}

* html .suckertreemenu ul li a{ width: 30px; white-space:nowrap; text-decoration:none; z-index: 10000; }
/*
.sucker_wide, .sucker_wide a { width: 220px; }
*/
	
/*1st sub level menu*/
.suckertreemenu ul li ul{
left: 5px;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
background: #c54216;
z-index: 10000;
}

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

/*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: 10000;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 130px; /*width of sub menu levels*/
color: #fff;
text-decoration: none;
padding: 1px 5px;
border-bottom: 1px solid #3F0600;
border-left: 1px solid #3F0600;
border-right: 1px solid #3F0600;
font-size:11px;
font-weight: normal;
height: auto; /* 16px */
line-height: auto; /* 16px */
z-index: 10000;
background-image: none;
background: #ddd;
}

.suckertreemenu ul li a:hover {

color: #fee2b6;
text-decoration:none;
z-index: 10000;
}
.suckertreemenu ul li ul li a:hover {
background-color: #aa360f;
color: #fee2b6;
text-decoration:none;
z-index: 10000;
}

/*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%; z-index: 10000; }
* html .suckertreemenu ul li a { height: 1%; text-decoration:none; z-index: 10000; }
/* End */
