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


.indentmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
width:681px;
height:41px;
}

.indentmenu ul{
margin:0px;
padding:0px;
float: left;
/* width: 80%; width of menu*/
border-top: 1px solid #7e7676; /*darkred border*/
background: black url(images/indentbg2.gif) center center repeat-x;
width:681px;
height:40px;
}

.indentmenu ul li{
display: inline;
width:148px;
height:41px;
}

.indentmenu ul li a{
float: left;
color: #ffffff; /*text color*/
padding: 0px 11px;
text-decoration: none;
border-right: 1px solid #504b4b; /*darkred divider between menu items*/
width:147px;
height:41px;
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:bold;
line-height:38px;
text-align:center;
}

.indentmenu ul li a:visited{
color: #ffffff;
width:147px;
height:41px;
line-height:38px;
text-align:center;
font-size:12px;
}

.indentmenu ul li a.selected{
color: #000000 !important;
padding-top: 4px; /*shift text down 1px*/
padding-bottom: 2px;
background: black url(images/indentbg.gif) center center repeat-x;
width:147px;
height:35px;
line-height:35px;
text-align:center;
}

