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

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

.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:uppercase;
	height: 44px;
	width: 80px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
}


.ddcolortabs a{
	float:left;
	color: white;
	text-decoration:none;
	letter-spacing: 1px;
	background-repeat: no-repeat;
	background-position: left top;
	background-image: url(../images/tab-rd.gif);
	height: 44px;
	width: 80px;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 0;
	padding-bottom: 1px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	text-align: center;
	line-height: 33px;
	font-weight: bold;
}

.ddcolortabs a span{
	float:left;
	display:block;
	padding: 4px 8px 2px 7px;
	background-color: transparent;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
	background-image: url(../images/tab-gr.gif);
}

.ddcolortabs a:hover span{

}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-image: url(../images/tab-gr.gif);
}

.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 {
	
	z-index:100;
	width: 162px;
	visibility: hidden;
	background-image: url(../images/conas.gif);
	background-repeat: no-repeat;
	height: 129px;
	padding-top: 17px;
	padding-left: 5px;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 11px;
	font-style: normal;
	font-weight: bold;
	font-variant: normal;
	line-height: 15px;
	padding-bottom: 3px;
	position: absolute;
	margin-left: -40px;
}


.dropmenudiv_a a{
	width: 150px;
	display: block;
	text-indent: 5px;
	text-decoration: none;
	color: #FFF;
	padding-top: 2px;
	padding-right: 0;
	padding-bottom: 2px;
	padding-left: 0;
}

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

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-image: url(../images/tab-gr-in.gif);
	background-repeat: no-repeat;
	font-size: 11px;
	font-weight: bold;
}
