.menu
{
width:710px;
height:100%;
}

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


.menu ul li{

position: relative;
display: inline;
float: left;
background-image:url('/images/deventsref/links-image.png'); /*overall menu background color*/


}


.menu ul li a{
display: block;
width: 110px; /*Width of top level menu link items*/
padding: 1px 1px;
text-decoration: none;
color: white;
text-align:center;
}
	

.menu ul li ul{
left: 0;
position: absolute;
top: 1em; /* no need to change, as true value set by script */
display: block;
visibility: hidden;
}


.menu ul li ul li{
display: list-item;
float: none;
background-image:url('/images/deventsref/links-image.png');
}


.menu ul li ul li ul{ 
left: 159px; /* no need to change, as true value set by script */
top: 0;
}


.menu ul li ul li a{
display: block;
width: 110px; /*width of sub menu levels*/
color: white;
text-decoration: none;
padding: 0px 0px;

}

.menu ul li a:hover{
background-image:url('/images/deventsref/links-image-new.png');
color: black;
}


.menu .mainfoldericon{
background-image:url('/images/deventsref/links-image.png');
}


.menu .subfoldericon{
background-image:url('/images/deventsref/links-image.png');
}

* 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;
}

#dublin, #dublin a
{
background-image:url('/images/deventsref/links-image-new.png');
color:black;
}
#dublin a:hover
{
color:white;
}
	
/* Holly Hack for IE \*/
* html .suckertreemenu ul li { float: left; height: 1%; }
* html .suckertreemenu ul li a { height: 1%; }
/* End */
