	/* CSS Document */
	
	#ddimagetabs{
		position: absolute;
		top:70px;
		width:100%;
		height: 21px;
		padding-top: 0px; /*vertical offset of tab text from top of tab*/
		padding-top: 0px; /*vertical offset of tab text from top of tab*/				
		background: url(../img/deg5b.jpg);
		background-repeat: repeat;		
	}
	
	#ddimagetabs a{
		display: block;
		text-decoration: none;
		font: bold 12px Arial; /*tab font */
		color: black; /*font color */
		/* width: 86px; width of tab image */
		height: 19px; /*height of tab image */
		float: left;
		display: inline;
		margin-right: 2px; /*spacing between tabs */
		padding-top: 2px;
		padding-left: 5px; /*left offset of tab text from top of tab*/
		padding-right: 10px; /*right offset of tab text from top of tab*/
		/*background-image:url(bluetab.jpg); URL to tab image */
		color:#ffffff;
		/*background-color:#004454;*/
		background: url(../img/deg5b.jpg);
		background-repeat: repeat;
		text-align: center;
	}
	
	#ddimagetabs a:hover, 
	#ddimagetabs a.current{
		background-color:#004454; /*URL to tab image onmouseover */
		color: #004454;
	}
	
	
	.ddimagetabs2{
		display:none;
		padding-top:0px;
		position: absolute;
		top:0px;		
	}
	
	.ddimagetabs2 a{
	
		display: block;
		text-decoration: none;
		font: bold 11px Arial; /*tab font */
		color: black; /*font color */
		/* width: 86px; width of tab image */
		height: 12px; /*height of tab image */
		/*float: left;*/
		display: inline;
		padding-top: 3px; /*vertical offset of tab text from top of tab*/
		padding-left: 5px; /*left offset of tab text from top of tab*/
		padding-right: 3px; /*right offset of tab text from top of tab*/
		/*background-image:url(bluetab.jpg); URL to tab image */
		color:#004454;
		/*background-color:#ffffff;*/
		/*background: url(../img/deg5c.jpg);*/
		background-repeat: repeat;
		text-align: center;
	}
	
	.ddimagetabs2 a:hover, 
	.ddimagetabs2 a.current{
		/*background-color:#004454; */		/*URL to tab image onmouseover */
		color: #7FA1B6;
		/*background: url(../img/deg5c.jpg);*/
		/*background-color:#ffffff;*/
		background-repeat: repeat;		
	}
	#tabcontentcontainer{
		position: absolute;
		top:91px;
		width:100%; /*width of 2nd level content*/
		height:21px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
		background: url(../img/deg6.jpg);
		/*background-color: #ffffff;*/
		background-repeat: repeat;		
	}
	
	#tabcontentcontainerimg{
		width:100%; /*width of 2nd level content*/
		height:18px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
	}
	
	.desplas{
		padding-top:0px;
	}
	.tabcontent{
		display:none;
	}
	.intro{
		position:absolute;
		left:0;
		top:0;
		width:100%;
		layer-background-color:#bac405;
		background-color:#bac405;
		border:0.1px solid #bac405;
		z-index:10;
	}