/* menu by http:/www.saxbytech.com.au 24 Dec 2009 */
/* background colour of the unordered list left hand side menu */
table.styleMenuAbout,
table.styleMenuCertificate
{
	background-color:#ff4515;	
}
table.styleMenuAccommodation
{
	background-color:#2f859d;
}
table.styleMenuActivities
{
	background-color:#671b46;
}
table.styleMenuBook
{
	background-color:#889e0c;
}
table.styleMenuConferences
{
	background-color:#00cc00;
}
table.styleMenuContact
{
	background-color:#293741;	
}
table.styleMenuRates
{
	background-color:#A45B52;	
}
table.styleMenuRestaurant
{
	background-color:#93216a;
}
table.styleMenuSpa
{
	background-color:#FA6B1F;
}
table.styleMenuSpecials
{
	background-color:#46b094;	
}
table.styleMenuVirtual
{
	background-color:#6286d0;
}
table.styleMenuWeddings
{
	background-color:#8c1f98;
}
/* width and positioning of the unordered list menu (ul) */
.styleMenuAbout,
.styleMenuAccommodation,
.styleMenuActivities,
.styleMenuBook,
.styleMenuCertificate,
.styleMenuConferences,
.styleMenuContact,
.styleMenuRates,
.styleMenuRestaurant,
.styleMenuSpa,
.styleMenuSpecials,
.styleMenuVirtual,
.styleMenuWeddings
{
	margin:0;
	padding:0;
	border:0;
	width:170px;
}
/* formatting of li */
li.styleMenu
{
	margin:0;
	padding:0.4em 0 0.4em 2.7em;
	list-style-type:none;
	display:block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:0.65em;
}
li.styleMenu a
{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	display:block;	
	margin:0;
	text-decoration: none;
}
#unorderedList
{
	margin:0;
	border:0;
	padding:1em 0 0 0;
	width:177px;
}
/* styling of links in unordered menu */
.styleMenu a:link {
	color: #cdf;
}
.styleMenu a:visited {
	color: #cdf;
}
.styleMenu a:hover {
	color: #000;
}
.styleMenu a:active {
	color: #000;
}
/* styling for the new page certificate.htm headings*/
.certificate
{
	font-family:"Monotype Corsiva",Vivaldi, "Lucida Handwriting", cursive;
	color:#ff4515;
	font-size:2em;
}
.headingCertificate
{
	color:#ed6e40;
	font-size:1em;
	padding-left:0.2em;
}
.subheadingCertificate
{
	font-weight:bold;	
}
.subSubheadingCertificate
{
	font-weight:bold;
}
.subheadingCertificate
{
	font-weight:bold;	
}
.subSubheadingCertificate
{
	color:#ed6e40;	
}
.bottomRowCertificate td
{
	text-align:center;
	border-top:1px solid #ccc;
	font-size:0.7em;
}
