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

#leftColumn h2#catalogue
{
	line-height : 26px;
	font-size : 1.0em;
}
#leftNavMenu { /* whole left menu */
	margin:0 0 12px 0 !important;
	padding:0 0 0 10px !important;
	list-style:none;
} 
#leftNavMenu li {
	margin:0;
	padding:0;
	list-style:none;
	font-size:90% !important;
} 	
#leftNavMenu li ul {
	margin:0;
	padding:0;
	list-style:none;
} 	
				
#leftNavMenu li.topLevel					/* items on left menu */
{
   	position : relative;
	z-index : 5;
	clear : left;
	min-height:20px;
	background-image:url(../images/leftColumnListGraphic.gif);
	background-repeat:no-repeat;
	background-position: 0 8px;
} 
#leftColumn #leftNavMenu li.topLevel a
{
	display: block;
	width: auto;
	color:#FFF;
	font-weight: normal;
	padding:2px 0 1px 22px;
}
#leftNavMenu li.topLevel ul 				/* popout menus (basic style and hidden) */
{
	background-color : #0081E8;
	border:1px solid #7B7E80;
	position : absolute;
	width : 188px;
	left : -999em;
	margin-left : 180px;
	margin-top : -20px;
	z-index : 10;
	font-size : 11px;
}
#leftNavMenu li.topLevel:hover ul,			/* popout menus (visible) */
#leftNavMenu li.sfhover ul
{
	left : auto;
	background-color:#000;
	border:1px solid #000;

}
#leftNavMenu li.topLevel ul li  			/* items on popout menus */
{

}
#leftNavMenu li.topLevel ul li a			/* link inside items on popout menus */
{
	background-color : #7a7d80;
	background-position: 0 50%;
	padding:3px 0 3px 5px !important;

}
#leftNavMenu li.topLevel ul li a:hover  	/* popout menu item link rollover */
{
	background-color : #F47E33;
}

/* Stops menus freezing in Explorer 7 (I for one welcome our new Microsoft Overlords...) */
#leftNavMenu li:hover, #leftNavMenu li.sfhover {position:static;}

