/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold 10px Verdana;
width: 100%; /*leave this value as is in most cases*/
border-left: 1px solid #663300;
}
.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
background: #F8F3E8;
}
.indentmenu ul li{
display: inline;
}
.indentmenu ul li a{
float: left;
color: #663300; /*text color*/
padding: 6px 0px;
padding-bottom: 6px;
text-decoration: none;
text-align: center;
border-right: 1px solid #663300; /*navy divider between menu items*/
height: 20;
width: 122;
background: #CBBE9F url(/images/country/tabbg.png) top left repeat-x;
}
.indentmenu ul li a:visited{
color: #663300;
}
.indentmenu ul li a.selected{
color: #FC8A03 !important;
padding-top: 6px; /*shift text down 1px*/
border-bottom: 0px;
padding-bottom: 6px;
background: white;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}

@media print {
.tabcontent {
display:block !important;
}
.tabcontent2 {
display:block !important;
}
}
/*==============================================================================
================================================================================
==============================================================================*/
.indentmenu2{
font: bold 10px Verdana;
width: 100%; /*leave this value as is in most cases*/
border-left: 1px solid #663300;
}
.indentmenu2 ul{
margin: 0;
padding: 0;
float: left;
width: 100%;
background: #F8F3E8;
}
.indentmenu2 ul li{
display: inline;
}
.indentmenu2 ul li a{
float: left;
color: #663300; /*text color*/
padding: 6px 0px;
padding-bottom: 6px;
text-decoration: none;
text-align: center;
border-right: 1px solid #663300; /*navy divider between menu items*/
height: 20;
width: 99;
background: #CBBE9F url(/images/country/tabbg.png) top left repeat-x;
}
.indentmenu2 ul li a:visited{
color: #663300;
}
.indentmenu2 ul li a.selected{
color: #FC8A03 !important;
padding-top: 6px; /*shift text down 1px*/
border-bottom: 0px;
padding-bottom: 6px;
background: white;
}

.tabcontentstyle{ /*style of tab content oontainer*/
border: 0px solid gray;
width: 450px;
margin-bottom: 1em;
padding: 10px;
}
.tabcontent{
display:none;
}