/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 10px Arial;
width: 475px; /*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 #ccc; /*darkred border*/
border-bottom: 1px solid #333;
background: #8f9398;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 1px 8px;
text-decoration: none;
border-right: 1px solid #333; /*darkred divider between menu items*/
border-left: 1px solid #ccc;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 1px;
background: #FFFFFF;
}