*+html #mar1 {margin-bottom: -3px;}
*+html #mar2 {margin-bottom: -2px;}

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

/*Top level list items*/
.suckertreemenu ul li{
position: relative;
display: inline;
background: url(../img/GV2_link_bg.jpg) repeat-x;/*overall menu background color*/
float: left; 
width: 16.66%;
}

* html .suckertreemenu ul li {
width: 16.68%;
}


/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
width: 100%; /*Width of top level menu link items*/
padding: 10px 0px;
text-decoration: none;
color: #222;
white-space: nowrap;
text-align: center;
font-weight: 700;

overflow: hidden;
}
.suckertreemenu ul li a:visited {color: #222;}
	
/*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;
}

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

/*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: #222;
text-decoration: none;
padding: 5px 5px;
margin: 0;
/*
border: 1px solid #fff;*/
background: url(../img/GV2_link_bg.jpg) repeat-x;
}

/* AC - As descriptions */
.suckertreemenu ul li ul li ul li { 
width: 280px;
background-color: #FFFFFF;
padding: 10px 5px 0px 5px;
border: 1px solid #F5CE47;
}

/* AC - Descriptions */
.suckertreemenu ul li ul li ul li p {
color: #000;
}

/* AC - h3 title bottom spacing */
.suckertreemenu ul li ul li ul li h3 {
color: #222;
padding-bottom: 7px;
}

/* AC - 3rd tier links */
.suckertreemenu ul li ul li ul li a {
font-size: .8em;
}

.suckertreemenu ul li a:hover{
background: url(../img/GV2_link_bg-O.jpg) repeat-x; /* AC */
color: #333;
}

/* INSERT BACK HERE */
/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{
background: url(../img/GV2_link_bg.jpg) repeat-x; /* AC */
}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
background: url(../img/GV2_link_bg.jpg) repeat-x; /* AC */
}

* 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; height: 1%;}
/* End */
