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

#leftNavMenu
{
	line-height : 1.2em;
	font-size : 85%;
	margin :0;
	list-style : none;
	font-family : Arial, Helvetica, Verdana, Times, sans-serif;
	font-weight : bold;
	padding:27px 0 0 20px;
/*
	border-left : 1px solid #000;
	border-right : 1px solid #000;
	border-bottom : 1px solid #000;
*/
	width:214px;
	height:234px;

	background-color:transparent;
   	background-image : url(../images/leftNavTop.png);
	background-position : left top;
	background-repeat : no-repeat;

}

#leftNavMenu li
{
	margin : 0;
	padding : 1px;
}
#leftNavMenu h2 a
{
	display : block;
	color : #ff0;
	background-color : transparent;
	text-decoration : underline;
/*
	text-transform : uppercase;
*/
   line-height: 20px;
   font-weight:bold;
	font-size: 15px;


}

#leftNavMenu li a
{
	display : block;
	color : #ff0;
	background-color : #fff;
	padding : 1px 2px 1px 14px;
	text-decoration : underline;
/*
	text-transform : uppercase;
*/
   line-height: 22px;
	font-weight:normal;
	font-size: 15px;


}
#leftNavMenu li a:hover
{
	color : #fff;
	background-color : #666;
	text-decoration : none;
}

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