/* CoolMenus 4 - default styles - do not edit */
.clCMAbs{position:absolute; visibility:hidden; left:0; top:0}
/* CoolMenus 4 - default styles - end */
  
/*Style for the background-bar*/
.clBar{position:absolute; width:10; height:10; visibility:hidden;}

/*Styles for level 0 This is the top layer where your buttons go, the background colours have been removed in this instance to allow it to be transparent*/
.clLevel0,.clLevel0over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:11px; font-weight:bold}
.clLevel0{color:white;}
.clLevel0over{cursor:pointer; cursor:hand; }
.clLevel0border{position:absolute; visibility:hidden;}


/*Styles for level 1*/
.clLevel1, .clLevel1over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:10px; font-weight:bold}
.clLevel1{background-color:#FFF5DF; layer-background-color:#FFF5DF; color:#693E2B;}
.clLevel1over{background-color:#693E2B; layer-background-color:#693E2B; color:#FFF5DF; cursor:pointer; cursor:hand; }
.clLevel1border{position:absolute; visibility:hidden; background-color:#693E2B; layer-background-color:#000000}


/*Styles for level 2*/
.clLevel2, .clLevel2over{position:absolute; padding:2px; font-family:arial,helvetica; font-size:10px; font-weight:bold}
.clLevel2{background-color:#FFF5DF; layer-background-color:#FFF5DF; color:#693E2B;}
.clLevel2over{background-color:#693E2B; layer-background-color:#693E2B; color:#FFF5DF; cursor:pointer; cursor:hand; }
.clLevel2border{position:absolute; visibility:hidden; background-color:#693E2B; layer-background-color:#000000}


a:link {  font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #693E2B;}
a:active {  font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #693E2B;}
a:visited {  font-family: Arial, Helvetica, sans-serif; text-decoration: underline; color: #693E2B;}
a:hover {	font-family:Arial, Helvetica, sans-serif; text-decoration: none; color: #693E2B;}


body {

	scrollbar-3d-light-color:#BC9E86;
	scrollbar-arrow-color:#E0CFC0;
	scrollbar-base-color:#BC9E86;
	scrollbar-dark-shadow-color:#BC9E86;
	scrollbar-face-color:#BC9E86;
	scrollbar-highlight-color:#E0CFC0;
	scrollbar-shadow-color:#BC9E86;
}


.bodyText { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;  
	color: #FFFFFF;
}


.bodyTextBlack { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight: normal;  
	color: #000000;
}


.bodyTextBold { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold; 
	color: #FFFFFF;
}


.bodyTextBoldBlack { 
	font-family: Arial, Helvetica, sans-serif; 
	font-size: 11px; 
	font-weight:bold; 
	color: #000000;
}

