
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 11px Arial;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: centre;
/* width: 100%; width of menu*/
border-top: 0px solid darkred; /*darkred border*/
background: black url(indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: centre;
color: white; /*text color*/
padding: 6px 7px;
text-decoration: none;
border-right: 0px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: #f5be83 !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 1px;
background: black url(indentbg2.gif) center center repeat-x;
}