.glowingtabs_norm{
float:left;
width:100%;
color: #575434;
font-size: 12px;
font-family: Helvetica, Verdana, sans-serif;
font-weight: bold;
line-height:normal;
/*border-bottom: 1px solid #ffffff; /*Add border strip to bottom of menu*/
}

.glowingtabs_norm a
{
	float: left;
    background: url(dropdowntabfiles/media/glowtab-left.gif) no-repeat left top;
    margin: 0;
    margin-right: 2px; /*spacing between each tab*/
    padding: 0px 0px 0px 0px;
    text-decoration: none;
}

.glowingtabs_norm a span
{
    background-position: right top;
    float: left;
    display: block;
    background: url(dropdowntabfiles/media/glowtab.gif) no-repeat right top;
    padding: 8px 4px 6px 3px;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Verdana, sans-serif;
    line-height: normal;
    color: #575434; /* color:red;the non mouseover link color for all links */
}

/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs_norm a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs_norm a:visited span {
    background-position: right top;
    float: left;
    display: block;
    background: url(dropdowntabfiles/media/glowtab.gif) no-repeat right top;
    background-position:0 0px;
    padding: 8px 4px 6px 3px;
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Verdana, sans-serif;
    line-height: normal;
    color: #575434;
}

.glowingtabs_norm a:hover span {
color: #ffffff; /* the mouseover link color for non dropdowns*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.glowingtabs{
float:left;
width:100%;
color: #575434;
font-size: 12px;
font-family: Helvetica, Verdana, sans-serif;
font-weight: bold;
line-height:normal;
/*border-bottom: 1px solid #ffffff; /*Add border strip to bottom of menu*/
/* margin-bottom: 3px; bottom tab extension */
}

.glowingtabs a{
float:left;
    font-family: Helvetica, Verdana, sans-serif;
background:url(dropdowntabfiles/media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 0px; /*spacing between each tab*/
padding:0 0 0 0px;
text-decoration:none;
}

.glowingtabs a span
{
    background-position: right top;
    float: left;
    display: block;
    background: url(dropdowntabfiles/media/glowtab.gif) no-repeat right top;
    padding: 8px 10px 6px 3px;  /* ********** Pad the height of the tab and bottom */ 
    font-weight: bold;
    font-size: 12px;
    color: #575434;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs a:hover span
{
    color: #ffffff;
 /*    margin-bottom: 6px; mouse over height of tab */


}

.glowingtabs ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.glowingtabs li{
display:inline;
margin:0;
padding:0;
}




.glowingtabs li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.glowingtabs li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff; /* mouseover link color for dropdowns links not the dropdown*/

}

.glowingtabs a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/

}

/* ######### Selected Glow Tab ######### */
.glowingtabs_sel{
float:left;
width:100%;
color: #192c69;
font-size: 12px;
font-family: Helvetica, Verdana, sans-serif;
font-weight: bold;
line-height:normal;
/*border-bottom: 1px solid #ffffff; /*Add border strip to bottom of menu*/
/* margin-bottom: 3px; bottom tab extension */
}

.glowingtabs_sel a{
float:left;
background:url(dropdowntabfiles/media/glowtab-left.gif) no-repeat left top;
margin:0;
margin-right: 2px; /*spacing between each tab*/
padding:0 0 0 2px;
text-decoration:none;
}

.glowingtabs_sel a span
{
    background-position: right top;
    float: left;
    display: block;
    background: url(dropdowntabfiles/media/glowtab.gif) no-repeat right top;
    padding: 8px 10px 6px 3px;  /* ********** Pad the height of the tab and bottom */ 
    font-weight: bold;
    font-size: 12px;
    font-family: Helvetica, Verdana, sans-serif;
    color: #192c69;
}



/* Commented Backslash Hack hides rule from IE5-Mac \*/
.glowingtabs_sel a span {float:none;}
/* End IE5-Mac hack */

.glowingtabs_sel a:hover span
{
    color: #ffffff;
 /*    margin-bottom: 6px; mouse over height of tab */


}

.glowingtabs_sel ul{
list-style-type: none;
margin:0;
margin-left: 5px; /*Left offset of entire tab menu relative to page*/
padding:0;

}

.glowingtabs_sel li{
display:inline;
margin:0;
padding:0;
}

.glowingtabs_sel li.selected a{ /*Selected Tab style*/
background-position:0 -82px; /*Shift background image up to start of 2nd tab image*/

}

.glowingtabs_sel li.selected a span{ /*Selected Tab style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/
color: #ffffff; /* mouseover link color for dropdowns links not the dropdown*/

}

.glowingtabs_sel a:hover, .glowingtabs li.selected a:hover{ /*onMouseover style*/
background-position:0% -82px; /*Shift background image up to start of 2nd tab image*/
}

.glowingtabs_sel a:hover span, .glowingtabs li.selected a:hover span{ /*onMouseover style*/
background-position:100% -82px; /*Shift background image up to start of 2nd tab image*/

}



/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_d
{
    top: 0; /*THEME CHANGE HERE*/
    position: absolute;
    border-width: 1px 1px 1px 1px;
    border-style: dotted;
    border-color: #575434;
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: normal;
    font-size: 12px;
    line-height: 14px; /* font:normal 12px Verdana; */
    z-index: 100;
    background-color: white;
    width: 200px;
    visibility: hidden;
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: left;
}


.dropmenudiv_d a{
width: auto;
display: block;
text-indent: 5px;
border: 0 solid #ffffff; /*THEME CHANGE HERE*/
border-bottom-width: 1px;
padding: 2px 0;
text-decoration: none;
font-family: Helvetica, Verdana, sans-serif;
font-weight: normal;
color: #575434; 
}

* html .dropmenudiv_d a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_d a:hover{ /*THEME CHANGE HERE*/
color: #192c69; /*The dorpdown hover link */
background-color: #ffffff;
}

.tech_exp
{
    text-indent: 10px;
    border: 0 solid #ffffff; /*THEME CHANGE HERE*/
    border-bottom-width: 1px;
    padding: 2px 0;
    text-decoration: none;
    font-family: Helvetica, Verdana, sans-serif;
    font-weight: normal;
    color: #575434;
    font-style: italic;
}

