BODY,UL,P,TABLE,TD,TH,H1,H2,H3,H4,H5,H6,BIG,SMALL {font-family: arial,arial MT,helvetica,sans-serif,arial,verdana,helvetica ; } 
H2{ font-size: 14pt; } 
H3{ font-size: 10pt; } 
H4{ font-size: 9pt; } 
BODY,TABLE,TD,p {font-size: 8pt;color:#000000; } 
TH {text-align:left; }

.infonavactive,.infonav,.info_next,.info_prev{font-size: 10pt;color:red;}
.info_next:hover{color:black;text-decoration:underline;}
.info_prev:hover{color:black;text-decoration:underline;}
.infonav:hover{color:black;text-decoration:underline;}

.galleryPageFooter{text-align:justify;}

#contentCMS{margin-left:10px;}

H1{ vertical-align: middle;font-size: 12pt;color:#c1272d;padding-top:2px;padding-bottom:1px;border-bottom: 1px dashed #000;background-color:#fff;}

.gallerythumbnail{margin:0px;}
.galleryThumbTd{padding:0px;}
.galleryTable{width:200px;}

A {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : black;
	text-decoration : underline;

}
A:HOVER {
	font-family : Arial, Helvetica, sans-serif;
	font-size : 10pt;
	color : red;
	text-decoration : none;
}

#menu ul{padding-left:0px;}
#menu {
 width: 100%;  
 height: 30;

}

#menu ul {
 list-style: none;
 padding-left: 3;   /* padding to buttons */
 margin: 2 ;   /* indent from outside div */
 width:100px;
}

#menu li {
      width: 100;
position:relative;  /* position relative so that you can position the sub levels */
 /* button outside dimensions, need this for centering text... make this same as anchor */

}

#menu a {
 text-decoration: none; /* remove typical underline */
 font-size: 10pt;    /* menu text size */
 display: block;    /* treats layout of buttons like they're table cells rather than list items */
 width: 100;   /* button outside dimensions */
 color: #999999;  /* link text colour */
 margin: 6;
}

#menu a:hover {  /* override as neccesary for mouse over effects */
font-size: 10pt;    /* menu text size */
}


/* hide the sub levels and give them a positon absolute so that they take up no room */
#menu ul ul {
display: none;   /* removes the anoying space between buttons where popupmenus exist.*/
visibility:hidden;  /* dropdowns hidden by default, until hovered over */
position:absolute;
top:0;
left:100; 
 width: 120px;  /* width of the entire dropdown */
}


#menu li ul a {  /* override colours for drop down buttons */
}

#menu ul li {
 width: 100px;
 text-align:left;
 font-size: 10pt;
 color:gray;
}


#menu li ul a:hover {  /* override colours for drop down buttons */
}

#menu ul li:hover, #menu ul li.sfhover {
}


#menu li:hover ul ul, 
#menu li:hover ul ul ul, 
#menu li.sfhover ul ul, 
#menu li.sfhover ul ul ul 
{
 left: -999em;

}

#menu li:hover ul, 
#menu li li:hover ul, 
#menu li li li:hover ul, 
#menu li.sfhover ul, 
#menu li li.sfhover ul, 
#menu li li li.sfhover ul {

  visibility:visible;
  display: block;  /* anoyingly restores the anoying space between buttons where popupmenus exist.*/
}