.horizontalcssmenu ul{
margin: 0;
padding: 0;
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: 120px; /*Width of top level menu link items*/
padding: 2px 8px;
border: 1px solid #0055AA;
border-left-width: 0;
text-decoration: none;
background: url(/i/menubg.png) center center repeat-x;
color: #004B83;
font: bold 11px Arial;
}

/*Top level menu link items style*/
.horizontalcssmenu div{
display: block;
padding: 2px 8px;
border: 1px solid #0055AA;
border-left-width: 0;
text-decoration: none;
background: url(/i/menubg.png) center center repeat-x;
color: #2f3699;
font: bold 11px Arial;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #0055AA;
position: absolute;
display: block;
visibility: hidden;
z-index: 100;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display:inline;
float: none;
}

/*Sub level 2 menu*/
#horizontalcssmenu2 ul{
width:160px;
left: 0;
color: #2f3699;
border-top: 1px solid #0055AA;
position: absolute;
display: inline;
visibility: hidden;
z-index: 100;
clear: both;
}

/*Sub level 2 menu list items*/
#horizontalcssmenu2 li{
position: relative;
left:0;
width:100%;
float: none;
clear: both;
}

/* Sub level 2 menu links style */
#horizontalcssmenu2 a{
width: 160px; /*width of sub menu levels*/
font: bold 12px Courier New;
padding: 2px 0px;
top: -18px;
color: #2f3699;
display:block;
background: red;
border-width: 0px 1px 1px 1px;
clear: both;
}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 160px; /*width of sub menu levels*/
font: bold 11px Arial;
padding: 2px 0px;
color: #2f3699;
position: relative;
background: #a5bfd1;
border-width: 0px 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
text-decoration: none;
color: #2f3699;
background: url(/i/menubgover.png) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
text-decoration: none;
color: #2f3699;
background: #CBDAE4;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(/i/menuarrow.png) 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;
}
