

/* -------------------------------------------------------------------
FIRST LEVEL MENU ITEMS FORMATTING
------------------------------------------------------------------- */


.leveloneitems {
	background-image: url(http://www.fcez.com.au/images/me_tile.gif);/* sets background for top level*/
	/*background-color: black;*/
	width: 90px;									/* width of items */
	w\idth: 90px;
	height: 15px;											/* height of items */
	font-weight: normal;									/* sets font weight for items*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	/* font family for items */
	font-size: 9px;										/* font size for items */
	text-decoration: none;								/* removes underline */										
	padding-top: 4px;
	border-bottom-color: White;						/* sets border for items*/
	border-bottom-style: solid;						
	border-bottom-width: 0px;							
	border-left-color: White;							
	border-left-style: solid;							
	border-left-width: 0px;																
	border-right-color: White;														
	border-right-style: solid;							
	border-right-width: 1px;							
	border-top-color: White;							
	border-top-style: solid;							
	border-top-width: 0px;
}


a.leveloneitems:link {							/* link formatting */

	color: White;
	background-color: black;
	text-decoration: none;
}

a.leveloneitems:visited {

	color: White;
	background-color: black;
	text-decoration: none;
}

a.leveloneitems:hover {

	color: white;
	background-image: url(http://www.fcez.com.au/images/me_tile_mo.gif);
	/*background-color: black; */
	text-decoration: none;
}

a.leveloneitems:active {

	color: white;
	background-color: #535353;
	text-decoration: none;
}



/* -------------------------------------------------------------------
SECOND LEVEL MENU ITEMS FORMATTING
------------------------------------------------------------------- */
.secondlevel {
   width: 110px;											/* width of level 2 items */
	w\idth: 110px;
	border-bottom-color: Black;						/* sets border on dropdown menu*/
	border-bottom-style: solid;						
	border-bottom-width: 0px;							
	border-left-color: #999999;							
	border-left-style: solid;							
	border-left-width: 1px;																
	border-right-color: #999999;														
	border-right-style: solid;							
	border-right-width: 0px;							
	border-top-color: #999999;							
	border-top-style: solid;							
	border-top-width: 1px;
}


.leveltwoitems {
	background-color: #F4F4F4;							/* sets background for second level*/
	width: 110px;											/* set to width of .secondlevel */
	w\idth: 110px;
	height: 20px;											/* height of items */
	font-weight: normal;									/* sets font weight for items*/
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;	/* font family for items */
	font-size: x-small;										/* font size for items */
	text-decoration: none;								/* removes underline */										
	padding-bottom: 2px;									/* sets padding for items*/
	padding-top: 2px;										
	margin-bottom: 0px;									/* sets margin for items*/
	margin-left: 0px;										
	margin-right: 0px;									
	margin-top: 0px;										
	border-bottom-color: #999999;						/* sets border for items*/
	border-bottom-style: solid;						
	border-bottom-width: 1px;							
	border-left-color: Black;							
	border-left-style: solid;							
	border-left-width: 0px;																
	border-right-color: #999999;														
	border-right-style: solid;							
	border-right-width: 1px;							
	border-top-color: Black;							
	border-top-style: solid;							
	border-top-width: 0px;
}

a.leveltwoitems:link {							/* link formatting */
	color: black;
	background-color: #F4F4F4;
	text-decoration: none;
}

a.leveltwoitems:visited {
	color: black;
	background-color: #F4F4F4;
	text-decoration: none;
}

a.leveltwoitems:hover {
	color: #7B1F00;
	background-color: white;
	text-decoration: none;
}

a.leveltwoitems:active {
	color: #7B1F00;
	background-color: white;
	text-decoration: none;
}



/* -------------------------------------------------------------------
REQUIRED STYLES FOR MENU TO WORK
------------------------------------------------------------------- */

#nav, #nav ul { 
	padding: 0;									/* leave as is */
	margin: 0;									/* leave as is */
	list-style: none;							/* leave as is */
	line-height: 1;							/* leave as is */
}

#nav a {
	display: block;							/* leave as is */
}

#nav li {
	float: left;								/* leave as is */
	width: 90px;		 						/* set to same width as .leveloneitems */
	w\idth: 90px;
}


#nav li ul {
	position: absolute;						/* leave as is */
	left: -999em; 					 			/* leave as is */
}


#nav li ul ul {
	margin-bottom: -10px;					/* up/down adjustment for third level menu */
	margin-left: 0px;
	margin-right: 0px;
	margin-right: 110px;						/* set to same width as .secondlevel width */
}


/* leave this as is */
#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover ul ul, #nav li.sfhover ul ul ul {
	left: -999em;							
}


/* leave this as is */
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover ul, #nav li li.sfhover ul, #nav li li li.sfhover ul { /* lists nested under hovered list items */
	left: auto;							
}