/* CSS Document */

a:link {
	color:#26AB9A;
	text-decoration: none;
}
a:visited {
	color:#26AB9A;
	text-decoration: none;
}
a:hover {
	color:#666666;
	text-decoration: underline;
}
a:active {
	color:#666666;
	text-decoration: underline;
}

ul {
	margin:0;
	line-height: 250%;
	font-size: 9pt;
	list-style-type: none;
	padding: 0px;
}
li {
	background-image: url(images_structural/buttonbg.jpg);
	background-repeat: repeat-x;
	background-position: left bottom;
	background-attachment: scroll;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #eeeeee;
	border-right-color: #eeeeee;
	border-left-color: #eeeeee;
	padding-top: 0;
	padding-right: 0;
	padding-bottom: 0;
	padding-left: 15px;
}
.nav {
	margin-top: 15px;
	margin-left: 15px;
	margin-bottom: 15px;
}

ul a:link, ul a:visited, ul a:hover, ul a:active {
	text-decoration: none;
}
ul a:link {
	color:#666666;
}
ul a:visited {
	color:#666666;
}
ul a:hover {
	color:#FF0000;
}
ul a:active {
	color:#666666;
}
