.ddcolortabs {

float:left;

width:100%;

font-family: Arial, Helvetica, sans-serif; font-size:11px;

line-height:normal;

border:1px;

}



.ddcolortabs ul{

list-style-type: none;

font-family: Arial, Helvetica, sans-serif; font-size:11px;

margin-right:0px;

margin-left:74px; /*Left offset of entire tab menu relative to page*/

padding:0;



}



.ddcolortabs li{

display:inline;

margin-right:0;

padding-right:0;

letter-spacing: 0.1em;



}



.ddcolortabs a{

float:left;

color: white;

background: url(../images/glowtab-left.gif) no-repeat left top;

margin:0px 2px 0px 0px;

padding:0 0 0px 5px;

text-decoration:none;

font-family: Arial, Helvetica, sans-serif; font-size:11px;

cursor: pointer;

}



.ddcolortabs a span{

float:right;

display:block;

background: url(../images/glowtab.gif) no-repeat right top;

padding: 10px 10px 8px 5px;

font-weight:bold;

font-size:11px; 

letter-spacing: 0px;

color:#000000;

text-align:center

}



.ddcolortabs a span{

float:none;

}



.ddcolortabs a.current{ /*Selected Tab style*/

background-position:0 -32px; /*Shift background image up to start of 2nd tab image*/



}



.ddcolortabs a.current span{ /*Selected Tab style*/

background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/

color: #ffffff;

}



.ddcolortabs a:hover{ /*onMouseover style*/

background-position:0% -32px; /*Shift background image up to start of 2nd tab image*/

color: #ffffff;

}



.ddcolortabs a:hover span{ /*onMouseover style*/

background-position:100% -32px; /*Shift background image up to start of 2nd tab image*/

color: #ffffff;

}



.ddcolortabsline{

clear: both;

padding: 0;

width: 100%;

line-height: 8px;

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-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/

border-bottom-width: 0;

font-family: Arial, Helvetica, sans-serif; font-size:10px;

line-height:20px;

z-index:100;

background-color: #edefee;

visibility: hidden;

}





.dropmenudiv_a a{

width: auto;

display: block;

text-indent: 10px;

border-top: 0 solid #678b3f;

border-bottom: 0px solid #678b3f; /*THEME CHANGE HERE*/

padding: 2px 0;

text-decoration: none;

color: #666666;

font-family: Arial, Helvetica, sans-serif; font-size:11px;

}



* html .dropmenudiv_a a{ /*IE only hack*/

width: 100%;

}



.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/

background-color: #edefee;

color: #98BD2E;

font-family: Arial, Helvetica, sans-serif; font-size:11px;

}









.tabcontainer{

clear: left;

width:95%; /*width of 2nd level sub menus*/

height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/

}



.tabcontent{

display:none;

}



