.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;
width: 138px; /*Width of top level menu link items*/
padding: 0px 0px;
border-left-width: 0;
text-decoration: none;
color: #6b6454;
font-family: Georgia;
font-weight:bold;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
position: absolute;
top: 0px;
margin-top:-23px;
display: inline;
visibility: hidden;
z-index: 2;
}

/*Sub level menu list items*/
.horizontalcssmenu ul li ul li{
float:left;
}

.horizontalcssmenu li ul li{

}

/* Sub level menu links style */
.horizontalcssmenu ul li ul li a{
width: 88px; /*width of sub menu levels*/
font-weight: bold;
font-size:13px;
padding-top:3px;
height:20px;
padding-right:5px;
padding-bottom:1px;
background: #ebddbf;
border-bottom: 1px solid #8c8064;
}

.ap-2
{
	border-top: 1px solid #8c8064;
	font-weight: bold;
}

.horizontalcssmenu ul li a:hover{
background: url(menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: #f6ecd4;
color:#cab98e;
}



* 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 */
