#pagetop {
	position: relative;
	width: 100%;
	border: 3px ridge black;
	margin: 0;
	padding: 0;
	background-color: #183E31;
	}

td.topmenu {
	padding-bottom: 0;
	}

#topmenu {
	position: relative;
	text-decoration: none;
	color: #4F81BD;
	width: 100%;
	text-align: center;
	font-family: Times;
	font-size: 1.1em;
	font-weight: bold;
	}

#topmenu ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
	}
	
#topmenu ul li {
	display: inline;
	float: left;
	}

#topmenu ul li a {
	border: 2px solid #183E31;
	text-decoration: none;
	line-height: 30px;
	background-image: url("../images/gradientgreen.png");
	height: 30px;
	color: #183E31;
	display: block;
	width: 123px;
	}

#topmenu ul li a.currentpage {
	background-image: url("../images/gradientblue.png");
	color: #183E31;
	}
	
#topmenu ul li a:hover {
	color: #4F81BD;
	}