@charset "ISO-8859-1";
/*#navlist
{
	float: left;
	margin: 0;
	padding-top: 10;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0px;
	
}

#navlist ul, #navlist li
{
	margin: 5;
	padding: 0;
	display: inline;
	list-style-type: none;
	text-align: center;
	

	
}

#navlist a:link, #navlist a:visited
{
	float: left;
	font-weight: normal;
	text-decoration: none;
	background-color: #66308F;
	background-image: url(images/tableft.gif);
	background-position: left top;
	text-align: center;
	margin: 0px;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 20px;
	background-repeat: no-repeat;
}

#navlist a:link.current, #navlist a:visited.current, #navlist a:hover
{
	color: #fff;
	background-color: #8AC83C;	
}*/

#tabs
{
background-color:#ffffff;
  width: 595px;  /* room for 3 columns */
  	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs ul
{
  width: 595px;  /* room for 3 columns */
  	padding: 0px;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
#tabs ul li
{
	float: left;
	width: 190px;  /* accommodate the widest item */
	list-style-type: none;
	padding: 0px;
	margin:0px;
}
/* stop the floating after the list */
br
{
  clear: left;
}
/* separate the list from what follows it */
div.wrapper
{
  margin-bottom: 1em;
}

/* anchor styling */
#tabs ul li a
{
	display: block;
	width: 180px;
	text-decoration: none;
	font-size: 11px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #666666;
	padding-left:5px;
	padding-top: 1px;
	padding-bottom: 1px;
}
#tabs ul li a:hover
{
  color: #FFF; /* white */
  background-color: #666666; /*gray */
  text-decoration: none;
}
