/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: bold 13px Arial;

width: 100%; /*leave this value as is in most cases*/
z-index:3;
top:2px;
}

.indentmenu ul{
margin: 0;
float: left;
padding: 1px;
padding-top:3px;
padding-bottom:3px;
/* width: 80%; width of menu*/

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{

color: white; /*text color*/
padding: 2px 3px;
margin-right: 0px;
text-decoration: none;
border:1px solid #AAAAAA; /*darkred divider between menu items*/
background-color:#999999;
font: bold 11px Tahoma;
}

.indentmenu ul li a:visited{
color: white;
}
.indentmenu ul li a:hover{
color: white;
text-decoration: none;
}


.indentmenu ul li a.selected{
color: white !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 2px;
border-top: 1px solid #AAAAAA; /*darkred border*/
border-bottom: 1px solid #AAAAAA;
background-color:#143351;

}



.indentmenu2{
font: bold 13px Arial;

width: 100%; /*leave this value as is in most cases*/
z-index:3;
top:1px;
}

.indentmenu2 ul{
margin: 0;
float: left;
padding: 1px;
padding-top:3px;
padding-bottom:3px;

/* width: 80%; width of menu*/

}

.indentmenu2 ul li{
display: inline;

}

.indentmenu2 ul li a{

color: white; /*text color*/
padding: 2px 3px;
margin-right: 0px;
text-decoration: none;
border:1px solid #AAAAAA; /*darkred divider between menu items*/
background-color:#999999;
padding-right:15px;
font: bold 11px Tahoma;
}

.indentmenu2 ul li a:visited{
color: white;
}
.indentmenu2 ul li a:hover{
color: white;
text-decoration: none;
}


.indentmenu2 ul li a.selected{
color: white !important;
padding-top: 2px; /*shift text down 1px*/
padding-bottom: 2px;
border-top: 1px solid #AAAAAA; /*darkred border*/
border-bottom: 1px solid #AAAAAA;
background-color:#143351;

}


