BODY	{background: #666666;
		font-family: Verdana, Arial, Helvetica;
	    margin-top: 0}

A:link	{color: #363636}

H1	{font-weight: bold;
	 font-size: 10pt;
	 font-family: Verdana, Arial, sans-serif}
	 
P	{font-size: 10pt;
	 font-family: Verdana, Arial, sans-serif}
	 
DIV { padding-top:0; padding-right:0; 
      padding-bottom:0; padding-left:0 }

.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
}

.ddcolortabs ul{
float:left;
width:100%;
font: normal 11px 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: white;
margin-left: 0;
margin-right: 0;
margin-top: 0;
margin-bottom: 0;
padding-left: 65px;
padding-right: 15px;
text-decoration:none;
letter-spacing: 1px;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 2px 2px 2px 2px;
}

.ddcolortabs a span{
float:none;
text-align: center;
}

.ddcolortabs a:hover{
background-color: #363636;
}

.ddcolortabs a:hover span{
background-color: #363636;
}

.ddcolortabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #363636;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
margin-left: auto;
margin-right: auto;
position:absolute;
padding-left: 5px;
top: 0;
border: 1px solid black; /*THEME CHANGE HERE*/
border-top-width: 4px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1;
font:normal 12px Verdana, Arial;
line-height:18px;
z-index: auto;
background-color: #666666;
width: 150px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #666666;
border-bottom: 1px solid #666666; /*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: #666666;
color: white;

}