
/* Background behind tabs*/
.ddcolortabs
{
	voice-family: "\"}\"";
	voice-family: inherit;
	
	width: 798px;
	clear: both;
	
	float: center;
	
	border-color: darkblue;
	border-style: solid;
	
	border-left-width: 1px;
	border-right-width: 1px;
	border-top-width: 0px;
	border-bottom-width: 0px;
	
	font-size: 93%;
	line-height: normal;
	
    background-image: rgb(89,126,155) url(images/banner background.bmp);
	background-position: top left;
	background-repeat: repeat-x;
}


.ddcolortabs ul
{
	margin: 0;
	
    padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	
    list-style:none;
	
	font-family: Arial, Verdana, sans-serif;
	font-size: 11px;
	font-stretch: normal;
	font-style: normal;
	font-variant: normal;
	font-weight: normal;
}


.ddcolortabs li
{
	display: inline;
	width: 698px;
	
	margin-top:0;
	margin-right: 0;
	margin-bottom: 0;
	margin-left: 0;
	
	padding:0;
	
	text-transform:uppercase;
}

.ddcolortabs li.spacer 
{
	width: 5px;
	background: #999999;
}

.ddcolortabs a 
{
	float: left;
	color: white;
	background: #347C2C url(media/color_tabs_left.gif) no-repeat left top;
	
	margin-bottom: 1px;
	margin-left: 1px;
	margin-right: 1px;
	margin-top: 1px;
	
	padding: 0;
	
	text-decoration:none;
	letter-spacing: 2px;
}

.ddcolortabs a span
{
	float:center;
	display:block;
	background: transparent url(media/color_tabs_right.gif) no-repeat right top;
	
	padding-top: 4px;
	padding-right: 8px;
	padding-bottom: 2px;
	padding-left: 7px; 
}

.ddcolortabs a span
{
	float:none;
}

.ddcolortabs a:hover
{
	background-color: #153E7E;
}

.ddcolortabs a:hover span
{
	background-color: #153E7E;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span
{ /*currently selected tab*/
	background-color: #153E7E;
}

.ddcolortabsline
{
	display: none;
	clear: both;
	padding: 0;
	width: 100%;
	height: 8px;
	line-height: 0;
	background: #0000FF;
	border-top: 1px solid #999999; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a
{
margin-top: 1px;
position:absolute;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 0; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
line-height:18px;
z-index: 100;
background-color: white;
width: 115px;
visibility: hidden;
}

.dropmenudiv_a a
{
	width: auto;
	display: block;
	text-indent: 5px;
	border-top: 0 solid black;
	border-bottom: 1px solid black; /*THEME CHANGE HERE*/
	padding: 0;
	text-decoration: none;
	color: black;
}

* html .dropmenudiv_a a
{ /*IE only hack*/
	width: 100%;
}

/* Color is when you hover over the drop down menu*/
.dropmenudiv_a a:hover
{ 
/*THEME CHANGE HERE*/
	background-color: #347C2C;
	color: white;
}