
/* ######### 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: left;
width: 412px;
/* width: 80%; width of menu*/
/*border-top: 1px solid darkred; darkred border*/
background: #013370 url(indent-bg.gif) center center repeat-x;
display: inline;
}

.indentmenu ul li{
display: inline;
text-align:center;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 3px 15px;
text-decoration: none;
border-right: 1px solid white; /*darkred divider between menu items*/
background: #013370 url(indent-bg.gif) center center repeat-x;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover{
color: white;
background: #013370 url(indent-bg2.gif) center center repeat-x;
}
.indentmenu ul li a.selected{
color: white !important;
padding-right: 15px; /*shift text down 1px
padding-bottom: 2px;*/
background: #013370 url(indent-bg2.gif) center center repeat-x;
}
