ul#tabs { 
		height: 2em;
		list-style: none;
		margin: 0;
		padding: 0;
}
ul#tabs li { display: inline; }

ul#tabs li a { 
		background: #DB944D;
		color: #000;
		display: block;
		border-top-left-radius: 5px;
		border-top-right-radius: 5px;
		float: left;
		height: 2em;
		padding-left: 5px;
		padding-right: 5px;
		margin-left: 2px;
		text-decoration: none; 
}

ul#tabs li a:hover { 
	    background-color: #CC6600;
		color: #fff;
}

ul#tabs li a.selected { 
	    background-color: #7A3D00;		
		color: #fff;
		font-weight: bold; 
}

ul#tabs span {
		display: block;
		line-height: 2em;
        padding-left: 5px;		
		padding-right: 5px;
}	  
div.tabContent { background: #fff; }
div.tabContent.hide { display: none; }
