
/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */
.indentmenu{
font: bold;
width: 100%; /*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 darkred; /*darkred border*/
background: black url(/images/tab1.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
text-align:center;
width:63px;
}

.indentmenu ul li a{
float: left;
color: black; /*text color*/
padding: 1px 3px;
width:63px;
text-decoration: none;
font:10px;
border-right: 1px solid darkred; /*darkred divider between menu items*/
}

.indentmenu ul li a:hover{
text-decoration: none;
font:10px;
}

.indentmenu ul li a:visited{
color: black;
width:63px;
}

.indentmenu ul li a.selected{
color: black !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
text-decoration: none;
width:63px;
background: black url(/images/tab2.gif) center center repeat-x;
}
