div.tabs {width:100%;}
UL.tabNavigation {
		    list-style: none;
		    margin: 0 0 20px 0;
		    padding: 0;
			height:28px;
			width:717px;
			background:url(tab-line.jpg) repeat-x 0 0;
		}

		UL.tabNavigation LI {
		    display: inline;
		}

		UL.tabNavigation LI A {
	/*width:178px;*/
	height: 28px;
	display: block;
	padding: 0 10px;
	line-height: 28px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: lighter;
	font-size: 12px;
	text-transform:uppercase;
	float: left;
	color: #fff !important;
	text-decoration: none !important;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
			color:#FFF;
			background:url(tab-active.jpg) repeat-x 0 0;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}

		div.tabs > div {
			padding: 5px;
			margin-top: 0px;
			border: 0px solid #ccc;
		}
		
		#first {
		    background-color: #fff;
		}

		#second {
		    background-color: #fff;
		}

		#third {
		    background-color: #fff;
		}
		
		
		 .tabs .tabNavigation li a img {border:0;}
		 