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


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

}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
 /*border-top: 1px solid navy;navy border*/
background: #FFFFFF center center ;

}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: #999999;/*text color*/
padding: 5px 11px;
text-decoration: none;
/*border-right: 1px solid navy; navy divider between menu items*/
border:1px dotted #E6E6E6;

}

.indentmenu ul li a:visited{
color: #333333;

}

.indentmenu ul li a:hover{
color: #333333;
text-decoration: inherit;

}

.indentmenu ul li a.selected{
color: #333333 !important;
text-transform:capitalize;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
background: black url(../images/indent2.jpg) center center repeat-x;
border-right: none;

}


.tabcontentstyle{ /*style of tab content oontainer*/

/*width: 475px;*/
margin-bottom: 1em;
}

.tabcontent{
display:none;
color: #959595;
height:auto; 
overflow:auto;



}

.tabcontent ul{
margin:0; padding:0; 

}
.tabcontent li{
list-style-type: none; 
float: left;
width:130px; 
height:130px; 
padding:10px 10px 10px 10px;
margin:5px 5px 5px 5px; 
border:1px dotted #F2F2F2;


}

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

