/*General page contents*/
body       { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #bcb3aa; text-decoration: none; font-weight: normal;}

A:         { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #9b3204; text-decoration: underline; font-weight: bold;}
A:link     { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #9b3204; text-decoration: underline; font-weight: bold;}
A:visited  { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #8d4a2d; text-decoration: underline; font-weight: bold;}
A:hover    { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #cbbda6; text-decoration: underline; font-weight: bold;}

.title     { font-family: Arial, Verdana, Helvetica; font-size: 12pt; color: #991d00; font-weight: bold; font-style: normal; text-decoration: none;}
td         { font-family: Arial, Verdana, Helvetica; font-size: 11pt; color: #9b9092; font-weight: normal; font-style: normal; text-decoration: none;}

h1         { font-family: Arial, Verdana, Helvetica; font-size: 18pt; color: #991d00; font-weight: bold; font-style: normal; text-decoration: none;}
h2         { font-family: Arial, Verdana, Helvetica; font-size: 14pt; color: #a03c10; font-weight: bold; font-style: normal; text-decoration: none;}
h3         { font-family: Arial, Verdana, Helvetica; font-size: 13pt; color: #872d06; font-weight: bold; font-style: normal; text-decoration: none;}


/*Menu contents*/
.horizontalcssmenu ul{
left: 10;
margin: 0;
padding: 0;
list-style-type: none;
}

/*Top level list items*/
.horizontalcssmenu ul li{
position: relative;
display: inline;
float: left;
border-left: 0px solid #e3dace;
border-right: 0px solid #000000;
}

/*Top level menu link items style*/
.horizontalcssmenu ul li a{
display: block;
width: 114px; /*Width of top level menu link items*/
padding: 0px 0px;
border: 1px solid #000000;
border-left: 1px solid #e3dace;
border-left-width: 1;
background: url(img/menubg.gif) center center repeat-x;
text-decoration: none; 
text-align: left;
}
	
.horizontalcssmenu ul li a:link{
text-decoration: none; 
}
	
.horizontalcssmenu ul li a:visited{
text-decoration: none; 
}
	
.horizontalcssmenu ul li a:hover{
text-decoration: none; 
}
	
/*Sub level menu*/
.horizontalcssmenu ul li ul{
left: 0;
top: 0;
border-top: 1px solid #000000;
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: 180px; /*width of sub menu levels*/
padding: 2px 5px;
background: #d3ccc9;
border-width: 0 1px 1px 1px;
}

.horizontalcssmenu ul li a:hover{
background: url(img/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu ul li ul li a:hover{
background: url(img/menubgover.gif) center center repeat-x;
}

.horizontalcssmenu .arrowdiv{
position: absolute;
right: 0;
background: transparent url(img/menuarrow.gif) no-repeat center left;
}

/* Holly Hack for IE \*/
* html .horizontalcssmenu ul li { float: left; height: 1%; }
* html .horizontalcssmenu ul li a { height: 1%; }
/* End */
