/* *** FLYOUT MENU *** */

ul#leftNavMenu
{
	line-height : 1.2em;
	font-size : 85%;
	margin : 0 0 10px 0;
	padding : 0;
	list-style : none;
	font-family : Arial, Helvetica, Verdana, Times, sans-serif;
	font-weight : bold;
}
ul#leftNavMenu li
{
	margin : 0;
	padding : 1px;
	
	
	background-image : url(http://www.gtp.com.au/liquormerchant/images/cat_header.png);
	background-position : left top;
	background-repeat : no-repeat;
	background-color : transparent;

	height : 22px;
	margin:0;
	padding: 2px 15px;	
	
}
ul#leftNavMenu li a
{
	display : block;
	color : #fff;
	background-color : transparent;
	text-decoration : none;
	text-transform : uppercase;

}
ul#leftNavMenu li a:hover
{
	color : #fff;
	background-color : transparent;
	text-decoration : none;
}
