.ddcolortabs{
	padding: 0;
	width: 910px;
	line-height: 36px;
	height: 36px;
	background-color: #990000;
}

.ddcolortabs ul{
	margin:0;
	padding:0;
	list-style:none;
	font-family: Arial, Verdana, sans-serif;
	font-size: 14px;
	font-style: normal;
	font-variant: normal;
	
}

.ddcolortabs li{
	display:inline;
	padding:0;
	text-transform:capitalize;
	line-height: 36px;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	height: 36px;
	margin-top: 0;
	margin-right: 2px;
	margin-bottom: 0;
	margin-left: 0;
	width: auto;
}


.ddcolortabs a{
	float:left;
	color: #FFFFFF;
	text-decoration:none;
    padding-right: 10px;
	padding-left: 10px;	
}

.ddcolortabs a span{
	float:left;
	display:block;
	
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.ddcolortabs a:hover span{
background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
	background-color: #990000;
}

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: black; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	top: 0;
	font:normal 12px Arial;
	line-height:18px;
	z-index:80;
	width: 202px;
	visibility: hidden;
	background-color: #CC3300;
	text-align: left;
}


.dropmenudiv_a a{
	width: 202px;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #678b3f;
	width: 202px;
	text-decoration: none;
	color: #FFFFFF;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-x;
	line-height: 30px;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: white;
	background-image: url(../images/bg2.jpg);
	background-repeat: repeat-x;
}

