@charset "iso-8859-1";
/* author: Vile E. Berthelsen */
/* Creation date: 26-02-2005 */


#ddimagetabs2{
}

#ddimagetabs2 a{
display: block;
text-decoration: none;
font: bold 10px Arial; /*tab font */
color: silver; /*font color */
width: 40px; /*width of tab image */
height: 17px; /*height of tab image */
float: center;
display: inline;
margin-left: 1px; /*spacing between tabs */
padding-top: 2px; /*vertical offset of tab text from top of tab*/
background-image:url(../pix/greytab2.jpg); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs2 a:hover, #ddimagetabs2 a.current{
background-image:url(../pix/greytabover2.jpg); /*URL to tab image onmouseover */
color: #222222;
}

#tabcontentcontainer2{
width:200px; /*width of 2nd level content*/
height:0px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
}

.tabcontent2{
display:none;
}
