.shadow {
    /* needed for IE drop shadows */
    filter:progid:DXImageTransform.Microsoft.Shadow(Color=#ffffff,direction=135,strength=1);

    /* needed for Gecko drop shadows */
    line-height: 1.2em;
    white-space: nowrap;    
}

/* This is used to give the drop shadow effect in Gecko based browsers */
.shadow:before {
    display: block;
    margin: 0 0 -1.28em 0.13em;
    padding: 0;
    color: #FFF;
}

/* This is used to give the drop shadow effect in Safari */
html*.shadow {
    [color:red;  /* Needed by Safari so that the [] is correctly begun */
      text-shadow: #ffffff 1px 1px 1px;
    ]color:auto; /* Reset the colour */
}

/* End hack for IE5 mac */
.dummyend[id] {
    clear: both;
}

/* This is used to hide the :before hack from Safari */
html*.shadow:before {
    [color:red;
      display: none;
    ]color:auto;
}

/* End hack for IE5 mac */
.dummyend[id] {
    clear: both;
}

/* Write out the drop shadows */
/* Turned off in FF at AJM's request
div#navigation li#about:before {
    content: 'ABOUT';
}

div#navigation li#financialServices:before {
    content: 'SOLUTIONS';
}

div#navigation li#contact:before {
    content: 'CONTACT';
}

div#news h1:before {
    content: 'STOP PRESS';
}

div#harbourCam h1:before {
    content: 'HARBOURCAM';
}

div#aboutUs h1:before {
    content: 'NEXTGEN.NET';
}

div#jobs h1:before {
    content: 'JOB OPPORTUNITIES';
}

div#aboutNG h1:before {
    content: 'ABOUT NEXTGEN.NET';
}

div#processing h1:before {
    content: 'APPLYONLINE PROCESSING SOLUTIONS';
}

div#fastFacts h1:before {
    content: 'FAST FACTS';
}

div#modules h1:before {
    content: 'AVAILABLE MODULES INCLUDE';
}

div#transactions h1:before {
    content: 'TRANSACTIONS AVAILABLE';
}

div#lodgement h1:before {
    content: 'APPLYONLINE ELECTRONIC LODGEMENT SOLUTIONS';
}

div#network h1:before {
    content: 'THE NEXTGEN NETWORK';
}

div#contactUs h1:before {
    content: 'CONTACT US';
}

div#privacyPolicy h1:before {
    content: 'PRIVACY';
}

div#termsAndConditions h1:before {
    content: 'TERMS AND CONDITIONS';
}*/