﻿.ddcolortabs{
padding:0px; 
height:55px;
margin-top:24px; 
width:984px; 
float:left; 
}

.ddcolortabs ul{
padding:0px 0 0 0; margin:0; list-style:none; border:0; height:41px;}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:none;
}


.ddcolortabs a{
float:left;
font:normal 12px Arial, Helvetica, sans-serif;
color:#434343;
padding:14px 0px 14px 0px; 
margin:0 2px 0 0;
text-decoration:none;
}

.ddcolortabs a span{
padding:14px 12px 14px 12px; 
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background:url(images/r_menu2.gif) no-repeat right;
}

.ddcolortabs a:hover span{
background:url(images/l_menu.gif) no-repeat left;
}

.ddcolortabs .selected span{ /*currently selected tab*/
background:url(images/l_menu.gif) no-repeat left;
}


.ddcolortabs .selected a{ /*currently selected tab*/
background:url(images/r_menu2.gif) no-repeat right;
}


.ddcolortabs .selected a:hover span{ /*currently selected tab*/
background:url(images/l_menu.gif) no-repeat left;
}


/* ######### Style for Drop Down Menu ######### */

.dropmenudiv_a{
position:absolute;
padding:0px;
top: 0;
border: 1px solid #cccccc; /*THEME CHANGE HERE*/
border-top-width: 0px; /*Top border width. Should match height of .ddcolortabsline above*/
border-bottom-width: 0;
font:normal 11px Arial;
line-height:18px;
z-index:100;
background-color: #efefef;
width: 220px;
visibility: hidden;
}


.dropmenudiv_a a{
width:220px;
display: block;
text-indent: 5px;
border-top: 0 solid #678b3f;
border-bottom: 1px solid #cccccc;
border-right: 1px solid #cccccc; 
padding: 5px 0;
text-decoration: none;
color: #242424;
background-color: #efefef;
}

* html .dropmenudiv_a a{ /*IE only hack*/
width: 100%;
}

.dropmenudiv_a a:hover{ /*THEME CHANGE HERE*/
background-color: #E0E0E0;
color: #336699;

}
