.navbar-costumized {
    /* background-color: #f8f8f8; */
    /* border-color: #e7e7e7; */
    /* overflow: hidden; */
    background-color: black;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    margin-bottom: 5px;
    /* height: 30px; */
}
.nav>li>a:focus, .nav>li>a:hover {
    text-decoration: none;
    background-color: transparent;
}
.navbar {
    min-height: 0px;
}

.PCMS_HMenu{
    overflow: hidden;
    padding: 0;
}

.PCMS_HMenu li{
    display: inline;
}


.PCMS_HMenu li a {
    padding: 0 15px;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
    font-weight: bold;
    font-size: 16px;

    color: white;
    text-shadow: 1px 1px 1px rgba(92, 92, 23, .6);

    -webkit-transition: color .2s ease-in-out;
    -moz-transition: color .2s ease-in-out;
    -o-transition: color .2s ease-in-out;
    -ms-transition: color .2s ease-in-out;
    transition: color .2s ease-in-out;
}

.PCMS_HMenu ul{
    text-align: center; 
    margin: 5px 0 5px 0;
    padding: 0;
}


.PCMS_HMenu li:first-child a { 
    border-left: none;

}

.PCMS_HMenu li:last-child a{ border-right: none; }

.PCMS_HMenu li:hover > a { color: #960000; }

.PCMS_HMenu li a.current {
    color: orange;
}

.PCMS_HMenu li:hover > ul { opacity: 1; }

.PCMS_HMenu li:hover > ul li {
    height: 36px;
    overflow: visible;
    padding: 0;
}

.PCMS_HMenu ul li a {
    margin: 0;
    border: none;
    font-size: 17px;
    padding-top: 10px;
    padding-bottom: 5px;
}

.navbar-toggle {
    position: relative;
    padding: 10px 10px;
    margin-bottom: 0px;
    background-color: rgb(150, 0, 0);
    background-image: none;
    border: 1px solid white;
    border-radius: 4px;
    margin: 2px;
    left: 50%;
    margin-right: -50%;
    transform: translate(-50%, 0%);
    float: none;
}
.navbar-toggle .icon-bar {
    background: white;
}

ul.centered-menu{
    display: table;
    margin: 5px auto 5px auto;
    float: none;
    }