/* ######### Indent Main Menu Bar CSS ######### */

.indentmenu{
font: bold 13pt Arial;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
border-right:1px solid #800000; border-top:1px solid #800000; border-bottom:1px solid #800000; margin:0; padding:0; float: rigth;
width: 100%; /*width of menu*/
/*dark purple border*/
background: #ffffff url('indentbg.gif') repeat-x center; text-indent:0; line-height:150%
}
.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
border-left:1px solid #800000; float: right;
color: #FEE9D8; /*text color*/
text-decoration: none;
padding-left:11px; padding-right:11px; padding-top:5px; padding-bottom:5px
}

.indentmenu ul li a:visited{

}

.indentmenu ul li a:hover, .indentmenu ul li a.selected{
color: #FFBF91 !important; /*text color of selected and active item*/
padding-top: 6px; /*shift text down 1px for selected and active item*/
padding-bottom:4px; /*shift text down 1px for selected and active item*/
background: #000000 url('indentbg2.gif') repeat-x center;; font-weight:bold
}