@charset "iso-8859-1";
.horizontalcssmenu ul{
border:1px solid #174495;
height:19px;/*necessary to give the ul some height*/
list-style-type:none;
margin: 0;
padding: 0;
width: 736px;/*total width 740px including the border each side*/
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
background:transparent url(menubg.gif)  repeat-x scroll center center;
border: 1px solid #174495;/*2px border all round*/
color: black; 
display: block;
font-family: Ariel sans-serif;	 
font-size:14px;
font-weight:700;
padding 1px 0;/*no horizontal padding*/
border-left-width: 1;	
text-align: center;
text-decoration: none;
width: 90px; 
}


.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #cde686;
}

.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 */