﻿* {
	margin: 0px;
	padding: 0px;
}
ul li {
	background-position: center -10px;
	margin-top: 12px;
	text-align: center;
	margin-bottom: 12px;
	background-image: url('../images/bottombar.png');
	background-repeat: no-repeat;
	height: 28px;
	line-height: 2;
}
ul {
	list-style-type: none;
	margin: 32px 0px 0px 28px;
	width: 150px;
	font-size: .78em;
	font-family: verdana, Geneva, Tahoma, sans-serif;
	height: 358px;
	float: left;
	padding-top: 1px;
}


a, a:link, a:visited {
	color: #002157;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
}
a:active {
	color: #cc0000;
}






