﻿#cd ul li a:hover {
	text-decoration: underline;
}
#cd ul {
	margin: 0px 0px 17px 0px;
	list-style-type: none;
	color: #008000;
	font-family: convection, Arial, "times New Roman", sans-serif, serif;
	padding-top: 3px;
	padding-bottom: 10px;
}
#abc {
	border-color: #008000;
	border-bottom-style: groove;
	text-transform: capitalize;
	letter-spacing: 0px;
	text-align: center;
	font-weight: bold;
}
#cd .link {
	list-style-type: disc;
}
#cd li {
	list-style-type: none;
	list-style-image: none;
	list-style-position: inside;
	display: inline;
}
#abc-display ul li a:link, #abc-display ul li a:visited {
	color: #008000;
	text-decoration: none;
	font-weight: bold;
}
#abc-display ul li a:hover {
	text-decoration: underline;
}
#abc-display ul {
	list-style-type: circle;
	color: #008000;
	font-family: convection, Arial, "times New Roman", sans-serif, serif;
}
#abc-display {
	height: auto;
}
#abc-display .link {
	list-style-type: disc;
	font-size: 14px;
}
.display li a.selected{
	/*selected main tab style */
border: 1px dotted #C0C0C0;
	padding: 1px;
	color: #FFFFFF;
	background-color: #008000;
}
.display li a:visited.selected{
	/*selected main tab style */
	color: #FFFFFF;
}
.display li a{
	color: green;
	text-decoration: none;
}

