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

#leftNavMenu
{
	line-height : 1.2em;
	font-size : 85%;
	margin : 0;
	padding : 0;
	list-style : none;
	
	background-image : url(../images/regions_list_back.gif);
	background-repeat : repeat-y;
	background-position : top left;
}
#leftNavMenu li
{
	margin : 0;
		background-color : transparent;

}
#leftNavMenu li a
{
	display : block;
	color : #006bb6;
	margin : 0px 5px 2px;
	padding : 3px 2px 2px 14px;
	text-decoration : none;
	
		border-bottom : 1px solid #d0e9d3;

	
	
}
#leftNavMenu li a:hover
{
	color : #006bb6;
	font-weight : bold;
	text-decoration : none;
}