.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
font-size: 12px;
line-height:16px;
}

.ddcolortabs ul{
margin:0;
padding:0;
list-style:none;
line-height:16px;
}

.ddcolortabs li{
display:inline;
margin:0 0px 0 0;
padding:0;
text-transform:uppercase;
line-height:16px;

}


.ddcolortabs a:link{
float:left;
color: #666666;
margin:0 0px 0 0;
padding:0 0 1px 3px;
text-decoration:none;

letter-spacing: 0px;
}

.ddcolortabs a:visited{
float:left;
color: #666666;
margin:0 2px 0 0;
padding:0 0 1px 1px;
text-decoration:none;
letter-spacing: opx;
}

.ddcolortabs a span{
float:left;
display:block;

padding: 5px 4px 5px 4px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background: url(cpq-left-corner-menu-full.png) no-repeat left top;
color:#FFFFFF;
}

.ddcolortabs a:hover span{
background: url(cpq-right-corner-menu.png) no-repeat right top;
color:#FFFFFF;
}

.ddcolortabs .selected a{ /*currently selected tab
background-color: #495851;*/
background: url(cpq-left-corner-menu-full.png) no-repeat left top;
color:#FFFFFF;
}

.ddcolortabs .selected a span{ /*currently selected tab
background-color: #495851;*/
background: url(cpq-right-corner-menu.png) no-repeat right top;
color:#FFFFFF;
}
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
border-top: 1px solid #495851; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
top: 0;
border: 1px solid #495851; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
line-height:18px;
z-index:100;
background-color: #495851;
width: 200px;
visibility: hidden;
text-align:left;

}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	text-align:left;
	color: #ffffff;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #435049;
	border-bottom-color: #576860;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	text-align:left;
	background-color: #596C63;
	color: white;
}
