.ddcolortabs{
padding: 0;
/*width: 48px;*/
text-align:center;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
/*border:#000000 1px solid;*/
}

.ddcolortabs ul{

/*font: normal 11px Arial, Verdana, sans-serif;
font-weight: 400;*/
font-size:14px;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
/*float:left;*/
display:inline;
margin:0;
padding:0;
text-transform:uppercase;
}
.ddcolortabs li a{
text-decoration:none;
}


.ddcolortabs a {
/*float:left;*/
text-decoration:none;
color: #231f20;
/*background-color:#cdc0ac;*/
margin:0;
padding:0;
/*letter-spacing: 1px;
width:88px;*/
text-align:center;
border-right:#000000 0px solid;
border-left:#000000 0px solid;/**/
}

.ddcolortabs a span{
font-family:Garamond, 'GaramondPremierProRegular', Futura LT Book, Futura, Arial, Helvetica;
font-size:14px;
color: #363534;
text-decoration:none;
/*float:left;
display:block;*/
/*background: transparent url(media/color_tabs_right.gif) no-repeat right top;*/
/*padding: 0;*/
padding: 5px 9px 3px 11px;
float:none;
}

/*.ddcolortabs a span{
text-decoration:none;
}*/

.ddcolortabs a:hover{
/*background-color: #272727;*/
}

.ddcolortabs a:hover span{
color: #363534;
background-color: #A3DBE8;/**/
}

.selected, .selected a, .selected a span{ /*currently selected tab*/
/*color: #cdc0ac;*/
background-color: #A3DBE8;
}

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

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
	/*top: 0px;*/
padding-top: 5px;
	/*margin-top: 20px;*/
/*border: 1px solid black; THEME CHANGE HERE*/
	/*border-top-width: 8px; Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
	/*font:normal 11px;
line-height:18px;*/
z-index:100;
background-color: #A3DBE8;
width: 110px;
/*width: 130px;*/
visibility: hidden;
top: 0;
margin-left: -8px;
/*top: 82px;*/
}


.dropmenudiv_a a{
font-family:Garamond, 'GaramondPremierProRegular', Futura LT Book, Futura, Arial, Helvetica;
width: auto;
display: block;
text-indent: 0px;
border-top: 1px solid #fff;
border-bottom: 0px solid #a5e4f3; /*THEME CHANGE HERE*/
/*padding: 8 0;*/
padding: 5px 5px 3px 5px;
text-decoration: none;
font-weight: 400;
font-size:14px;
color: #363534;
text-align:center;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
background-color: #A3DBE8;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
/*background-color: #272727;*/
color: #363534;
}

