/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: 11px Arial, Helvetica, sans-serif;
width: 364px; /*leave this value as is in most cases*/
background: black url(indentbg.gif) center center repeat-x;
}

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

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 3px;
text-decoration: none;
}

.indentmenu ul li a:visited{
color: black;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
font-weight:bold;
background: white;
}