/* ######### CSS for Shade Tabs. Remove if not using ######### */


.indentmenu{
width: 100%; /*leave this value as is in most cases*/
padding: 0px 0px 10px 0px;
background-color:#ECF3FB;
}

.indentmenu ul{
margin: 0;
float: left;
width: 100%; 
background: url(images/bg_tab.jpg) center center repeat-x;
padding: 0px;
height:29px;
}

.indentmenu ul li{
display: inline;
margin: 0;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
font-family:Tahoma;
font-size:8pt;
text-transform:uppercase;
text-decoration: none;
color:#004585;
font-weight: bold;
padding:4px 4px 0px 4px;
background: url(images/tab_gach.jpg) no-repeat right top;
height:20px;
}
.indentmenu ul li a span{
float: left;
color: white; /*text color*/
text-decoration: none;
color: #004585;
padding: 2px 4px 4px 4px;
cursor: hand;
height:22px;
 /*border-bottom: 1px solid #9CA5AE; navy divider between menu items*/
}
.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: white !important;
padding: 0px 0px 0px 7px;
background: url(images/bg_tab_dantri.jpg) repeat center top;
height:24px;
}
.indentmenu ul li a.selected span{
color: white !important;
padding: 6px 26px 4px 0px;
background: url(images/select.jpg) no-repeat right top;
height:22px;
}
.tabcontentstyle{ /*style of tab content oontainer */

width: 90%;
margin-bottom: 0em;
padding: 0px;
}

.tabcontent{
display:none;
padding: 5px 5px 5px 5px;
background: url(images/bg_bottom_3new.jpg) repeat-x bottom
}

@media print {
.tabcontent {
display:block !important;
}
}