.ddcolortabs{
	padding: 0;
	width: 100%;
	voice-family: "\"}\"";
	voice-family: inherit;
	font-weight: normal;
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	background-position: center top;
	background-image: url(newtide_02.jpg);
	height: 35px;
	background-repeat: repeat-x;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin-right: 0px;
	margin-left: 0px;
	list-style-type: none;
}

.ddcolortabs ul{
	margin:0;
	list-style:none;
	width: 100%;
	padding: 6px 0 4px 130px;
	text-align: center;
	vertical-align: middle;
	list-style-type: none;
}

.ddcolortabs ul li{
	list-style-type: none;
}

.ddcolortabs li{
	display:inline;
	margin:0 0px 0 0;
	padding:0;
	text-transform:uppercase;
	list-style-type: none;
}

.ddcolortabs ul a{
	list-style-type: none;
}

.ddcolortabs ul li a{
	list-style-type: none;
}
.ddcolortabs li a{
	list-style-type: none;
}
.ddcolortabs a{
	float:left;
	color: #000000;
	margin:0 0px 0 0;
	padding:0 0 1px 0px;
	text-decoration:none;
	letter-spacing: 1px;
	border-right-width: thin;
	border-right-style: solid;
	border-right-color: #DADADA;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
}

.ddcolortabs a:hover span{
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
}

.ddcolortabsline{
	clear: both;
	width: 100%;
	height: 8px;
	line-height: 8px;
	margin: 0px;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	width: 200px;
	visibility: hidden;
	background-image: url(nav_background.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	padding: 0px;
	margin-top: -2px;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5px;
	border-bottom: 1px solid #F3F2F2;
	padding: 2px 0;
	text-decoration: none;
	color: black;
	text-align: left;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #f3f2f2;
color: #BC3737;
}
.dropmenudiv_a ul{
	list-style-type: none;
	padding-top: 0px;
	padding-bottom: 0px;
	padding-left: 20px;
	padding-right: 0px;
	margin: 0px;

}

dropmenudiv_a ul li{
	display: inline;
	list-style-type: none;
	padding-left: 20px;
}

dropmenudiv_a ul li a{
	padding: 0px;
	margin: 0;
	text-decoration: none;
	text-indent: 35px;
}

