/***********************************************/
/* fsnav.css                             */
/* Use with template fsnav.html          */
/***********************************************/

/***********************************************/
/* HTML tag styles                             */
/***********************************************/ 

#fsnavlist
{
	float:left;
	padding: 4px 0px 0px 0px;
	margin-left: 10px;
	white-space: nowrap;
}

#fsnavlist li
{
	display: inline;
	list-style-type: none;
	font-size:70%;
}

#fsnavlist a 
{
	padding: 3px 10px;
}

#fsnavlist a:link, #fsnavlist a:visited
{
	color: #fff;
	background-color: #369;
	text-decoration: none;
}

#fsnavlist a:hover
{
	color: #fff;
	background-color: #737CA1;
	text-decoration: none;
}



/* test
ul
{
	float:left;
	width:100%;
	padding:0;
	margin:0;
	list-style-type:none;
}
a
{
	float:left;
	width:6em;
	text-decoration:none;
	color:white;
	background-color:purple;
	padding:0.2em 0.6em;
	border-right:1px solid white;
}
a:hover 
{
	background-color:#ff3300;
}
li
{
	display:inline;
} */
