/* LeftGraphicMenu */
#LeftGraphicMenu {
	margin-bottom:25px;			/*Bottom menu margin */
	padding-top:7px;
/*	padding-bottom:9px;
	background-image:url(img/bottom.jpg);
	background-position:0 100%;
	background-repeat:no-repeat;
*/
	text-align:left;
}
#LeftGraphicMenu a, #LeftGraphicMenu a:visited, #LeftGraphicMenu .current {
	background-position:-100px;	/*Pointer offset invisible*/
	background-image:url(img/hover.gif);
	background-repeat:no-repeat;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-size:18px;
	color:#FF6600;
	padding-left:39px;
	text-decoration:none;
}
#LeftGraphicMenu a div, #LeftGraphicMenu .current div {
	border-bottom:1px solid #FFE6CD;
	padding:6px 0 8px 0;
	margin-right:6px;
}

#LeftGraphicMenu a:hover {
	background-position:7px 50%;	/*Pointer offset*/
}
#LeftGraphicMenu .current {color:#7F7F7F;}

#LeftGraphicMenu a, #LeftGraphicMenu a:visited {display:block;}