#navigation {
    width: 205px;
    display: inline;
    float: left;
    padding: 0px 0px 14px 0px;
    margin-top: 5em;
}

#content a:link {
	color: #0000FF;
	text-decoration:underline;
}

#content a:visited {
	color: #0000FF;
	text-decoration:underline;
}

#content a:active {
	color: #0000FF;
	text-decoration:underline;
}

#content a:hover {
	color: #FF0000;
	text-decoration:underline;
}

#navigation a:link {
	color: #635326;
	text-decoration:none;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: url(../_images/navStrip.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 2px;
}

#navigation a:visited {
	color:#635326;
	text-decoration: none;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: url(../_images/navStrip.png);
	background-repeat: repeat-x;
	background-position: bottom;
	margin-left: 2px;
}

#navigation a:hover {
	color:#1d889e;
	text-decoration: underline;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: url(../_images/navStripTop.png);
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 2px;
}

.top a:link {
	color:#1d889e;
	text-decoration: underline;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: none;
	/*background-image: url(../_images/navStripTop.png);*/
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 2px;
}

.top a:visited {
	color:#1d889e;
	text-decoration: underline;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: none;
	/*background-image: url(../_images/navStripTop.png);*/
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 2px;
}

.top a:hover {
	color:#1d889e;
	text-decoration: underline;
	font-weight: bold;
	padding: 1em 14px 1em 14px;
	display: block;
	border-bottom: solid 2px #e2dcd0;
	background-image: none;
	/*background-image: url(../_images/navStripTop.png);*/
	background-repeat: repeat-x;
	background-position: top;
	margin-left: 2px;
}

.last
{
    border-top: solid 2px #e2dcd0;
    display: block;
}
