/**********************************************
		FITTS STUFF (/blog/154/)
*********************************************/

#fitts-1 li, #fitts-2 li, #fitts-3 li, #fitts-4 li, #fitts-5 li, #fitts-6 li {
list-style-image: none;
}

	#fitts-1 {
		width: 350px;
		border-bottom: 3px double #333;
		padding: 0;
margin-bottom: 2em;
	}
	
	#fitts-1 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-1 ul li {
		float: left;
		border: 1px solid #333;
		border-bottom: none;
		margin: 0 5px;
		padding: 10px 20px;
	}
	
	#fitts-1 ul li a {
		text-decoration: none;
	}
	
	#fitts-1 ul li a:hover {
		text-decoration: underline;
	}

	#fitts-2 {
margin-bottom: 2em;
		width: 350px;
		border-bottom: 3px double #333;
		padding: 0;
	}
	
	#fitts-2 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-2 ul li {
		float: left;
		border: 1px solid #333;
		border-bottom: none;
		margin: 0 5px;
	}
	
	#fitts-2 ul li a {
		text-decoration: none;
		padding: 10px 20px;
		display: block;
	}
	
	* html #fitts-2 ul li a {
		width: 1%;
	}
	
	#fitts-2 ul li a:hover {
		background: #eee;
	}

	#fitts-3 {
		width: 350px;
		border-bottom: 3px double #333;
		padding: 0;
margin-bottom: 2em;
	}
	
	#fitts-3 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-3 ul li {
		float: left;
		border: 1px solid #333;
		border-bottom: none;
		margin: 0 5px;
	}
	
	#fitts-3 ul li a {
		text-decoration: none;
		padding: 10px 20px;
		display: block;
	}
	
	#fitts-3 ul li a:hover {
		text-decoration: underline;
	}

	#fitts-4 {
		width: 350px;
		border-bottom: 3px double #333;
		padding: 0;
margin-bottom: 2em;
	}
	
	#fitts-4 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-4 ul li {
		float: left;
		border: 1px solid #333;
		border-bottom: none;
		margin: 0 5px;
	}
	
	#fitts-4 ul li a {
		text-decoration: none;
		padding: 10px 20px;
		display: block;
	}
	
	* html #fitts-4 ul li a {
		width: 1%;
	}
	
	#fitts-4 ul li a:hover {
		text-decoration: underline;
	}

	#fitts-5 {
		width: 350px;
		border-bottom: 2px solid #933;
		padding: 0;
margin-bottom: 2em;
	}
	
	#fitts-5 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-5 ul li {
		float: left;
		border: 1px solid #933;
		border-bottom: none;
		margin: 0 5px;
	}
	
	#fitts-5 ul li a {
		text-decoration: none;
		padding: 10px 20px;
		display: block;
	}
	
	* html #fitts-5 ul li a {
		width: 1%;
	}
	
	#fitts-5 ul li a:hover {
		background: #933;
		color: #fff;
	}

	#fitts-6 {
		width: 350px;
		border-bottom: 3px solid #5b59a7;
		padding: 0;
margin-bottom: 2em;
	}
	
	#fitts-6 ul	{
		list-style-type: none;
		overflow: auto;
		padding: 0;
		margin: 0;
	}
	
	#fitts-6 ul li {
		float: left;
		border: 1px solid #5b59a7;
		border-bottom: none;
		border-top: none;
		margin: 0 5px;
	}
	
	#fitts-6 ul li a {
		background: #e5e5f1 url(purple-fade.gif) repeat-x;
		color: #fff;
		font-weight: bold;
		text-decoration: none;
		padding: 5px 20px;
		display: block;
	}
	
	* html #fitts-6 ul li a {
		width: 1%;
	}
	
	#fitts-6 ul li a:hover {
		background: #eeeef6 url(purple-fade-light.gif) repeat-x;
	}