/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: bold 12px Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
height: 20px;
padding: 0px 0px 0px 1px;
}

.indentmenu ul{
margin: 0px;
padding: 0px;
float: left;
height: 20px;
width: 100%; /*width of menu*/
background: black url(button-bg-normal.jpg) repeat;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
width: 100px;
height: 20px;
color: white; /*text color*/
padding: 0px;
text-decoration: none;
border-right: 1px solid #000000;
text-align: center;
}

.indentmenu ul li a:visited{
color: white;
}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: white !important; /*text color of selected and active item*/
padding-top: 0px; /*shift text down 1px for selected and active item*/
padding-bottom: 0px; /*shift text down 1px for selected and active item*/
background: black url(button-bg-hover.jpg) center center repeat-x;
}
