.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;
	font-weight: normal;
	font-size: 11px;
	font-style: normal;
	font-family: Veranda;
	font-variant: normal;
	text-decoration: none;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul
{
	border-top: 0px;
	font-weight: normal;
	font-size: 10px;
	z-index: 100;
	left: 0px;
	visibility: hidden;
	font-style: normal;
	font-family: Veranda;
	position: absolute;
	top: 0px;
}

/*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{
width: 200px; /*width of sub menu levels*/



}

.horizontalcssmenu ul li a:hover{

}

/*.horizontalcssmenu ul li ul li a:hover{
background: #dbe6e2;
}*//*if you want change color of the highlight do it here */

/*.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: no-repeat center left;
} for if you want put arrow to show which luink your on*/
