.element { color: rgb(153,215,219); }

/* Tab styles */

.tabs {
	position: absolute;
	top: -31px;
	left: 5px;
    width:100%;
}

	.tabs UL { 
		margin:0;
		padding:10px 10px 0;
		list-style:none; 
	}
	.tabs LI {
	    float:left;
		background:url("../images/norm_right.gif") no-repeat right top;
		margin:0;
		padding:0;
	}
	.tabs A { 
		display:block; 
		background:url("../images/norm_left.gif") no-repeat left top;
		padding:5px 15px;
		color: #fff;
	}
	
	.tabs .active {
    	background-image:url("../images/norm_right_on.gif");
    }
	
	.tabs .active a {
		font-weight: bold;
		color: #fff;
		background-image:url("../images/norm_left_on.gif");
		cursor: hand;
    }
	
	H3.Tips { cursor: pointer; }