﻿.ddcolortabs{
font-family: verdana, arial, helvetica;
font-weight:600;
padding-left: 0;
width: 100%;
background: #081E86;
voice-family: "\"}\"";
voice-family: inherit;
text-align:center;
height:20px;
}

.ddcolortabs ul{
font: 600 11px verdana;
margin:0;
padding:0;
list-style:none;
text-align:center;
}

.ddcolortabs li{
font-family: verdana, arial, helvetica;
display:inline;
margin:0 0px 0 0px;
padding:0;
/*text-transform:lowercase;*/
}

.ddcolortabs a{
border-left:solid 0px #FFFFFF;
float:left;
color: #FFFFFF;
height:100%;
font-weight:600;
font-size:11px;
font-family: verdana, arial, helvetica;
background: #081E86 no-repeat left top;
margin:0 0px 0 0px;
padding:2px 4px 0px 1px;
width:115px;/* this width = the LEFT padding + the RIGHT padding above subtracted from the width of the drop-down menu specified on the menu page*/
text-decoration:none;
letter-spacing: 0px;
}
.ddcolortabs a:visited{
float:left;
color: #FFFFFF;
height:100%;
font-weight:600;
font-size:11px;
font-family: verdana, arial, helvetica;
background: #081E86 no-repeat left top;
margin:0 0px 0 0px;
width:115px;/* this width = the LEFT padding + the RIGHT padding above subtracted from the width of the drop-down menu specified on the menu page*/
padding:2px 4px 0px 1px;
text-decoration:none;
letter-spacing: 0px;
}
.ddcolortabs a:hover{
float:left;
color: #FFFFFF;
height:100%;
font-weight:600;
font-size:11px;
font-family: verdana, arial, helvetica;
margin: 0 0px 0 0px;
padding:2px 4px 0px 1px;
width:115px;/* this width = the LEFT padding + the RIGHT padding above subtracted from the width of the drop-down menu specified on the menu page*/
text-decoration:none;
letter-spacing: 0px;
background-color: #081E86;
/*border-left:solid 1px #FFFFFF;
border-right:solid 1px #FFFFFF;*/
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(media/color_tabs_right.gif) no-repeat right top;
padding:4px 4px 0px 1px;
}

.ddcolortabs a span{
float:none;
}

/*.ddcolortabs a:hover{
background-color: #FFFFFF;
}

.ddcolortabs a:hover span{
background-color: #FFFFFF;
}

currently selected tab
.ddcolortabs .selected a, #ddcolortabs .selected a span
{ 
background-color: #000066;
}
*/
.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 1px;
background: #FFFFFF;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

* html .dropmenudiv_a { /*IE only hack*/
margin-left:0px;
margin-top:6px;
}

.dropmenudiv_a{
position:absolute;
top: 0;
margin-left:0px;
border: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
border-top-width: 1px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:500 10px verdana;
font-weight:500;
line-height:18px;
z-index:100;
background-color: #081E86;
color: #FFFFFF;
width: 102px;
visibility: hidden;
}


.dropmenudiv_a a{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-top: 0 solid #CCCCCC;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
font:500 10px verdana;
padding: 6px 0 6 0;
text-decoration: none;
color: #FFFFFF;
}
.dropmenudiv_a a:visited{
width: auto;
text-align:left;
display: block;
text-indent: 3px;
border-top: 0 solid #CCCCCC;
border-bottom: 1px solid #CCCCCC; /*THEME CHANGE HERE*/
font:500 10px verdana;
padding: 6px 0 6 0;
text-decoration: none;
color: #FFFFFF;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #990000;
color: #FFFF99;
}
