/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/


}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #B55341; /*text color*/
padding: 3px 5px;
text-decoration: none;
margin-left:0px;
margin-right:5px;
background:  url(left-tab-back.gif) left top no-repeat;
}

.indentmenu ul li a span{
padding: 3px 5px;
background:  #d9d3c5 url(right-tab-back.gif) right top no-repeat;
padding-right: 10px
}

.indentmenu ul li a:visited{
color: #B55341;
}

.indentmenu ul li a.selected{
color: #B55341 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: url(left-tab-front.gif) left top no-repeat;
}

.indentmenu ul li a.selected span{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: #b9b098 url(right-tab-front.gif) right top no-repeat;
padding-right: 10px

}
