.ddcolortabs{
padding: 0;
width: 100%;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height: 42px;
}

.ddcolortabs ul{
font-family: Verdana, Tahoma;
font-size: 8pt;
font-stretch:ultra-condensed ;
font-weight: bold;
margin:0;
padding:0;
list-style:none;
/*background: #ccc; */

}

.ddcolortabs li{
display:inline;
margin:0px 0px 0px 0px;
padding:0;
/*text-transform:uppercase; */
}


.ddcolortabs a{
float:left;
margin:0px 0px 0px 0px;
padding:0px 0px 0px 0px;
text-decoration:none;
color: #ffffff;
}

.ddcolortabs a span{
float:left;
display:block;
padding: 3px 0px 0px 0px;
height: 35px;
}

.tab_container
{
	float:left;
	cursor: hand;
}

.tab_container .tab_left
{
	float:left;
	background-repeat: no-repeat;
	width:7px;
	height:37px;
	overflow:hidden;
}

.tab_container .tab_middle
{
	float:left;
	background-repeat: repeat-x;	
	height:37px;
	overflow:hidden;
	font-stretch:ultra-condensed;
}


.tab_container .tab_right
{
	float:left;
	background-repeat: no-repeat;
	width:10px;
	height:37px;	
	overflow:hidden;
}

.tab_container:hover .tab_left
{
	/*background-image: url("media/menu-v2-1.gif");	*/
}

.tab_container:hover .tab_middle
{
	color: #000000;
	/*background-image: url("media/menu-v2-2.gif");	*/
}

.tab_container:hover  a
{
	color: #004557;
	font-weight: bold;
}

.tab_container:hover .tab_right
{
	/*background-image: url("media/menu-v2-3.gif");	*/
}

/*********** Current Tab *****************/
a.current .tab_container .tab_left
{
	background-image: url("media/menu-v2-1.gif");	
}

a.current .tab_container .tab_middle
{
	color: #004557;
	background-image: url("media/menu-v2-2.gif");
}

a.current .tab_container
{
	color: #FFFFFF;
	font-weight: bold;
}

a.current .tab_right
{
	background-image: url("media/menu-v2-3.gif");	
}
/*********** End Current Tab *****************/


.ddcolortabs a:hover{
/*background: url(media/menu_3.png);
background: url("media/menu-select.gif") repeat-x;
color: #000000;
font-weight: bold; */
}
/*
.ddcolortabs a:hover span{
background: url("media/menu-hover_2.gif") repeat-x;
color: #FFFFFF;
font-weight: bold;
}




.ddcolortabs a.current, #ddcolortabs a.current span{
background: url("media/menu-hover_2.gif") repeat-x;
height: 33px;
color: #FFFFFF;
font-weight: bold;
}

*/

.ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
line-height: 0px;
background: #678b3f;

}

.tabcontainer{
clear: left;
width:100%; /*width of 2nd level sub menus*/
height:1.8em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
padding: 0px 0px;
text-align: left;
}

.tabcontent{
font-family: Verdana;
display:none;
font-size: 8pt;
margin: 0px 0px;
float:left;
}
.tabcontent a
{	
    color:#004557;
	text-decoration: none;
}

.tabcontent a:hover{
/*background: url(media/menu_3.png); */
font-weight: bold;

}

.tabcontent a:hover span{
/*background: url(media/menu_3.png); */
font-weight: bold;

}

.cssMenuBg
{    
    background-repeat: repeat-x;
    color: White;
    border-bottom: solid 0px #505050;
    border-left: solid 0px #97989C;
    padding-bottom: 0px;
    padding-top: 0px;
}

.current span
{
    /*color: #FFFFFF;*/
    
}