/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */


.ddcolortabs{
padding: 0;
width: 100%;
margin:0;
background: transparent;
voice-family: "\"}\"";
voice-family: inherit;
height:25px;
}

.ddcolortabs ul{
font: normal 11px Arial, Verdana, sans-serif;
margin:5px 30px 0;
padding:0;
list-style:none;
height:25px;
}

.ddcolortabs li{
display:inline;
margin:0 2px 0 0;
padding:0;
text-transform:uppercase;
}


.ddcolortabs a{
float:left;
color: #666;
background: #49b9d1 url(/images/color_tabs_left.gif) no-repeat left top;
margin:0 2px 0 0;
padding:0 0 1px 3px;
text-decoration:none;
letter-spacing: 1px;
min-width:110px;
}

.ddcolortabs a span{
float:left;
display:block;
background: transparent url(/images/color_tabs_right.gif) no-repeat right top;
padding: 6px 8px 3px 7px;
}

.ddcolortabs a span{
float:none;
}

.ddcolortabs a:hover{
background-color: #b1e5f0;
}

.ddcolortabs a:hover span{
background-color: #b1e5f0;
}

.ddcolortabs a.current, #ddcolortabs a.current span{ /*currently selected tab*/
background-color: #b1e5f0;
}

#ddcolortabsline, .ddcolortabsline{
clear: both;
padding: 0;
width: 100%;
height: 8px;
line-height: 8px;
background: #49b9d1;
border-top: 1px solid #fff; /*Remove this to remove border between bar and tabs*/
}

.tabcontainer{
clear: left;
width:95%; /*width of 2nd level sub menus*/
height:1.5em; /*height of 2nd level sub menus. Set to largest's sub menu's height to avoid jittering.*/
font-size:.8em;
}

.tabcontent{
display:none;
text-align:left;
margin:0 10px;
}