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

#leftColumn h2#catalogue
{
	line-height : 26px;
	font-size : 1.0em;
}

#leftNavMenu {} 							/* whole left menu */
#leftNavMenu li.topLevel					/* items on left menu */
{
	z-index : 999;
	clear : left;
} 
#leftColumn #leftNavMenu li.topLevel a
{
	display : block;
	width : 133px;
}
#leftNavMenu li.topLevel ul 				/* popout menus (basic style and hidden) */
{
	background-color : #85a1ac;
	/* #f1f9fC */
	position : absolute;
	width : 230px;
	left : -999em;
	margin-left : 147px;
	margin-top : -19px;
	z-index : 10;
	font-size : 11px;
	border : 1px solid #f1f9fC;
}
#leftNavMenu li.topLevel:hover ul,			/* popout menus (visible) */
#leftNavMenu li.sfhover ul
{
	left : auto;
}
#leftNavMenu li.topLevel ul li  			/* items on popout menus */
{
}
#leftColumn #leftNavMenu li.topLevel ul li a			/* link inside items on popout menus */
{
	background-color : #85a1ac;
		width : 215px;
		color:#BCE2F1;

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