/* 3 Level drop down navigation for main */
.suckertreemenu ul{
font-family:Verdana, Arial, Helvetica, sans-serif;
margin: 0px;
padding-left:0px;
list-style-type: none;
z-index:0;
}

h7{
font-size:14px;
height:0px;
color:none;
}
#lastBox{
	margin:0px; padding:0px; width:131px;
}

/*Top level list items* - Top Level Navigation*/
.suckertreemenu ul li {

	position: relative;
	display: inline;
	float: left;
	background-color:none; /*overall menu background color!*/
	border-right:0px #f5f5f5 solid;
	height:77px;
	width:100px;
	margin-left:0px;
}

/*Top level menu link items style - Top Level Navigation*/
.suckertreemenu ul li a {
font-family:Helvetica,Arial,Verdana,sans-serif;
text-align:center;
	height:77px;
	width:100px;
	border-left-width: 0;
	text-decoration: none;
	color: #1b3968;
	font-size:12px;
	font-weight:bold;
	display:block;
}
 
/*1st sub level menu*/
.suckertreemenu ul li ul {
	left: 0;
	position:absolute;
	top:0px; /* no need to change, as true value set by script */
	display: block;
	visibility: hidden;
	background:none;
	color:#1b3968;
	width:99px;
	margin-top:11px;

}

/*Sub level menu list items (undo style from Top level List Items)*/
.suckertreemenu ul li ul li {
	display: list-item;
	float: none;
	width:99px;
	height:40px;
	margin-top:-5px;
	background:#FFFFFF;
	overflow:hidden;}

a#car:link, a#car:visited, a#car:active{
background:url(../images/nav/cars.gif) top center repeat-x;
height:40px;
}
a#car:hover{
background:url(../images/nav/cars.gif) bottom center repeat-x;
}
a#commer:link, a#commer:visited, a#commer:active{
background:url(../images/nav/commercial.gif) top center repeat-x;
height:40px;
}
a#commer:hover{
background:url(../images/nav/commercial.gif) bottom center repeat-x;
}
a#motorhome:link, a#motorhome:visited, a#motorhome:active{
background:url(../images/nav/motorhome.gif) top center repeat-x;
height:40px;
}
a#motorhome:hover{
background:url(../images/nav/motorhome.gif) bottom center repeat-x;
}

/* Sub level menu links style */
.suckertreemenu ul li ul li a{

}
a#Home:link, a#Home:visited, a#Home:active{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/home.gif) top repeat-x;
	height:84px;
}
a#Home:hover{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/home.gif) bottom repeat-x;
	height:84px;
}
a#ECUTuning:link, a#ECUTuning:visited, a#ECUTuning:active{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/tuning.gif) top repeat-x;
	height:84px;
}
a#ECUTuning:hover{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/tuning.gif) bottom repeat-x;
}
a#About:link, a#About:visited, a#About:active{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/about.gif) top repeat-x;
	height:84px;
}
a#About:hover{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/about.gif) bottom repeat-x;
}
a#Contact:link, a#Contact:visited, a#Contact:active{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/contact.gif) top repeat-x;
	height:84px;
}
a#Contact:hover{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/contact.gif) bottom repeat-x;
}
a#Testimonial:link, a#Testimonial:visited, a#Testimonial:active{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/testimonials.gif) top repeat-x;
	height:84px;
}
a#Testimonial:hover{ /*Changes the color of the menu as the mouse rolls over*/ 
	background:url(../images/nav/testimonials.gif) bottom repeat-x;
}



/*Background image for top level menu list links */
.suckertreemenu .mainfoldericon{

}

/*Background image for subsequent level menu list links */
.suckertreemenu .subfoldericon{
	background:url(../images/menArrow.gif) no-repeat;
	background-position: 150px center ;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows suckertree menu, add 1em top spacing between the two in IE*/
 /* padding-top: 1px; */
}
 
/* 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;}
/*End 3 Level Main Navigation*/

/* Menu Border Fudge */

.suckertreemenu ul li ul{
	/* border:1px solid #1b3968; */
}