
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu
{
font: bold 12px Arial;
width:100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;

}

.tab-con
{
border:1px solid White;
width:651px;
padding: 15px 0px 10px 0px;
margin-bottom:1em;
background:#FFFFFF;
overflow:hidden;
clear:both;
}


.indentmenu ul li{
display: inline;
float:left;
}

.indentmenu ul li a{
float: left;
color: #fff; 
text-decoration: none;
width:109px;
height:21px;
padding-top:6px;
background:  url(../images/btn-nav-1.jpg) center no-repeat;
text-align:center;
margin-right:5px;
}

.indentmenu ul li a:visited
{
color: white;
}


.indentmenu  ul li a.selected
{
color: #5f5f5f;
background:url(../images/btn-nav.jpg) center no-repeat;

}



.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;
margin-bottom: 1em;
background:#FFFFFF;	
}

.tabcontent{
display:none;
background:#FFFFFF;

/*padding:10px;*/
}

@media print {
.tabcontent {
display:block !important;
}
}



.tab
{
width:651px;
height:211px;
}



#grey-strip
{
background:url(../images/grey-strip.jpg) no-repeat;
width:651px;
height:10px;
clear:both;
}
