﻿/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave at 100% value as is in most cases*/
overflow: none;
}
.indentmenu ul{
color: black;
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: url("/menu/ddtabmenufiles/media/cvcorange.gif") center center repeat-x;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: 000 !important;
padding: 8px 12px;
text-decoration: none;
border-top:1px solid #999;
border-right: 1px solid #999; /*divider between menu items*/
}
.indentmenu ul li a:visited{
color: black;
}
.indentmenu ul li a.selected{
color: 000 !important;
padding-top: 8px; /*shift text down 1px*/
vertical-align:top;
height:100%;
background: url('/images/tabzfill.jpg') repeat-y;


}
.tabcontentiframe{
height: 206px !important;
width: 475px !important;
}