/* ######### 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:0px;padding:3px 0px;border-bottom:0px solid #b1b1b1;font-size:10px;font-weight:bold;
}

.indentmenu ul li{
list-style:none;margin:0;display:inline;
}

.indentmenu ul li a{
padding:3px 4px;margin-left:3px;border:1px solid #b1b1b1;border-bottom:3px;background:#fff url(tab_bg.png) repeat-x top;text-decoration:none;color:#848383;
}



.indentmenu ul li a:visited{

}
.tabbertab{background:url(metal.png) repeat-x;padding:3px;border:1px solid #b1b1b1;border-top:1px;
height:auto;width:100%}
.indentmenu ul li a.selected{
color:#ffffff;background:#fff url(tab_bg1.png) repeat-x top;border-bottom:1px solid #b1b1b1;
}