/* *** FLYOUT MENU *** */
#catalogue, .leftTitle {
	margin: 0;
	color: #FF0000;
	font-size: 10pt;
	font-weight: bold;
	padding: 5px 5px 5px 30px;
	background-image: url(../images/thingy.gif);
	background-repeat: no-repeat;
	background-position: 10px 5px;
	border-left: 6px solid #00467d;
	border-right: 6px solid #00467d;
}

#leftNavMenu, .leftNavMenu {
	background-color:#004990;
} 							/* whole left menu */
#leftNavMenu li.topLevel, .leftNavMenu li.topLevel					/* items on left menu */
{
	z-index : 5;
	clear : left;
	margin: 0 6px;
	background-color: #FFF;
} 
#leftColumn #leftNavMenu li.topLevel a, .leftNavMenu li.topLevel a
{
	z-index: 100;
	display : block;
	border-bottom: 1px solid #f99d1d;
	margin: 0px 7px;
	padding: 3px 5px 3px 25px;
	color: #004990;
	text-indent: -20px;

}
#leftNavMenu li.topLevel ul 				/* popout menus (basic style and hidden) */
{
	background-color : #FFF;
	position : absolute;
	width : 148px;
	/* left : -999em; */
	margin-left : 147px;
	margin-top : -19px;
	z-index : 10;
	font-size : 11px;
	border: 1px solid #004990;
	display: none;
}
#leftNavMenu li.topLevel:hover ul,			/* popout menus (visible) */
#leftNavMenu li.sfhover ul
{
	display: block;
	/* left: auto; */
}

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