@charset "utf-8";
/* CSS Document */

.menuHolder{
background-image:url(images/Nav_BKER.png);
width:100%;
height:41px;
overflow:hidden;
}

.indentmenu{
width: 800px; /*leave this value as is in most cases*/
overflow: hidden;
text-align:center;
height:41px;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
width: 100%; /*width of menu*/
border: 0px solid #e0d229; /*color border*/
border-width: 0px 0;

}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
margin: 7px 10px 0 12px ;
font-family:Arial, Helvetica, sans-serif;
font-size:18px;
font-weight:500;
float: left;
color: #ffffff; /*text color*/
padding: 5px 0 0 35px;
text-align:left;
text-decoration: none;
background: url(images/menu/blue.gif);
background-repeat:no-repeat;
background-position:left;
}

.indentmenu ul li a:visited{
color: #ffffff;
background: url(images/menu/red.gif);
background-position:left;
background-repeat:no-repeat;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color:#ffffff; !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/red.gif);
background-position:left;
background-repeat:no-repeat;
}

