#ddimagetabs a{
display: inline;
text-decoration: none;
font-family:Arial, Verdana, Helvetica, sans-serif;/*tab font */
font-weight: normal;
color: white; /*font color */
width: 95px; /*width of tab image */
height: 22px; /*height of tab image */
float: left;
margin-left: 0px; /*spacing between tabs */
padding-top: 4px; /*vertical offset of tab text from top of tab*/
background-image:url(../images/fovtabhome.gif); /*URL to tab image */
background-repeat: no-repeat;
text-align: center;
}

#ddimagetabs a:hover, #ddimagetabs a.current{
background-image:url(../images/fovtabhomeover.gif); /*URL to tab image onmouseover */
color: black;
}

#ddimagetabs #customtab1{
width: 160px; /*width of custom tab image */
background-image:url(../images/fovtab.gif); /*URL to custom tab image */
margin-left: -25px; 
}

#ddimagetabs #customtab1:hover, #ddimagetabs #customtab1.current{
background-image:url(../images/fovtabover.gif); /*URL to tab image onmouseover */
color: black;
}

#ddimagetabs #customtab2{
width: 125px; /*width of custom tab image */
background-image:url(../images/fovtab.gif); /*URL to custom tab image */
margin-left: -25px;
}

#ddimagetabs #customtab2:hover, #ddimagetabs #customtab2.current{
background-image:url(../images/fovtabover.gif); /*URL to tab image onmouseover */
color: black;
}


#tabcontentcontainer{
font-family: Arial, Verdana, Helvetica, sans-serif;/*tab font */
font-size: 90%;
color: #333333; /*font color */
width:700px; /*width of 2nd level content*/
height:22px; /*height of 2nd level content. Set to largest's content height to avoid jittering.*/
background-color:#CCCCCC;
text-indent: 10px;
padding-top: 4px; 
}

#tabcontentcontainer a{
font-family: Arial, Verdana, Helvetica, sans-serif; /*tab font */
font-weight: normal;
color: black; /*font color */
text-decoration: none;
margin-left: 7px;
margin-right: 7px;
}

#tabcontentcontainer a:hover{
background-image:url(../images/fovtabhomeover.gif); /*URL to tab image onmouseover */
color: #993333;
}

#tabcontentcontainer a.current{
background-image:url(../images/fovtabhomeover.gif); /*URL to tab image onmouseover */
color: #993333;
font-weight: bold;
}

.tabcontent{
display:none;
}

