/* CSS Document */

/*
// To change the colours of the whole website 
// edit the colours in Hexdecimal bellow
//
// The website has basicaly 2 colors; 
// one for the menu and another for the bar between the top banner and the contents.
// 
// The menu uses variations of the lBody colour;
//
// you can access a simple pallete trought
// www.discoverwagga.com.au/hextable.htm 
// (use Internet Explorer to use hextable)
// selecting the colour you can see the hex value of it
// copy the hex value and past where you want to change the colour in this file
// upload this file and you have a "NEW" website
*/


/* EASE COLOUR CHANGE */
#lBody 
{background-color:#FF9933; /*BACKGROUND COLOUR OF THE MENU AREA*/}

#lDiviser
{background-color:#993399; /*BACKGROUND COLOUR OF THE LINE BETWEEN THE TOP BANNER AND THE CONTENTS*/}

/*COLOURS IN THE MENU*/
.mItem
{background-color:#FFAD5B; /*BACKGROUND COLOUR OF THE MENU ITEMS*/}

.mItemSel
{background-color:#FFAD5B; /*BACKGROUND COLOUR OF THE SELECTED MENU ITEM*/}

.mSubItem
{background-color:#FFBE7D; /*BACKGROUND COLOUR OF THE SUBMENU ITEMS*/}

.mSubItemSel
{background-color:#FFBE7D; /*BACKGROUND COLOUR OF THE SELECTED SUBMENU ITEM*/
 border-color:#FFFFFF; /*BORDER COLOUR OF THE SELECTED SUBMENU ITEM*/}

.mSubItemGroup
{background-color:#FFBE7D; /*BACKGROUND COLOUR OF THE GROUP DIVISOR OF MENU ITEMS*/}
