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

body{
margin: 0px 0px 0px 0px;
background-color:#ffffff;
}

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

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
background-color:#ffffff;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #4e4e4e; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #d8d8d8; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{
color: #4e4e4e;
}

.indentmenu ul li a:hover{
color: #CC0000;
}

.indentmenu ul li a.selected{
color: #CC0000 !important;
padding-top: 3px; /*shift text down 1px*/
padding-bottom: 3px;
background-color:#e1f3fd;
}