#top-nav{
	padding: 0 10px;
	height: 30px;
	background: #201f1f url(images/top-links-background.jpg) repeat-x bottom;
}

	#top-nav li{
		margin: 3px 12px 0 0;
		float: left;
	}
	
		#top-nav li a{
			display: block;
			padding: 0 8px;
			height: 20px;
			line-height: 20px;
			font-size: 12px;
			text-decoration: none;
			color: #AAA;
			background: url(images/tab-background.png) top repeat-x;
			
			-moz-border-radius: 5px;
			-webkit-border-radius: 5px;
		}
		
		#top-nav li a:hover, #top-nav li.current_page_item a{
			color: #FFF;
		}
		
		#top-nav li a.current_page_item a{
			height: 30px;
		}