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


.indentmenu{
font: bold 11px Arial;
width: 98%; /*leave this value as is in most cases*/
height: 28px;
padding: 0;
background: url(indentbg.gif) center center repeat-x;
}

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

.indentmenu ul li{
display: inline;
color: #CCCCCC;
}

.indentmenu ul li a{
float: left;
color: #CCCCCC; /*text color*/
padding: 7px 11px;
height: 28px;
text-decoration: none;
border-right: 1px solid #5b5b5b; /*darkred divider between menu items*/
}

.indentmenu ul li a:hover{
float: left;
color: #FFFFFF; /*text color*/
padding: 7px 11px;
height: 28px;
text-decoration: none;
border-right: 1px solid #5b5b5b; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #CCCCCC;
height: 28px;
padding-top: 7px; 
}

.indentmenu ul li a.selected{
color: #FFFFFF !important;
padding-top: 7px; /*shift text down 1px*/
height: 28px;
background: #5b5b5b url(indentbg2.gif) center center repeat-x;
}
