
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 752px; /*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 #45b55e; /*navy border*/
background: black url(../images/indentbg2.gif) center center repeat-x;
color:#000000
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #8cbf2d; /*text color*/
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #45b55e;
border-left: 1px solid #45b55e; /*navy divider between menu items*/
}

.indentmenu ul li a:visited{
color: #8cbf2d;
}

.indentmenu ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
/*background: black url(../images/indentbg2.gif) center center repeat-x;*/
background-color:#45b55e;
}


.tabcontentstyle{ /*style of tab content Container*/
border: 1px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}

.tabcontent{
display:none;

}

@media print {
.tabcontent {
display:block !important;
}
}

/*--*/

.indentmenu_services{
font: normal 9pt Arial;
width: 100%; /*leave this value as is in most cases*/


}

.indentmenu_services ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #45b55e; /*navy border*/
background: black url(../images/indentbg2.gif) center center repeat-x;
color:#000000;
}

.indentmenu_services ul li{
display: inline;

}

.indentmenu_services ul li a{
float: left;
color: #8cbf2d; /*text color*/
padding: 5px 20px;
text-decoration: none;
border-right: 1px solid #45b55e;
border-left: 1px solid #45b55e; /*navy divider between menu items*/
}

.indentmenu_services ul li a:visited{
color: #8cbf2d;
}

.indentmenu_services ul li a.selected{
color: white !important;
padding-top: 6px; /*shift text down 1px*/
padding-bottom: 4px;
/*background: black url(../images/indentbg2.gif) center center repeat-x;*/
background-color:#45b55e;
}

