#colortab
{

	/*margin-left:345px;*/
}
.ddcolortabs{
padding: 0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
z-index:5;
}

.ddcolortabs ul{
	font: normal bold 8pt Arial, Verdana, sans-serif;
	margin: 0;
	padding: 0;
	list-style: none;
	height: 36px;
	line-height: 36px; 
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
height:36px;
line-height:36px;
}


.ddcolortabs a{
float:left;
color: white;
background: transparent url(media/tabmenubg.gif) center center repeat-x; 
margin:0 1px 0 0;
padding:0 0 0px 0px;
text-decoration:none;
height:36px;
line-height:36px;

}

.ddcolortabs a:link{
float:left;
color: white;
background: transparent url(media/tabmenubg.gif) center center repeat-x; 
margin:0 1px 0 0;
padding:0 0 0px 0px;
text-decoration:none;
height:36px;
line-height:36px;

}

.ddcolortabs a span{
	color: white;
	float: left;
	display: block; /*background: transparent url(media/tabmenubg.gif) center center repeat-x; */
	padding: 0px 20px 0px 20px;
	margin:0px;
}

.ddcolortabs a span{

float:none;
}

.ddcolortabs a:hover{
	background-color: #1E3649;
}

.ddcolortabs a:hover span{
	background-color:  #1E3649;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color:  #1E3649;
}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position: absolute;
	top: 0;
	color: white;
	font: normal 12px Arial;
	line-height: 18px;
	z-index: 100;
	width: 200px;
	visibility: hidden;
	background:  #6B9EBF url(media/color_tabs_right_bt.gif) no-repeat right bottom;
	margin-top:0px;

}



.dropmenudiv_a a{
	width: auto;
	color: White;
	display: block;
	border-bottom: 1px groove #215d7b; /*THEME CHANGE HERE*/
	padding: 2px 0;
	text-decoration: none;
	font: normal bold 8pt Arial, Helvetica, sans-serif;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-left: 5px;
	margin-left:10px;
	margin-right:10px;
	margin-top:0px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}
.dropmenudiv_a a:link{
	/*THEME CHANGE HERE*/
color: White;
}

.dropmenudiv_a a:visited{
	/*THEME CHANGE HERE*/
color: White;
}
.dropmenudiv_a a:hover{
	/*THEME CHANGE HERE*/
	background-color: #0D5F8D;
	color: #F1BA2C;
}