#footer-menu/* All <ul> tags in the menu including the first level */


 {
	width:760px;
	text-align:center;
	text-transform:none;
	margin-top: 0;
	margin-bottom: 0;
	height: 20px;
}
.footer-menulist {
	margin: 0;
	padding: 0;
	line-height:20px;
	list-style: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	text-transform:none;
	color: #000000;
}
.footer-menulist /*
 All menu items (<li> tags). 'float: left' lines them up horizontally, and they are
 positioned relatively to correctly offset submenus. Also, they have overlapping borders.
*/
 li {
	float: left;
	display: block;
	position: relative;
	top: 0px;
	left: 0px;
	background-repeat: no-repeat;
	background-position: right;
}
.footer-menulist /* Links inside the menu */
 a {
	display: block;
	color: #000000;
	text-decoration: none;
	padding:0 9px 0 9px;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/footer-arrow.png);
	background-repeat: no-repeat;
	background-position: 0px;
}
.footer-menulist  /* Lit  items: 'hover' is mouseover, 'highlighted' are parent items to visible menus */
a:hover       {
	color: #6b6b6b;
	background-image: url(../images/footer-arrow-hover.png);
	background-repeat: no-repeat;
	height: 20px;
	padding-top: 0;
	padding-right: 9px;
	padding-bottom: 0;
	padding-left: 9px;
	background-position: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}

