/*--------------- Footer Menu Styles -----------------------------------------------*/
ul.FooterMenuUL
{
	list-style: none;
	margin:auto;
    float:right;
    width:100%;
		color:#000000;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	cursor:pointer;
	vertical-align:middle;
	padding-top:10;
}

ul.FooterMenuUL li
{
    float:right;

		color:#000000;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	cursor:pointer;
	border-left: 1px black solid;
	padding:0 10px 0 10px;
}
ul.FooterMenuUL li a
{
    float:left;
	text-decoration: none;
color:#000000;

}

ul.FooterMenuUL li a:hover {
	text-decoration:underline;
		color:#c45106;
	text-align:center;
	font-family:Tahoma;
	font-size:11px;
	cursor:pointer;
	padding-top:10;
}
.FooterMenuRight
{
width:3px;
}
.FooterMenuLeft
{
width:7px;
	background-image:url(images/footersep.jpg);
	background-position:middle;
		height:18px;
		background-repeat:no-repeat;

}
.FooterMenuCenter
{

	vertical-align:middle;
}



/*--------------- End of Footer Menu Styles ----------------------------------------*/

