.horizontalcssmenu ul{
margin: 0;
padding: 0;
list-style-type: none;
white-space: nowrap;  
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
color:Green;
white-space: nowrap;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
border-left: 0 solid #202020;
	border-right: 1px solid #202020;
	border-top: 1px solid #202020;
	border-bottom: 1px solid #202020;
    display:block;
    width: 130px; /*Width of top level menu link items*/
	padding: 2px 8px;
	text-decoration: none;
	font: 13px Tahoma;
	font-weight: Bold;
	color:White;
	white-space:nowrap;
FILTER: progid:DXImageTransform.Microsoft.Gradient(gradientType=0,startColorStr=#FFA6CCAA,endColorStr=#003300);
}
	
/*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;
color:Black;
white-space: nowrap;  
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
display: inline;
float: none;
  white-space: nowrap;  
}


/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
	padding: 5px 10px;
	background: #eee;
	display: block;
	border-bottom: 1px solid #ddd;
	color: white;
    white-space: nowrap;  
}

.horizontalcssmenu ul li a:hover{
color: Black;

}

.horizontalcssmenu ul li ul li a:hover{
	background : #066 url('../js/linkarrow.gif') no-repeat right center;
	text-decoration: none;
	color: Black;
    white-space: nowrap;  
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: url('../js/menuarrow.gif') no-repeat left 50%;
white-space: nowrap;  
}

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