.slogan {
    clear: left;
        background: #e10600;
        color: white;
        text-align: center;
            height: 29px;
            line-height: 29px;
    letter-spacing: 1px;
}

.tp4{padding-top: 4px;}

.indentmenu{
font: 11px verdana;
width: 100%; /*leave this value as is in most cases*/
overflow: hidden;
}

.indentmenu ul{
margin: 0;
padding: 0;
float: left;
color: white;
width: 100%; /*width of menu*/
border: 1px solid #ff3300; /*dark border #909090*/
border-width: 1px 0;
background: black url(images/menu-1.jpg) center center repeat-x;
}

.indentmenu ul li{
display: inline;
}

.indentmenu ul li a{
float: left;
color: white; /*text color*/
font-weight:bold;
padding: 5px 11px;
text-decoration: none;
border-right: 1px solid #ff3300; /*dark divider between menu items #909090*/
}

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

.indentmenu ul li a:hover, .indentmenu ul li .current{
color: white !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: black url(images/menu-2.jpg) center center repeat-x;
}