


/* ######### CSS for Indented CSS Tabs. Remove if not using ######### */


.indentmenu{
font-size:11px;
width: 100%; /*leave this value as is in most cases*/
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;height:19px;
/* width: 80%; width of menu*/
border-top: none; /*darkred border*/
background: white url(indentbg.gif) repeat-x;
}

.indentmenu ul li{
display: inline;

}

.indentmenu ul li a{
float: left;
color: #4a6d8e; /*text color*/
padding: 3px 5px;width:165px;
text-decoration: none;
border-right: none; /*darkred divider between menu items*/
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a.selected{
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
color:#272727;
background: white url(indentbg2.gif) repeat-x;
}