/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 11px Tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
font: bold 11px Tahoma;
/* width: 80%; width of menu*/
border: 1px solid navy; /*navy border*/
background: black url(../images/AjaxTab_BG3.gif) center center repeat-x;
}

.indentmenu ul li{
font: bold 11px Tahoma;
display: inline;
}

.indentmenu ul li a{
font: bold 11px Tahoma;
float: left;
color: white; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid navy; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
font: bold 11px Tahoma;
color: white;
}

.indentmenu li a:hover{
font: bold 11px Tahoma;
text-decoration: underline;
color: #FFFFFF;
}
.indentmenu ul li a.selected{
color: white !important;
font: bold 11px Tahoma;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: url(../images/AjaxTab_BG.gif) center center repeat-x;
}


.tabcontentstyle{ /*style of tab content oontainer*/
font: bold 11px Tahoma;
border: 1px solid gray;
width: 222px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
font: bold 11px Tahoma;
display:none;
}

@media print {
.tabcontent {
font: bold 11px Tahoma;
display:block !important;
}
}
