<style type="text/css">


.invertedshiftdown{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.invertedshiftdown ul{
/*
	attempt to centre the margin
	Note that this replaces the margin-left option which
	is commented out below...

	Doesn't work in IE -- drifts left a bit...
width: 39.2em;
margin:auto;
*/
/*
	end of attempt to centre the margin
*/
margin-left: 30%; /* margin between first menu item and left browser edge*/
padding: 0;
list-style: none;
text-align: center;
}

.invertedshiftdown li{
display: inline;
margin: 0 2px 0 0;
padding: 0;
}

.invertedshiftdown a{
float: left;
display: block;
font: bold 12px Arial;
color: black;
text-decoration: none;
margin: 0 10px 0 0; /*Margin between each menu item*/
padding: 5px 10px 12px 10px; /*Padding within each menu item*/
background-color: yellow; /*Default menu color*/

/*BELOW 4 LINES add rounded bottom corners to each menu item.
  ONLY WORKS IN FIREFOX AND FUTURE CSS3 CAPABLE BROWSERS
    REMOVE IF DESIRED*/
    -moz-border-radius-bottomleft: 5px;
    border-bottom-left-radius: 5px;
    -moz-border-radius-bottomright: 5px;
    border-bottom-right-radius: 5px;
}

.invertedshiftdown a:hover{
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}

.invertedshiftdown .current a{ /** currently selected menu item **/
background-color: #D10000; /*Red color theme*/
padding-top: 9px; /*Flip default padding-top value with padding-bottom */
padding-bottom: 5px; /*Flip default padding-bottom value with padding-top*/
color: white;
}
  
.alan {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.10em;
margin-bottom: 0;
margin-top: 0;
text-indent: 1.5em
}

.nala {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.10em;
margin-bottom: 0.5em;
margin-top: 0.5em;
text-indent: 1.5em
}

.TRIFFID {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.10em;
margin-bottom: 0;
margin-top: 0;
text-indent: 1.5em
}
.Triffid1STPara {
font-family: Helvetica, Arial, sans-serif;
font-size: 1.10em;
margin-bottom: 0;
margin-top: 0.5em;
text-indent: 1.5em
}
  
</style>

