

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;
padding-left:0px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding-left: 0px;
float: left;

width:330px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
width:110px;
height:18px;
font-size:11px;
background-image: url(indentbg2.gif);
padding-top:4px;

color: black; /*text color*/
text-decoration: none;
}

.indentmenu ul li a:visited{
color: black;width:110px;
}

.indentmenu ul li a.selected{
color: white !important;width:110px;

background-image:url(indentbg.gif);
}
