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


.indentmenu{
font:12px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin-left:20px;
float: left;
/*background:url(indentbg.gif) center center repeat-x;*/
padding-top:9px;
}


.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
background-color:#575757;
float: left;
color: white; /*text color*/
padding: 5px 7px;
text-decoration: none;
border-right: solid 1px #FFFFFF;
}

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

.indentmenu ul li a.selected{
color: black !important;
padding: 5px 7px;
background-color:#FFFFFF;
border-top: solid 1px #ebebeb;
border-left: solid 1px #ebebeb;
border-right: solid 2px #ebebeb;
/*background: black url(indentbg2.gif) center center repeat-x;*/
}