.ddcolortabs {
	position: static;
  border: 0;
  padding: 0;
  margin: 0;
  -moz-border-radius: 0px;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;

	/*voice-family: "\"}\"";

  voice-family: inherit;*/

	margin: 0;
	top: 10px;
	cursor: pointer;
}



.ddcolortabs li {
	display: inline-block;
	margin: 0 2px 0 0;
	padding: 0;
}



.ddcolortabs a {
	float: left;
	color: #FFFFFF;
	text-decoration: none;
	letter-spacing: 3px;
}



.ddcolortabs a span{

  float:left;

  display:block;

  clear: both;

  border: -2px solid #fff;

  /*background: transparent url(media/header.gif) repeat right top;*/

  background-color: #E04B4A;
  border-color: #E04B4A;
  border: 1px solid #e3e3e3;

  padding: 3px 15px;

    -moz-border-radius-topleft:6px;

  -moz-border-radius-topright:6px;



}



.ddcolortabs a:hover span{
	background-color: #CCCCCC;
}










/* ######### Style for Drop Down Menu ######### */



.dropmenudiv_a{
	position: absolute;
	border: 0px solid #0033FF; /*THEME CHANGE HERE*/
	/* border-top-width: 1px; Top border width. Should match height of .ddcolortabsline above*/

	border-bottom-width: 0;
	
	line-height: 18px;
	z-index: 100;
	background-color: white;
	width: 250px;
	visibility: hidden;
	border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom-width: 7px;
  border-bottom-style: solid;
  border-bottom-color: #cccccc;
  border-bottom-color: rgba(204, 204, 204, 0.2);

}



.dropmenudiv_a a{

  width: auto;

  display: block;

  text-indent: 5px;

  border-top: 0 solid #678b3f;

  border-bottom: 0px solid #0000CC; /*THEME CHANGE HERE*/

  padding: 5px 0;

  text-decoration: none;

  color: black;

}



* html .dropmenudiv_a a{ /*IE only hack*/

  width: 100%;

}



.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

  background-color: #E04B4A;
  border-color: #E04B4A;

}

