a {
color : #FFCC00; 
text-decoration:none;
} 

a:hover {
color : #A93A39; 
font-family : Tahoma; 
} 

.image img{border-color:#5A1300;}

body 
{ 	margin-left: 0pt; 	
 	margin-right: 0pt; 	
 	scrollbar-face-color: #cccccc;
 	scrollbar-arrow-color: #FFFFFF;
 	scrollbar-track-color: #cccccc;
 	font-family: tahoma;
 	font-size: normal 10pt, tahoma;
 	color: #ffffff;  
 	background-color: #5A1300;
 	background-image: url('../images/bg.jpg'); 
	behavior: url(http://www.noodlehouse-mitchell.com.au/csshover.htc);
 	} 
 	
table
{ 	font-family: tahoma;
 	font-size: 10pt;
 	color: #ffffff;
 	background: #A67C5C } 

.small {
font : 8pt tahoma;
color : #ffffff; 
} 
.Medium {
font : 10pt tahoma;
color : #ffffff; 
} 

.heading_11red {
font : bold 11pt tahoma; 
color : #FF0000; 
} 

.heading_11black {
font : bold 11pt tahoma; 
color : #000000; 
}

.heading_10red {
font : bold 10pt tahoma; 
color : #FF0000; 
} 

.heading_10yellow {
font : bold 10pt tahoma; 
color : #FFFF00; 
} 

.heading_10black {
font : bold 10pt tahoma; 
color : #000000; 
}

.heading_white {
font : bold 11pt tahoma; 
color : #FFFFFF; 
}
#menu{
	position: relative;
	z-index:2;
	width:100%;
	padding: 0; /* To allow room for bottom dropdown */
}

#menu li,#menu li a{
	float:left;
}

#menu li:last-child a, #menu li li:last-child a {
}

#menu li a, #menu li h2{
font:bold 9px verdana,Arial,Helvetica,sans-serif;
display:block;
white-space:nowrap;
text-align:center;
text-transform: capitalize;
vertical-align: text-top;
padding:11px;
}

#menu li li a, #menu li li h2{
/*font:bold 9px/16px verdana,Arial,Helvetica,sans-serif;
border-bottom:1px dashed #ccc;
width:100%;
white-space:nowrap;*/
width:100%;
text-align:left;
padding:6px 0 6px 4px;
display:block;
}
#menu li li{
width:100%;
display:block;
}

#menu h2{
color:#CC9933;
background:#000;
text-transform:uppercase;
}

#menu a{
color:#ffffff;
background:transparent url(../images/filler2.gif) repeat-x scroll center bottom;
text-decoration:none;
}

#menu a:hover{
color: #FFFF00;
background:#5a1300;
/*background:00cc99;*/
}

#menu a:active{
color:#CC9933;
/*background:none;*/
}

#menu li{
list-style:none;
margin:0; padding:0; border:none; display: block;
}

#menu ul{
margin:0; padding:0; border:none; display: block;
}

#menu li ul{
list-style:none;
margin:0; padding:0; border:none; width:125px; display: block;
float:none; }
#menu ul li{
float:left; 
}

/* Requirement: Put the element selector name (div)
onto non anchor hover selectors to force IE5 and
5.5 to correctly apply the csshover file. */

div#menu li, div#menu li:hover{
position:relative;
}

div#menu li ul{
position:absolute;
top:0;
background:#ff9900;
left:0;
padding: 2px;
margin:34px 0 0 0;
}

div#menu ul ul,
div#menu ul ul ul,
div#menu ul li:hover ul ul,
div#menu ul li:hover ul ul ul
{display: none;
}

div#menu ul li:hover ul,
div#menu ul ul li:hover ul,
div#menu ul ul ul li:hover ul
{display: block;
}
