.suckertreemenu ul{
margin: 0;
padding: 0;
list-style-type: none;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
font-weight:bold;
text-transform:uppercase;
z-index:1000;
}

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

/*Top level menu link items style*/
.suckertreemenu ul li a{
display: block;
padding: 1px 1px;
border: 1px solid white;
border-left-width: 0;
text-decoration: none;
height:30px;
line-height:30px;
z-index:1002;
}
	
/*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;
z-index:1003;
}

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

/* Sub level menu links style */
.suckertreemenu ul li ul li a{
display: block;
width: 146px; /*width of sub menu levels*/
text-decoration: none;
padding: 1px;
border-bottom: 1px solid #b40e00;
}

.suckertreemenu ul li a:hover{
background-color: #fa9a03;
color:white;
z-index:1004;
}


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


.menu1 a{color: #d8041a; text-align:center; width:148px;}
.menu2 a{color: #938509; text-align:center; width:135px;}
.menu3 a{color: #ed6544; text-align:center; width:140px;}
.menu4 a{color: #0b6eb8; text-align:center; width:140px;}
.menu5 a{color: #d5017b; text-align:center; width:135px;}
.menu6 a{color: #e6aa06; text-align:center; width:138px;}