/* CSS Document */

#triple {
	margin-top: 20px;
	width: 750px;
	float: right; 
}

.triplebigred {
	text-align: center;	color: white;
	padding-top: 3px;
	float: left;
	width: 750px;
	height: 28px;
	background:url(../images/triple-bigred.jpg) no-repeat;		font-weight: bold;
}.triplebigred h2{	font-size: 15px;		display: inline;}
/* JQUERY */

UL.tabNavigation {
		    list-style: none;
		    margin: 0;
		    padding: 0;


		}

		UL.tabNavigation LI {
		    display: inline;

		}
		
				UL.tabNavigation LI A:focus {
			outline: 0;
		}


		UL.tabNavigation LI A {

	text-align: center;
	font-size: 14px;
	padding-top: 5px;
	float: left;
	width: 250px;
	height: 23px;
	background:url(../images/triple-blue.jpg) no-repeat;
		}

		UL.tabNavigation LI A.selected,
		UL.tabNavigation LI A:hover {
		    	background:url(../images/triple-red.jpg) no-repeat;
		    	text-decoration: none;
		}
		
		UL.tabNavigation LI A:focus {
			outline: 0;
		}
		
#first {

}
		

