/*** Footer styles ***/

ul.footer,
.footer ul{
/*Remove all spacings from the list items*/
	margin: 0;
	margin-top: 30px;
	padding: 0;
	cursor: default;
	list-style-type: none;
	display: inline;
}

ul.footer{
	display: table;
	width: 100%;
	table-layout: fixed;
	text-align: center;
	font-family: "Adobe Caslon Pro", Georgia, Serif;
	font-size: 12pt;
	font-color: #7e7e7e;
	font-variant: small-caps;
}
ul.footer>li{
	display: table-cell;
	position: relative;
	padding: 2px 6px;
	border-right: 1px solid #b3b3aa;
	border-left: 1px solid #b3b3aa;
}


ul.footer li>ul{
	display: block;
	position: relative;
	max-width: 40ex;
	margin-left: auto;
	margin-right: auto;
	margin-top: 2px;
	font-size: 10pt;
}


.footer ul li a{
/*Make the hyperlinks as a block element, sort of a hover effect*/
	display: block;
}

/*** Menu colors (customizable) ***/

ul.footer,
.footer ul,
.footer ul li a{
	background-image:url('images/bg_tile.gif');
	background-repeat: repeat;
	color: #7e7e7e;
}


ul.footer li:hover,
.footer ul li a:hover{
	background-image:url('images/bg_tile.gif');
	background-repeat: repeat;
	color: #b3b3aa;
}

ul.footer li:active,
.footer ul li a:active{
	background-image:url('images/bg_tile.gif');
	background-repeat: repeat;
	color: #b3b3aa;
}

ul.footer li:hover>ul,
.footer ul li a:hover{
	}


ul.footer,
.footer ul{
}

.footer a{
	text-decoration: none;
}
.footer a:link	{color: #7e7e7e; text-decoration: none; text-align: center;}
.footer a:visited	{color: #7e7e7e; text-decoration: none; text-align: center;}
.footer a:hover	{color: #b3b3aa; text-decoration: underline; text-align: center;}