.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font-weight:normal;
font-size:11px;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 1px 0 0;
padding:0;
}


.ddcolortabs a{
float:left;
color: white;
background: #455FA0 url(media/color_tabs_left.gif) no-repeat left top;
margin:0 1px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 3px 5px 3px 5px;
}

.ddcolortabs a span{
float:none;
}

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

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

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

.linkTab
{
	background-color:#455FA0;

}
.linkTab A {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
	background-color:#455FA0;
	
}
.linkTab A:hover {
	COLOR: #FFFFFF; TEXT-DECORATION: none;
	background-color: #A5B6DC;

}
.thumbnail{
position: relative;
z-index: 0;
}

.thumbnail:hover{
background-color: transparent;
z-index: 50;
}

.thumbnail span{ /*CSS for enlarged image*/
position: absolute;
background-color: #D9E1F3;
padding: 5px;
left: -100px;
border: 0px;
visibility: hidden;
color: black;
text-decoration: none;
}

.thumbnail span img{ /*CSS for enlarged image*/
border-width: 0;
padding: 2px;
}

.thumbnail:hover span{ /*CSS for enlarged image on hover*/
visibility: visible;
top: 0;
left: -110px; /*position where enlarged image should offset horizontally */

}




.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #678b3f;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
}

.tabcontent{
display:none;
}