/* http://www.thrifty.com.au/css/menu.css */
/* Style for level 0 (root) block - DIV */
.m0table0 {
	background: white;
}
/* Style for level 1 block - DIV */
.m0table1 {
	border-top: 1px solid white;
	background: white;
}
/* Style for level 1 block - DIV */
.m0table2 {
  	background: white;  
}
/* Style for outer tag, mout (mouse out) state */
.m0outer {
/*Top Block*/
	border-left: 1px dotted #4682b4;
	background: white;
}
/* Style for outer tag, mout (mouse out) state */
.m0outer1 {
/*Level 1 Block*/
	border: 1px solid cccdcd;
	background: white;
}
/* Style for inner tag, mover and mdown (mouse over and mouse down) state */
.m0moveri, .m0mdowni {
/*	color: #FFCC00;
        color: #007fc4;*/
        color: white;
	border: 1px solid #4682b4;
        background: #007fc4;
	font-family: Verdana, Arial, Helvetica;
	font-size: 11px;
	padding: 3px;
	font-weight: normal;
}
/* Style for inner tag, mout (mouse out) state */
.m0mouti {
/*This is the text style */
        color: #007fc4;
	border: 1px solid #ffffff;
	font-family: Verdana,Arial,Helvetica; 
	font-size: 11px;
	padding: 3px;
	font-weight: normal;
}

