/************************************
            By Dan Harper
        http://www.danharper.me

           For NETTUTS.com

     Check out http://vivawp.com
************************************/
	

	ul.tabnav {
	
	padding-left: 10px; /*offset of tabs relative to browser left edge*/
	width: 98%;
	overflow: hidden;
	border-bottom: 1px solid black; /*bottom horizontal line that runs beneath tabs*/
	}
	
	.tabnav li {
	display: inline;
	list-style: none;
	
	}
	
	.tabnav li a {
	float: left;
	display: block;
	text-decoration: none;
	margin: 0;
	padding: 7px 8px; /*padding inside each tab*/
	border-right: 1px solid white; /*right divider between tabs*/
	color: white;
	background: #444; /*background of tabs (default state)*/
	}
		
	.tabnav li a:hover, .tabnav li a:active, .tabnav li.ui-tabs-selected a {
	background: #e60;
	color: #fff;
	text-decoration: none;
	}
		
	.tabdiv {
	margin-top: 2px;
	background: #fff;
	border: 0px solid #dedbd1;
	padding: 5px;
	}
	

.ui-tabs-hide {
		display: none;
		}
