/* Menu Style */

.suckertreemenu {
background: url(../images/bg-top-nav.gif) repeat-x;
height:32px;
z-index:10000;
}
.suckertreemenu .left-img {
background: url(../images/left-nav-cr.gif) no-repeat;
height:32px;
}
.suckertreemenu .right-img {
background: url(../images/top-nav-linesbg.gif) 100% 0% no-repeat;
height:32px;
}
.suckertreemenu .pad-div {
padding: 0px 0px 0px 10px;
}


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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
float: left;
background: url(../images/seprator.gif) 100% 50% no-repeat; /*overall menu background color*/
z-index:10000;
}

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 130px; /*Width of top level menu link items*/
padding: 6px 0px 6px 0px;
/*border: 1px solid black;
border-left-width: 0;*/
text-decoration: none;
color: #717171;
font: 11px verdana;
text-align:center;
z-index:10000;
}
	
/*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;
background: #ffffff;
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;
padding:0px;
margin:0px;
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: 320px; /* width of sub menu levels*/
text-decoration: none;
padding: 3px 5px;
border: 1px solid #DDDDDD;
color: #717171;
font: 11px verdana;
text-align:left;
z-index:10000;
}

.suckertreemenu ul li a:hover{
/*background-color: black;*/
color: #0C78D0;
z-index:10000;
}

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

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(../images/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%; z-index:10000;}
/* End */

/* End of menu style */