#MenuContainer {background:url(images/off_red.gif) repeat-x;text-align:left;width:870px; height:35px; padding: 0 0 0 30px;}

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

/*Top level list items*/


.mainMenu ul li{
position: relative;
display: inline;
float: left;
/*background-image:url(images/off_red.gif); sets bakground image of main menu
background-repeat:repeat-x;
height:32px;
width: 153px;
padding:  */
}

/*Top level menu link items style*/
.mainMenu ul li a {
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 8px 0 0px 30px;
text-decoration: none;
color: #ffffff;
line-height:20px;
height:32px;
background:url(images/divider.gif) no-repeat top right;
text-transform:uppercase;}

.mainMenu ul li.selected {/*same block as rollover link but shows selected*/
background-image:url(images/on_blk.gif);
background-repeat:repeat-x;
color: #ffffff;
font-family:Arial, Helvetica, sans-serif;
font-size:13px;
font-weight:bold;
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 1px 0 1px 30px;
text-decoration: none;
line-height:32px;
height:32px;
text-transform:uppercase;
}
	
.left_end {float:left;padding:0 0 0 1px;margin:0;height:35px;line-height:35px;background:url(images/divider.gif) no-repeat top left;}
	
	
/*1st sub level menu*/
.mainMenu ul li ul{
left: 0px;
position: absolute;
top: 32px; /* 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)*/
.mainMenu ul li ul li{
display: list-item;
float: none;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.mainMenu ul li ul li ul{ 
left: 0px; /* no need to change, as true value set by script */
top: 0;
/*height: 16px;
line-height:10px;*/
}

/* Sub level menu links style */
.mainMenu ul li ul li a{
width: 150px; /*width of sub menu levels*/
color: #ff4220;
text-decoration: none;
height: 20px;
line-height:20px;
padding: 2px 0 2px 10px;
font-weight:normal;
background-color: #ffffff; /*sets color of dropdown background */
background-image:none;
}

.mainMenu ul li ul li.line {
border-top: 1px solid #bfbfbf;
width: 160px; /*width of sub menu levels*/
padding:0;
background-color: #ffffff;
background-image:none;
/*height: 16px;
line-height:10px;*/
}
.mainMenu ul li a:hover {
background-image:url(images/on_blk.gif);
background-repeat:repeat-x;
color: #ffffff;
}
.mainMenu ul li ul li a:hover{
background-color:#ff3c26;
background-image:none;
color: #ffffff;
}
.mainMenu ul li ul li a.nohover:hover{
background-color:#ffffff;
background-image:none;
color: #ff4220;
cursor: default;

}

/*Background image for top level menu list links */
.mainMenu .mainfoldericon{
background: #ff4220 url(images/off_red.gif) no-repeat-x;
}

/*Background image for subsequent level menu list links */
.mainMenu .subfoldericon{
background: #ffffff 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 .mainMenu ul li { float: left; height: 1%; }
* html .mainMenu ul li a { height: 1%; }
/* End */

