.ddcolortabs{
	width: 900px;
	voice-family: "\"}\"";
	voice-family: inherit;
	background-color: transparent;
	/*background-image: url(Images/Template/Menu.jpg);*/
}

.ddcolortabs ul{
	font-family: Tahoma, Verdana, Arial;
	font-size: 14px;
	color: #FFFFFF;
	background-repeat: repeat-x;
	height: 18px;
	vertical-align: middle;
	letter-spacing: .1em;
	/*background-image: url(Images/Menu.jpg);*/
	/*border: 1px solid #FFF;*/
margin:0;
	padding:9px 0 8px 0;/* padding top*/
	list-style:none;
	background-color: #e2e9f1;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
}

.ddcolortabs li{
	display:inline;
	margin:0 0px 0 0;
	padding:8px 0px 6px 0;/*changed from 30 to 8 for ff*/
	text-transform:uppercase;
	border-top-width: 0px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: solid;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;	
}


.ddcolortabs a {
float:center;
color: #666;

margin:0 0px 0 0;
padding:8px 25px 8px 25px;/*spacing under menu and dropdown*/
text-decoration:none;
letter-spacing: 1px;
}





.ddcolortabs a:hover{
	color: #ffffff;
	background-repeat: no-repeat;
	background-color: #829595;
}

.ddcolortabs a:hover span{
	background-image: url(Images/BGMenuOver.jpg);
	background-repeat: repeat-x;
	color: #ffffff;
}



.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: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:26px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
	width: auto;
	display: block;
	text-indent: 5;
	border-top: 0 solid #cccccc;
	/*border-bottom: 1px solid #cccccc; THEME CHANGE HERE*/
	padding: 4px 0;
	text-decoration: none;
	color: #666666;
	text-align: left;
	text-transform: uppercase;
	font-size: 12px;
	font: normal 12px Arial, Verdana, sans-serif;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
	color: #666;
	background-color: #ebebeb;
}
