


.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
background: #bb893d;
border-right: 1px solid #934f23; 
background: #652d09 url(../indentbg.gif) right top repeat-x;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background: #652d09 url(../indentbg.gif) center top repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #b8843b; /*text color*/
padding: 25px 35px;
text-decoration: none;
border-left: 1px solid #934f23; 
text-align: left;
}

.indentmenu ul li a:visited{
color: #b8843b;
}

.indentmenu ul li a:hover{
color: #fff;
}
.indentmenu ul li a.selected{
color: #fff !important;
padding-top: 26px; /*shift text down 1px*/
padding-bottom: 27px;
background: #a05729 url(indentbg2.gif) left top repeat-x;
}

.highlight {color: #d06e2f; font: bold 10px Arial; text-transform:uppercase;}


.tabcontentstyle{ /*style of tab content oontainer*/
border: 1px solid white;
width: 940px;
margin-bottom: 1em;
padding: 10px;
color: #d5bc96;
}

.tabcontent{
color: #d5bc96;
display:none;
padding:20px;
}

@media print {
.tabcontent {
color: #d5bc96;
padding-top: 11px;
padding-right: 20px;
padding-bottom: 10px;
padding-left: 10px;
display:block !important;
}
}
