﻿.ddltabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
z-index:100;
}

.ddltabs ul{
font: normal 12px Arial, Tahoma, Calibri, Helvetica, "Times New Roman", Times, sans-serif;
margin:0;
padding:0;
list-style:none;
}

.ddltabs li{
display:inline;
margin:0 4px 0 0;
padding:0;
text-transform:uppercase;
}

.ddltabs a{
float:left;
color: white;
background-color: #000;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
}

.ddltabs a span{
float:left;
display:block;
padding: 4px 8px 2px 7px;
}

.ddltabs a span{
float:none;
}

.ddltabs a:hover{
background-color: #CDAD00;
}

.ddltabs a:hover span{
background-color: #CDAD00;
}

.ddltabs .selected a, #ddcolortabs .selected a span{ /*currently selected tab*/
background-color: #CDAD00;
}

.tabsline{
clear: both;
padding: 0;
width: 100%;
height: 5px;
line-height: 5px;
background: black;
border-top: 1px solid #CDAD00; /*Remove this to remove border between bar and tabs*/
}


.ddlmenudiv_a{
position:absolute;
top: 0;
border: 1px solid black; 
border-top-width: 5px; /*Top border width. Should match height of line above*/
border-bottom-width: 0;
font:normal 12px Arial, Tahoma, Calibri, Helvetica, "Times New Roman", Times, sans-serif;
line-height:18px;
z-index:100;
background-color: white;
width: 200px;
visibility: hidden;
}

.ddlmenudiv_a a{
width: auto;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #000; /*THEME CHANGE HERE*/
padding: 2px 0;
text-decoration: none;
color: black;
}

* html .ddlmenudiv_a a{ /*IE hack*/
width: 100%;
}

.ddlmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #CDAD00;
color: white;
}