@charset "utf-8";
/* CSS Document */
ul
	{
		list-style-type: none;
		margin: 0px;
		padding: 0px;
		border-left-width: 1px;
		border-left-style: solid;
		border-left-color: #CCC;
	}
li
	{
		display: inline;
	}
a	
	{
		font-family: Arial, Helvetica, sans-serif;
		color: #000;
		text-decoration: none;
		font-size: 0.9em;
		display: block;
		padding: 6px;
		float: left;
		border-bottom-width: 1px;
		border-bottom-style: solid;
		border-bottom-color: #CCC;
		background-color: #EAEAEA;
		border-top-width: 1px;
		border-top-style: solid;
		border-top-color: #CCC;
		border-right-width: 1px;
		border-right-style: solid;
		border-right-color: #CCC;
	}
a:hover
	{
		color: #FF0;
		background-color: #666;
	}
.clear
	{
		clear:both;
	}
		
	

