/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
	margin-top: 3px;
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*/
border-top: 1px solid darkred; /*darkred border*/
background: black url(../img/shade.gif) center center repeat-x;
}

.indentmenu ul li{

display: inline;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid darkred;
border-left: 1px solid darkred;/*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: black;
border-left: 1px solid darkred;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
border-left:#990000 solid 1px;
padding-bottom: 2px;
background: black url(../img/shadeactive.gif) center center repeat-x;
}
