.horizontalcssmenu ul{
margin: 0;
padding: 0;
display: inline;
list-style-type: none;
width:990px;
}

/*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;
/*width: 150px; /*Width of top level menu link items*/
_width:27%;
padding:0px 25px 9px 30px;
_padding:0 0 9px 0;
text-align:center;
/*padding: 2px 8px;
/*border: 1px solid #202020;*/
border-left-width: 0;
text-decoration: none;
/*background: url(menubg.jpg) center center repeat-x;*/
color: #fff;
font: bold 13px Tahoma;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 20px;
top: 0px;
/*border-top: 1px solid #3A2721;*/
list-style:circle;
position: absolute;
display: block;
background: #3A2721;
visibility: hidden;
width:230px;
z-index: 100;
padding-bottom:5px;
}

/*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*/
font-weight: normal;
padding: 5px 5px;
background: #3A2721;
background: url(images/serv2.jpg) 0 center no-repeat; /**********/
border-width: 0 0px 0px 0px;
text-align:left;
}

.horizontalcssmenu ul li a:hover{
 	
/*background: url(images/t_serv2.jpg) center center repeat-x;*/
}

.horizontalcssmenu ul li ul li a:hover{
background: #3A2721;
background: url(images/serv2.jpg) 0 center no-repeat;
/*background: url(images/t_serv1.jpg) center center repeat-x; /*********/
}

.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 */
