
#topNavigation {
	text-align: center;
	background:url(../images/leftBottombck.jpg);
	background-repeat:repeat;
	margin-right:6px;
}
#backtop  {
	background:url(../images/leftBottombck.jpg);
	text-align:center;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #666600;
}

#backtop  a{
	color:#000000;
	text-decoration: none;
}

#topNavigation a {
	color:#000000;
	text-decoration:none;
}
#topNavigation a:hover {
	color:#666600;
	text-decoration:none;
}
#topNavigation a:visited {
	text-decoration:none;
}
.menu{
	list-style-type: none;
	padding: 0;
	width: 153px;
	margin-top: 0px;
	margin-right: 0;
	margin-bottom: 0px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666600;
	margin-left: 3px;
	text-indent: 5px;
}
.menu li a{
	color: #666633;
	display: block;
	height: 24px;
	text-decoration: none;
	background-image: url(../images/buttonBck.jpg);
	background-repeat: repeat-x;
	font-family: "Lucida Grande", "Trebuchet MS", Verdana, Helvetica, sans-serif;
	font-size: 13px;
	line-height: 25px;
	font-weight: bold;
}
* html .menu li a{ /*IE only. Actual menu width minus left padding of A element (10px) */
width: 153px;

}
.menu li a:visited, .menu li a:active{
color: #666633;
}
.menu li a:hover{
background-image: url(../images/buttonhover.jpg);
	height: 24px;

}

#aboutcolumn a {
color: #666600;
}

