.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{
padding-left: 18px;
padding-right: 18px;
padding-top: 9px;
padding-bottom: 9px;
text-decoration: none;
background-color: rgb(255,255,255);
color: rgb(0,0,0);
font: 11px verdana, tahoma;
line-height:29px;

/*background: url(menubg.gif) center center repeat-x;*/
/*width: 100px; Width of top level menu link items*/
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left:-1;
margin-top:1;
border: 1px solid rgb(160,180,200);
border-right: 1px solid rgb(160,180,200);
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{
width: 150px; /*width of sub menu levels*/
padding: 0px 8px;
background: rgb(255,255,255);
font: 11px verdana, tahoma;
color: rgb(0,0,0);
line-height:18px;
}

.horizontalcssmenu ul li a:hover{
background: rgb(235,240,245);
/*background: url(menubgover.gif) center center repeat-x;*/
/*color: rgb(40,60,160);*/
}

.horizontalcssmenu ul li ul li a:hover{
background: rgb(235,240,245);
/*color: rgb(40,60,160);*/
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 3;
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;
}*/
	
/*
html .horizontalcssmenu ul li { float: left; height: 1%; }
html .horizontalcssmenu ul li a { height: 1%; }
*/