/* CSS Document */
/* CSS for top menu */
.ddcolortabs{
	padding: 0;
	width: 100%;
	background-color:#000000;
	clear: both;/*background: transparent;/*

/*
voice-family: "\"}\"";
voice-family: inherit;
*/
	display: block;
	height: 22px;
}

.ddcolortabs ul{
	font: normal 11px Verdana, Arial, sans-serif;
	margin:0;
	padding:0;
	list-style:none;
}

.ddcolortabs li{
	display:inline;
	margin:0 2px 0 0;
	padding:0;
	height: 20px;
}


.ddcolortabs a{
float:left;
color: white;
background: black;
margin:0 0px 0 0;
padding:0 0 1px 3px;
text-decoration:none;

}

.ddcolortabs a span{
	float:left;
	display:block;
	padding-top: 4px;
	padding-right: 15px;
	padding-bottom: 2px;
	padding-left: 15px;
	float:none;
}


.ddcolortabs a:hover{
background-color: #39393B;
}

.ddcolortabs a:hover span{
background-color: #A5091E;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #39393B;
}

.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{
	position:absolute;
	top: 0;
	border: 0px solid black; /*THEME CHANGE HERE*/
	border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
	border-bottom-width: 0px;
	font:normal 12px Arial;
	line-height:18px;
	z-index:100;
	background-color:#A47E4D;
	width: 160px;
	visibility: hidden;
	padding-top: 0px;
	padding-right: 1px;
	padding-bottom: 1px;
	padding-left: 1px;
}


.dropmenudiv_a a{
background-color: white;
width: auto;
display: block;
text-indent: 5px;
margin-top:1px;
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #A5091E;
color: white;
}

