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

#leftColumn h2#catalogue
{
	line-height : 25px;
	font-size : 1.0em;
	color: #c7242c;
	font-size: 12pt;
	font-weight: bold;
	padding: 3px 3px 3px 40px;
	background-image: url(../images/leftnavtop_bg.gif);
	background-repeat: no-repeat;
}

#leftNavMenu {
	border-left:1px solid #a6a7ab;
	border-right:1px solid #a6a7ab;
	margin-bottom: 10px;
} 							/* whole left menu */
#leftNavMenu li.topLevel					/* items on left menu */
{
	z-index : 5;
	clear : left;
	width: 180px;
} 
#leftColumn #leftNavMenu li.topLevel a
{
	display : block;
	border-bottom: 1px solid #a6a7ab;
	margin: 0px 15px;
	text-indent: -23px;
	padding-left: 23px;
}
#leftColumn #leftNavMenu li.topLevel a span {
	color: #c7242c;
}
#leftColumn #leftNavMenu li.topLevel a img {
	display: inline;
	border-width: 0px;
	margin: 0px;
}
#leftNavMenu li.topLevel ul 				/* popout menus (basic style and hidden) */
{
	position : absolute;
	width : 148px;
	left : -999em;
	margin-left : 160px;
	margin-top : -25px;
	z-index : 10;
	font-size : 11px;
	padding-bottom: 5px;
}
#leftNavMenu li.topLevel:hover ul,			/* popout menus (visible) */
#leftNavMenu li.sfhover ul
{
	left : auto;
	background-color: #DDD;
}
#leftNavMenu li.topLevel ul li  			/* items on popout menus */
{
}
#leftNavMenu li.topLevel ul li a			/* link inside items on popout menus */
{
}
#leftNavMenu li.topLevel a:hover  	/* popout menu item link rollover */
{
	color: #ed6638;
}