#tabnav
	{
		height: 20px;
		margin: 0;
		padding-left: 10px;
		background: url(../images/tab_bottom.gif) repeat-x bottom;
	}

#tabnav li
	{
		margin: 0; 
		padding: 0;
  		display: inline;
  		list-style-type: none;
  	}
	
#tabnav a:link, #tabnav a:visited
	{
		float: left;
		background: #F6FAE2;
		font-size: 10px;
		line-height: 14px;
		font-weight: bold;
		padding: 2px 10px 2px 10px;
		margin-right: 4px;
		border: 1px solid #ccc;
		text-decoration: none;
		color: #666;
	  border-top-color:       #2080D0;
	  border-top-style:       solid;
	  border-top-width:       4px;
		margin-top: -3px;
	}

#tabnav a:link.active, #tabnav a:visited.active
	{
		margin-top: -3px;
		border-bottom: 1px solid #fff;
		background: #fff;
		color: #000;
	  border-top-color:       #929292;
	  border-top-style:       solid;
	  border-top-width:       4px;
	}

#tabnav a:hover
	{
		background: #fff;
	}
