

/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 16px Arial;
width: 100%; /*leave this value as is in most cases*/
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) repeat-x;
}

.indentmenu ul {
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
width: 100%;
border-top: 0px solid #c0c0c0;
border-bottom: 1px solid #c0c0c0;
border-left: 1px solid #c0c0c0;
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left 0px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a.normal{
color: black !important;
padding: 3px 11px;

background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left 0px;
}

.indentmenu ul li a {
float: left;
color: black;
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #c0c0c0; 
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left 0px;
}

.indentmenu ul li a:visited{
color: black;
text-decoration: none;
}

.indentmenu ul li a:hover {
float: left;
color: black; 
padding: 3px 11px;
text-decoration: none;
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left -25px;
border-right: 1px solid #c0c0c0; /*grey divider between menu items*/
}

.indentmenu ul li a:active {
float: left;
color: #666666; 
padding: 3px 11px;
text-decoration: none;
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left -50px;
border-right: 1px solid #c0c0c0; /*grey divider between menu items*/
}


.indentmenu ul li a.selected{
color: black !important;
padding: 3px 11px;
background: url(http://www.manageengine.co.uk/images/submenucurrent3up.gif) no-repeat left -28px;
}
