.main-menu-container{
	height: 18px;
	padding: 8px 10px 4px 0;
}
.main-menu-container ul{
margin: 0 !important;
padding: 0 !important;
list-style: none;
list-style-type: none;
float: right;
}

/*Top level list items*/
.main-menu-container ul li{
position: relative;
display: inline;
float: left;
background: none; /*overall menu background color*/
}

/*Top level menu link items style*/
.main-menu-container ul li a{
display: block;
min-width:20px;
width:auto !important;
width:20px;
/*width: 90px; Width of top level menu link items*/
padding: 1px 5px 1px 4px;
border: none;
border-left-width: 0;
text-decoration: none;
color: #003399;
font: normal 10px Verdana;
}
	
/*1st sub level menu*/
.main-menu-container ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
margin: 0 !important;
padding: 0 5px !important;
list-style: none;
background-color: #EBEBEB;
}

/*Sub level menu list items (undo style from Top level List Items)*/
.main-menu-container ul li ul li{
display: list-item;
float: none;
background-color: #EBEBEB;
border-bottom: 1px solid white; 
width: 100%;
}

/*All subsequent sub menu levels offset after 1st level sub menu */
.main-menu-container ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}

/* Sub level menu links style */
.main-menu-container ul li ul li a{
display: block;
/*width: 116px !important; width of sub menu levels*/
text-decoration: none;
padding: 1px 0;
border: none;
color: #003399;
font: normal 10px Verdana;
height: 21px;
line-height: 21px;
}
.main-menu-container ul li ul li.lastSecItem{
border-bottom: none;
}

.main-menu-container ul li a:hover{
color: #CC0000;
}

/*Background image for top level menu list links */
.main-menu-container .mainfoldericon{
margin: 0 0 0 4px;
padding: 1px 5px 1px 8px;
background: transparent url(/interface/servicesdot.gif) no-repeat center left;
}

/*Background image for subsequent level menu list links */
.main-menu-container .subfoldericon{
background: red url(media/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 .main-menu-container ul li { float: left; height: 1%; }
* html .main-menu-container ul li a { height: 1%; }
/* End */



