.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
font: normal 12px Arial, Verdana, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
/*text-transform:uppercase;*/
}


.ddcolortabs a{
float:left;
color: yellow;				/* yellow #CCFF66 */
background: #660099  url(media/color_tabs_left.gif) no-repeat left top;   /* light purple, match with logo */
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding: 4px 8px 2px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #113A92;
color: #FF0000;			/* red */
}

.ddcolortabs a:hover span{
background-color: #113A92;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #660099 ;
}


.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #CCFF66;						/* cross board line after menu  */
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 green; /*THEME CHANGE HERE*/
border-top-width: 8px; /*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: 200px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #660099 ;
border-bottom: 1px solid #660099 ; /*THEME CHANGE HERE*/
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: #660099 ;
color: white;
}


/* below block is copied from index.htm */

.Caption {
		font-family: sans-serif, Verdana, Times New Roman,Arial;
		font-weight: bold;
		color:      #123456;
		}
		
		.inline-button {
			_width:0.5em;
				font: bold 100%/1 sans-serif, Verdana, Times New Roman;
			margin: 0 0.1em; padding: 0.1em 0; _padding:0;
			border: 0px solid black;
			white-space:nowrap;
			text-decoration: none;
			vertical-align:middle;
			background: #ccc;
			color: black;
		}
			.inline-button em {
			_width:0.1em; _cursor:hand;
			font-style: normal;
			margin:0; padding: 0.05em 0.05em;
			background: white;
			color: 660099 ;
		}
		.inline-button span {
			_width:0.1 em; _cursor:hand;
			margin:0; padding: 0.1em 0.1em 0.1em 0.1em;
		}
		.inline-button:hover {
			background: 113A92;
			color: yellow;
		}
		.inline-button:hover em {
			background: 113A92;
			color: red;
		}
		.orange { background: orange; color: black }
		.orange em { background: white; color: #c60 }

		.blue { background: #06c; color: white }
		.blue em { background: #06c; color: #06c }

		.green { background: 660099 ; color: white }
		.green em { background: 660099 ; color: 660099  }

		.darkblue { background:113A92; color:white }
		.darkblue em { background:113A92; color:113A92 }

		.brown { background:#dd9; color:black }
		.brown em { background:#003; color:#ffc }
		
		/* text tail */
		.spanstyle {
			position:absolute;
			visibility:visible;
			top:-50px;
			font-size:12pt;
			font-family:Comic Sans MS, Arial, Helvetica,Arial;
      		font-weight:bold;
			color:red;