.c_3_tabs{
border-bottom: 1px solid white;
}

.c_3_tabs ul{
padding: 0px;
margin-left: 0px;
margin-top: 0px;
margin-bottom: 0px;
margin-right: 0px;
font: bold 12px Arial;
list-style-type: none;
text-align: left; 
}

.c_3_tabs li{
display: inline;
margin: 0px;
}

.c_3_tabs li a{
text-decoration: none;
padding: 0px;
margin-right: 0px;
color: #ffffff;
/* border-right: 1px solid #ffffff;  */
}

.c_3_tabs li a:visited{
color: #ffffff;
}

.c_3_tabs li a:hover{
text-decoration: underline;
color: #ffffff;
}

.c_3_tabs li.selected{
}

.c_3_tabs li.selected a{ /*selected main tab style */
background-image: url(media/1_tabactive.gif); /*THEME CHANGE HERE*/
border-bottom-color: white;
}

.c_3_tabs li.selected a:hover{ /*selected main tab style */
text-decoration: none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_3{
position:absolute;
top: 0;
border: 1px solid #ffffff; /*THEME CHANGE HERE*/
border-width: 0 1px;
font:normal 12px Arial;
line-height:18px;
z-index:100;
background-color: #C79F16;
width: 300px;
visibility: hidden;
}

.dropmenudiv_3 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;
color: white;
}

* html .dropmenudiv_3 a{ /*IE only hack*/
width: 100%;
color: white;
}

.dropmenudiv_3 a:hover{ /*THEME CHANGE HERE*/
background-color: #C79F16;
color: white;
text-decoration: none;
}

.dropmenudiv_3 a:visited{ /*THEME CHANGE HERE*/
color: white;
}