﻿
/* ***************************************************************************************************** */
/* ********************** BEGIN STYLES FOR NAVIGATION BUTTONS - EX: HELP WEBPAGES *********************** */
/* ***************************************************************************************************** */
/*Navigation List Style*/

ul#navlist {
	margin-left: 0;
	padding-left: 0;
	white-space: nowrap;
	text-align:center;
}

#navlist li	{
	display: inline;
	list-style-type: none;
}

#navlist a { padding: 3px 10px; }

#navlist a:link, #navlist a:visited {
	color: #046330;
	background-color: #dddddd;
	text-decoration: none;
	border: 1px solid #046330;
}

#navlist a:hover {
	color: #046330;
	background-color: #ffffff;
	text-decoration: none;
}

#navlist li a#current	{
	color: #ffffff;
	background-color: #046330;
	text-decoration: none;
}

/* ***************************************************************************************************** */
/* ********************** END STYLES FOR NAVIGATION BUTTONS - EX: HELP WEBPAGES*********************** */
/* ***************************************************************************************************** */



