.horizontalcssmenu ul{
margin: 0;
padding: 0;

list-style-type: none;
}


body {
	background: #E0D5B7 url("images/all/page_bg.jpg") repeat-x;

/*	text-align: center;					*/
/*	font: 11px verdana, arial, sans-serif;			*/
/*	color: #74653D;						*/
/*	padding-bottom: 10px;					*/
/*	padding-top: 31px;					*/
}



/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;

}

#cssmenu2 {
margin: 0 auto;
width: 913px;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 105px; /*Width of top level menu link items*/
_width: 113px;
padding: 2px 0 2px 8px;
border: 1px solid #202020;
border-left-width: 0;
text-decoration: none;
background: #C6B17B;
color: #000000;
font: bold 11px Verdana;
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: -1;
top: 0;
border-top: 0px solid #202020;
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: 190px; /*width of sub menu levels*/
/* font-weight: normal; */
font: normal 11px Verdana;
padding: 2px 5px;
background: #C6B17B;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: #DFD6B8;
color: #000000;
/* color: #FF0000; */
/* font: bold 11px Verdana; */
}

.horizontalcssmenu ul li ul li a:hover{
background: #DFD6B8;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url("images/all/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;
}




TABLE   {font-family: "Verdana",  Arial, sans-serif; font-size:  8pt; font-weight: normal; color: black}
p       {font-family: "Verdana",  Arial, sans-serif; font-size: 10pt; font-weight: normal; color: black}
h1      {font-family: "Verdana",  Arial, sans-serif; font-size: 12pt; font-weight: bold;   color: red}
h2      {font-family: "Verdana",  Arial, sans-serif; font-size: 14pt; font-weight: bold;   color: #663300}
h3      {font-family: "Verdana",  Arial, sans-serif; font-size: 11pt; font-weight: bold;   color: #663300}
h4      {font-family: "Verdana",  Arial, sans-serif; font-size:  8pt; font-weight: bold;   color: black}
h5      {font-family: "Verdana",  Arial, sans-serif; font-size:  8pt; font-weight: normal; color: black}
h6      {font-family: "Verdana",  Arial, sans-serif; font-size:  7pt; font-weight: bold;   color: black}
li      {font-family: "Verdana",  Arial, sans-serif; font-size:  8pt; font-weight: normal; color: black; list-style-type: square}
 a       {font-family: "Verdana", Arial, sans-serif; font-size:  8pt; font-weight: bold;   color: red; text-decoration: none} 
/* a:hover {font-family: "Verdana", Arial, sans-serif; font-size:  8pt; font-weight: normal; color: red; text-decoration: none} */





/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
