@charset "utf-8";
/* CSS Document */


.indentmenu{
font-family:Arial, Helvetica, sans-serif;
font-size:14px;
font-weight:600;
line-height:18px;
letter-spacing:2px; 
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 1px solid #e0d229; /*color border*/
border-width: 1px 0;
background: #d4c727 url(images/menu/indentbg.gif) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
display:inline;
margin:auto;
float: left;
width:179px;
color: #ffffff; /*text color*/
padding: 5px 7px 5px 10px;
text-align:center;
text-decoration: none;
border-right: 1px solid #e0d229; /*color divider between menu items*/
}

.indentmenu ul li a:visited{
color: #ffffff;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#000000; !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: url(images/menu/indentbg2.gif) center center repeat-x;
}

