.horizontalcssmenu {
	float: left;
}
.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
width: 100px;
text-align:center;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;

padding: 2px 8px;
border-left-width: 0;
text-decoration: none;
background: url(/images/menubg.gif) center center repeat-x;
color: white;
font: bold 11px arial;
margin-right: 2px;
}

.horizontalcssmenu ul li a:hover{
background: url(/images/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li.selected a {
background: url(/images/menubgover.gif) center center repeat-x;
color: white;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(menuarrow.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;
}
	
/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */