﻿.glowingtabs{
position: absolute;  
top: 8.25em;
left: 7em;  
border-top: #FFB739 .35em solid;
border-left: #FFB739 .35em solid;
border-right: #FFB739 .35em solid;
width: 62em;
background-color: #587BBF;
height: 4em; } 

div.glowingtabs { 
  width: 62.7em;  
  voice-family: "\"}\""; 
  voice-family:inherit;
  width: 62em;
} 
.glowingtabs ul{
list-style-type: none;
margin:0;
position: absolute; 
top: 1em;
margin-left: 1em; /*Left offset of entire tab menu relative to page*/
padding:0;
}

.glowingtabs li{
position: relative;
display:inline;
margin:0;
padding:0;
}


.glowingtabs a{
float:left;
background:url(glowtab.gif) no-repeat left middle;
margin:0;
margin-right: 5px; /*spacing between each tab*/
padding:0 0 0 9px;
text-decoration:none;
}

.glowingtabs a span{
float:left;
display:block;
background:url(glowtab.gif) no-repeat right top;
padding: .25em .25em .25em .25em;
font-weight:bold;
color:#3B3B3B;
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span {
color: black;
}

.glowingtabs a.current{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a.current span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: black;
}

.glowingtabs a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
}


.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;
}

.ddcolortabsline{
position: absolute; 
top: 11.1em;
clear: both;
padding: 0;
left: 8.9em;
width: 59em;
height: 8px;
line-height: 8px;
background: 5F90FF;
border-top: 3px solid #fff; /*Remove this to remove border between bar and tabs*/
}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv_d{
position:absolute;
top: 15.1em;
left: 11.7em;
display: inline;
border: 1px solid #FFB739; /*THEME CHANGE HERE*/
border-top-width: 7px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 12px Arial;
padding: 1em;
line-height:24px;
z-index:1001;
background-color: white;
width: 220px;
visibility: hidden;
}

.dropmenudiv_d2{
position:absolute;
top: 15.1em;
left: 16.9em;
display: inline; 
border: 1px solid #FFB739; /*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:24px;
padding: 1em;
z-index:1001;
width: 290px;
background-color: white;
visibility: hidden;
}
.dropmenudiv_d3{
position:absolute;
top: 15.1em;
left: 34.6em;
border: 1px solid #FFB739; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font: normal 12px Arial;
width: 140px;
line-height:24px;
padding: 1em;
z-index:1001;
background-color: white;
visibility: hidden;
}

.dropmenudiv_d4{
position:absolute;
top: 15.1em;
left: 48.9em;
padding: 1em;
border: 1px solid #FFB739; /*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:24px;
z-index:1001;
width: 140px;
background-color: white;
visibility: hidden;
}
.dropmenudiv_d5{
position:absolute;
top: 15.1em;
left: 62.8em;
border: 1px solid #FFB739; /*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:24px;
z-index:1001;
padding: 1em;
width: 210px;
background-color: white;
visibility: hidden;
}
.dropmenudiv_d6{
position:absolute;
top: 15.1em;
left: 69.7em;
border: 1px solid #FFB739; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font: normal 12px Arial;
line-height:24px;
z-index:100;
width: 200px;
padding: 1em;
background-color: white;
visibility: hidden;
}
.dropmenudiv_d7{
position:absolute;
top: 15.1em;
left: 81.8em;
border: 1px solid #FFB739; /*THEME CHANGE HERE*/
border-top-width: 8px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 1px;
font: normal 12px Arial;
line-height:24px;
padding: 1em;
z-index:100;
width: 150px;
background-color: white;
visibility: hidden;
}
.dropmenudiv_d a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px;
font-weight:bold;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

.dropmenudiv_d2 a{
width: auto;
display: block;
font-weight:bold;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d2 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d2 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

.dropmenudiv_d3 a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
font-weight:bold;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d3 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d3 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

.dropmenudiv_d4 a{
width: auto;
display: block;
font-weight:bold;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d4 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d4 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

.dropmenudiv_d5 a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
font-weight:bold;
text-decoration: none;
color: black;
}

* html .dropmenudiv_d5 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d5 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

.dropmenudiv_d6 a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
font-weight:bold;
color: black;
}

* html .dropmenudiv_d6 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d6 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;

color: white;
}
.dropmenudiv_d7 a{
width: auto;
display: block;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #678b3f; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
font-weight:bold;
}

* html .dropmenudiv_d7 a{ /*IE only hack*/
width: 100%;
}


.dropmenudiv_d7 a:hover{ /*THEME CHANGE HERE*/
background-color: green;
font-weight:bold;
color: white;
}

