/* ######### CSS for Shade Tabs. Remove if not using ######### */


.indentmenu{
width: 375px; /*leave this value as is in most cases*/
padding: 0px 0px 0 0px;
margin: 0;
}

.indentmenu ul{
margin: 0;
float: left;
width: 100%; 
background: url(images/bg_tab1.jpg) center center repeat-x;
padding: 0px;
height:31px;
}

.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 0px 0px 4px;
background: url(images/tab_gach1.jpg) no-repeat right top;
height: 27px;
}
.indentmenu ul li a span{
float: left;
color: white; /*text color*/
text-decoration: none;
color: #004585;
padding: 6px 4px 0px 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: #47398E;
margin: 0px 0px 0px 14px;
background:white url(images/center-indentmenu.gif) repeat-x;
height: 31px;
}
.indentmenu ul li a.selected span{
color: #47398E;
padding: 8px 20px 0 0px;
/*background: url(images/right-indentmenu.jpg) no-repeat ;*/
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;
float: left;
}

@media print {
.tabcontent {
display:block !important;
}
}
