.horizontalcssmenu ul{
width:100%;
margin: 0;
padding: 1;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 80px; /*Width of top level menu link items*/
padding: 10px 0px;
border: 0px solid #202020;
border-left-width: 0;
text-decoration: none;
background: url(back1.gif) center center repeat-x;
color: black;
font: bold 11px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
padding 5 5 5 5;
left: 0;
top: 0;
border-top: 0px solid #202020;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu.sub ul li
display: block;
float: left;
}


/*NEW Sub level2 menu list items*/
.horizontalcssmenu.sub2 ul li
{
background-color:#414D65;
display: block;
float: none;
left: 130;
top:-20px;
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font-weight: normal;
padding: 5 5 5 5;
background: white;
border-width: 1;
}
.horizontalcssmenu ul li A:hover{
background: url(title.jpg) center repeat-x;
}


.horizontalcssmenu LI A.top_link:hover {
	BACKGROUND: url(button4.gif) no-repeat;
}



.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(rrow.gif) no-repeat center left;
}

* html p#iepara{ /*For a paragraph (if any) that immediately follows menu, add 1em top spacing between the two in IE*/
padding-top: 1em;
}
