.horizontalcssmenu ul{
	margin: 0;
	padding: 0;
	list-style-type: none;
	list-style: none;
	border: none;
	font-family: 'Trebuchet MS', 'Lucida Grande',
	  Verdana, Lucida, Geneva, Helvetica, 
	  Arial, sans-serif;
	font-size:12px;
	color: #ffffff;
}

/*Top level list items*/
.horizontalcssmenu ul li{
	position: relative;
	display: inline;
	float: left;
	border-bottom: 1px solid #90bade;
	margin: 0;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 105px; /*Width of top level menu link items*/
height:14px;
padding: 0 5px 2px 0.5em;
border: 1px solid #202020;
border-left: 5px solid #1958b7;
border-right: 5px solid #508fc4;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
background-color: #2175bc;
color: #ffffff;
text-decoration: none;

}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #202020;
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 menu links style */
.horizontalcssmenu ul li ul li a{
font-weight: normal;
padding: 0 5px 2px 0.5em;
background: #e3f1bd;
border-width: 0 1px 1px 1px;
width: 100px; /*Width of top level menu link items*/
border: 1px solid #202020;
border-left: 5px solid #1958b7;
border-right: 5px solid #508fc4;
text-decoration: none;
background: url(menubg.gif) center center repeat-x;
background-color: #2175bc;
color: #fff;
text-decoration: none;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
		border-left: 5px solid #1c64d1;
		border-right: 5px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
		border-left: 5px solid #1c64d1;
		border-right: 5px solid #5ba3e0;
		background-color: #2586d7;
		color: #fff;
}

.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 */