﻿.indentmenu{
font: bold 15px Arial;
width: 800px; /*leave this value as is in most cases*/
overflow: hidden;
    height: 30px;
}

.indentmenu ul{
border-left: 0 solid #564c66;
    border-right: 0 solid #564c66;
    border-top: 1px solid #0165ba;
    border-bottom: 1px solid #0165ba;
    margin: 0;
    padding: 0;
    float: left;
    width: 800px; /*width of menu*/
/*dark purple border*/
    background: black url('../images/hover.jpg') center center repeat-x;
    height: 40px;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
padding: 5px 5px;
text-decoration: none;
border-right: 1px solid #cbcbcb;
    height: 30px;
}

.indentmenu ul li {
color: #f9901a;
}

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !important; /*text color of selected and active item*/
padding-top: 5px; /*shift text down 1px for selected and active item*/
padding-bottom: 5px; /*shift text down 1px for selected and active item*/
background: black url('../images/hon.jpg') center center repeat-x;
}
