.navtop ul, #footer ul {
	margin: 0 auto 0 auto;
	padding: 0 0 0 0;
	text-align: center;
	width: auto;
}
.navtop ul {
	font : bold 70% Verdana, Geneva, Arial, Helvetica, sans-serif;
}
#footer ul {
	font : normal x-small Verdana, Geneva, Arial, Helvetica, sans-serif;
}
.navtop li, #footer li {
	list-style-type: none;
	display: inline;
	margin: 0 16px 0 0;
	padding: 0 16px 0 0;
	border-right: 1px solid White;
}
/*.navtop li {
	cursor:hand;
	cursor:pointer;
}*/
/*.navtop li:hover {
color: #E1A366;
}*/
.navtop .leftli, #footer .leftli {
	padding-left: 16px;
	border-left: 1px solid White;
}
.navtop a, #footer a, .navtop a:link, #footer a:link, .navtop a:visited, #footer a:visited {
/*padding-left: 1em;*/
color: White;
text-decoration: none;
}
.navtop a:active, .navtop a:focus, .navtop a:hover, #footer a:hover {
color: #E1A366;
text-decoration: none;
/* background: url(../media/Triangle.gif) no-repeat left center;*/
/* font-weight: bold;*/
}

