/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font: normal 11px tahoma;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
/* width: 80%; width of menu*/
width: 370px;
height:20px;
border-left: 1px solid #B0BEC7; /*darkred border*/
border-right: 1px solid #B0BEC7;
border-top: 1px solid #B0BEC7;
background: #E8EEEF url(tab.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: #16387C; /*text color*/
padding: 3px 11px;
text-decoration: none;
border-right: 1px solid #788A98; /*darkred divider between menu items*/
border-bottom: 1px solid #B0BEC7;
}

.indentmenu ul li a:visited{
color: #16387C;
}

.indentmenu ul li a.selected{
color: #CC6633 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(tabHover.gif) center center repeat-x;
top: 1px;
font-weight:bold;
border-bottom:1px solid #FFFFFF;
}