.MenuBack{
width: 541px;
background-color: #000000;
font-size: 10px;
font-family: Verdana, Arial, sans-serif;
}

#Mainmenu a:visited {
	COLOR: #ffffff; 
	TEXT-DECORATION: none;
}
.treemenu ul{
margin: 0px;
padding: 0;
list-style-type: none;
filter:alpha(opacity=80);
-moz-opacity:0.95;
}

/*Top level list items*/
.treemenu ul li{
position: relative;
display: inline;
float: left;
background-color: #000000; /*overall menu background color*/
}

/*Top level menu link items style*/
.treemenu ul li a{
display: block;
width: 100px; /*Width of top level menu link items*/
padding-top: 4px;
padding-bottom: 5px;
border-right: 0px dotted #F2F2F2;
text-decoration: none;
text-align: center;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
background-image: url('images/menu_arrow01.gif');
}

.treemenu ul li a:visited{
display: block;
width: 100px; /*Width of top level menu link items*/
padding-top: 4px;
padding-bottom: 5px;
border-right: 0px dotted #F2F2F2;
text-decoration: none;
text-align: center;
color: #ffffff;
font-family: Verdana, Arial, sans-serif;
font-size: 11px;
background-image: url('images/menu_arrow01.gif');
}
	
/*1st sub level menu*/
.treemenu 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)*/
.treemenu ul li ul li{
display: list-item;
float: none;
}

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

/* Sub level menu links style*/
.treemenu ul li ul li a{
display: block;
width: 100px; /*width of sub menu levels*/
color: #ffffff;
text-decoration: none;
padding: 0;
border: 1px solid #000000;
text-align: center;
font-family: Verdana, Arial, sans-serif;
}

.treemenu ul li a:hover{
	background-color: #555555;
	background-image: url('images/menu_arrow02.gif');
	background-repeat: no-repeat;
	background-position: center;
    color: #ffffff;
}

li#active {
    background-image: url('images/menu_arrow02.gif');
	background-repeat: no-repeat;
	background-position: center;"
}	
	

/*Background image for top level menu list links */
.treemenu .mainfoldericon{
background: #000000;
}

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