﻿.ddcolortabs{
	padding: 0;
	background: transparent;
	voice-family: "\"}\"";
	voice-family: inherit;
	/* background-image:url(../img/menu_bkg.gif); */
	position:relative;
	background-repeat:repeat;
	width: 900px;
	height:16px;
	background-color: #000;
}

.ddcolortabs ul{
	margin-left: 0px;
	margin-right: auto;
	margin-top: 4px;
	text-align: center;
	width:900px;
}

.ddcolortabs li
{
	display:inline;
	text-align: left;
	padding: 0px 0px 0px 0px;
	border-right: solid 1px #333;
}

.ddcolortabs a
{
	text-transform:uppercase;
	color: #fff;
	text-decoration: none;
	padding: 0px 0px 0px 0px;
	font-weight: bolder;
	font-size: 16px;
}


.ddcolortabs a:hover{
	color:#C48400;
}

.ddcolortabs .selected a, #ddcolortabs .selected a{ /*currently selected tab*/
	/*background-color: #993300;*/
}

.ddcolortabsline{
	clear: both;
	padding: 0;
	width: 100%;
	height: 0px;
	line-height: 0px;
	background: #ffffff;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
	position:absolute;
	margin: 0px 0px 0px 0px;
	border: 1px solid #000; /*THEME CHANGE HERE*/
	font-weight: bolder;
	font-size: 11px;
	text-transform:uppercase;
	line-height: 11px;
	z-index: 100;
	background-color: #993300;
	width: 110px;
	visibility: hidden;
}

.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 10px;
	border-bottom: 1px solid #993300; /*THEME CHANGE HERE*/
	padding: 5px 0px 5px 0px ;
	text-decoration: none;
	color: #ffffff;
}
.dropmenudiv_a img
{
	border: none;	
}
.menulastchild{
	border-bottom: 0px none !important;
}

* html .dropmenudiv_a a{ /*IE only hack*/
	width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #C48400;
	font-weight: bold;
}
