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

#leftColumn h2#catalogue, #leftColumn h3.cctitle, #rightColumn h2.title
{
	line-height : 37px;
	vertical-align: middle;
	background-image: url(../images/boxbodytitle_bg.gif);
	background-position: top left;
	background-repeat: no-repeat;
	color: #FFF;
	font-size: 11pt;
	font-weight: 500;
	padding-left: 20px;
}
#leftNavMenu
{
	line-height : 1.2em;
	font-size : 85%;
	margin : 0;
	padding : 0;
	list-style : none;
	font-family : Arial, Helvetica, Verdana, Times, sans-serif;
	font-weight : bold;
	border-left: 1px solid #cc574e;
	border-right: 1px solid #cc574e;
	background-color: #FFF;
}
#leftNavMenu li
{
	margin : 0;
	padding : 0;
	background-image: url(../images/catalogueseparator_bg.gif);
	background-position: bottom center;
	background-repeat: no-repeat;
	background-color : #fff;
}
#leftNavMenu li a
{
	display : block;
	color : #000;
	font-size: 9pt;
	font-weight: bold;
	padding : 3px 3px 5px 30px;
	text-decoration : none;
	background-image : url(../images/arrows.gif);
	background-repeat : no-repeat;
	background-position : 20px 9px;
}
