.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;

}

.ddcolortabs ul{
font: normal 10px tahoma, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
font-size:9.5px;
font-stretch:ultra-condensed;
}


.ddcolortabs a{
float:left;
color: white;
background: #6B7EA7;
margin:0 1px 0 0;
padding:0 0 0px 0px;
text-decoration:none;
letter-spacing: 1px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent;
padding: 6px 3px 3px 3px;
-webkit-border-top-left-radius: 5px;
-webkit-border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-moz-border-radius-topright: 5px;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #6EA6C11;
}

.ddcolortabs a:hover span{
background-color: #6EA6C1;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #6EA6C1;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 620px;
height: 4px;
line-height: 8px;
background: #6EA6C1;
border-top: 0px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:620px; /*width of 2nd level sub menus*/
height:300px; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
overflow:scroll;
background-image: linear-gradient(bottom, rgb(245,245,245) 16%, rgb(245,245,245) 58%, rgb(232,232,232) 79%);
background-image: -o-linear-gradient(bottom, rgb(245,245,245) 16%, rgb(245,245,245) 58%, rgb(232,232,232) 79%);
background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 16%, rgb(245,245,245) 58%, rgb(232,232,232) 79%);
background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 16%, rgb(245,245,245) 58%, rgb(232,232,232) 79%);
background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 16%, rgb(245,245,245) 58%, rgb(232,232,232) 79%);

background-image: -webkit-gradient(
	linear,
	left bottom,
	left top,
	color-stop(0.16, rgb(245,245,245)),
	color-stop(0.58, rgb(245,245,245)),
	color-stop(0.79, rgb(232,232,232))
);
}

.tabcontent{
display:none;
width: 500px;
padding-left: 50px;
font-family: Geneva, Arial, Helvetica, sans-serif;
}

h4{
color:#6B7EA7;
}

.entry {
color:#333333;
}

.entry a:link {
color:#6B7EA7;
}

.entry a:visited {
color:#333333;
}

.trib {
	 color:grey;
	 font-size:12px;
	 text-align: right;
	 margin-top:-28px;
	 width:626px;
}

.source {
	 font-size:12px;
}
