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

#leftNavMenu h2
{
	background-image : url(../images/leftnavicon.gif);
	background-position : left 50%;
	background-repeat : no-repeat;
	padding : 0 0 0 40px;
	background-color : #fff;
	color : #003768;
	line-height : 1.2em;
	font-size : 1.2em;
	letter-spacing : -0.05em;
	font-weight : bold;
}
#leftNavMenu ul
{
	padding-left : 10px;
	margin-top : 0;
}
#leftNavMenu li
{
	margin : 0;
	padding : 1px;
	list-style : none;
	background-image : url(../images/bullet.gif);
	background-position : left 50%;
	background-repeat : no-repeat;
	padding :0 0 5px 25px;
	color : #003768;
	line-height : 1.2em;
	font-size : 0.9em;
	font-weight : bold;

}
#leftNavMenu li a
{
	display : block;
	color : #003768;
	background-color : #fff;
	text-decoration : none;

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