
/* The tabbed panne */
#navigation {
	float:right;
	height:32px;	
	color:#FFFFFF;
	width:470px;
	text-align:right;
}

	
	#navigation li {
		list-style:none;
		float:left;
		background:url(../images/header/nav_normalState.gif) no-repeat left center;
		width:67px;
		text-align:center;
		
	}
	
	#navigation a {
		display:block;
		color:#ffffff;
		font-family:Arial, Helvetica, sans-serif;
		font-weight:bold;
		font-size:12px;
		height:22px;
		padding-top:10px;
		text-decoration:none;
	}
	
	#navigation a:link {
		display:block;
		height:32px;
		text-decoration:none;
		height:22px;
		padding-top:10px;
	}
	
	
	
	#navigation a:hover {

		background:url(../images/header/nav_visited.gif) no-repeat left top;
	}
	/* CSS Document */

