﻿#Staff-Pages ul {
	clear: both;
	font-family: Helvetica, Arial, sans-serif;
	list-style-type: none;
	position: relative;
	padding: 1em;
	margin-top: 1em;
	margin-right: 2em;
	margin-bottom: 32px;
	margin-left: 2em;
}


#Staff-Pages ul li {
	z-index: 200;
	line-height: 1.5;
	padding-top: 0;
	padding-right: 0.5em;
	padding-bottom: 0;
	padding-left: 0.5em;
	text-align: center;
	position: relative;
	width: 130px;
	float: right;
	margin-right: 60px;
}

ul.list li :hover {
	color: #FFFFCC;
}

div.ahover {
	position: absolute;
}

ul.list div.ahover {
	border: 2px solid #FFFFCC;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	background-color: #006600;
}

ul.list li a{
	clear: left;
	color: #003300;
	font-family: "Times New Roman", Times, serif;
	font-weight: bold;
	text-decoration: none;
}

ul.list a{
    font-size: 1.1em;
}
