.ddcolortabs{
	padding: 0px;
	width: 119px;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
}
.drop_text {font-size: 14px}


.ddcolortabs ul{
	margin:0;
	padding:0px 0 0 0;
	list-style:none;
	font-family: Tahoma, Tahoma, sans-serif;
	font-size: 15px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
}

.ddcolortabs li{
	display:inline;
	margin:0 0px 0 0;
	padding:0;
	text-transform:uppercase;
}


.ddcolortabs a{
	float:left;
	color: #FF6501;
	margin:0 0px 0 0;
	padding:0px 0 0px 0px;
	text-decoration:none;
	letter-spacing: 2px;
	background-image: url(../images/Nav/button_squared_drop.png);
	text-align: center;
	background-repeat: no-repeat;
}

.ddcolortabs a span{
	float:left;
	display:block;
	width: 119px;
	background-color: transparent;
	background-repeat: no-repeat;
	background-position: right top;
	height: 21px;
	padding-top: 5px;
}
.ddcolortabs  a  span-remove to rename{
	float:none;
}

.ddcolortabs a:hover{
	background-color: transparent;
}

.ddcolortabs a:hover span{
	color: #FFFFFF;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-image: url(../images/Nav/button_squared_drop.png);
	background-repeat: no-repeat;
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 1px;
	line-height: 1px;
	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;
	border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
	top: 0px;
	z-index:100;
	background-color: transparent;
	width: 124px;
	visibility: hidden;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	background-repeat: repeat;
	text-align: center;
}


.dropmenudiv_a a{
	width: 125px;
	display: block;
	text-indent: 0px;
	border-top: 0 solid #000000;
	border-bottom: 0px solid #DD5B0F; /*THEME CHANGE HERE*/
	padding: 0px 0;
	text-decoration: none;
	color: #FF6501;
	background-image: url(../images/Nav/button_squared_drop_down.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	font-size: 11px;
	height: 21px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
