#centeredmenu {
    //float:left;
    //border:solid 1px purple;
    min-height:45px;
    
    //background:#a5251c;
    
    background: rgb(88,88,88);
    //background: linear-gradient(to bottom, rgba(255,255,255,0.25) 0%,rgba(255,255,255,0) 43%,rgba(255,255,255,0) 59%,rgba(255,255,255,0.25) 100%);
    
    //position:relative;
    
    padding:0;
    
    font-family:Verdana, Geneva, sans-serif;
    font-size:90%;
    
}

#centeredmenu ul {
    
    background-color:green;
    //border:dashed;
    
    //height:100%;
    list-style-type:none;
    
    margin:0;
    padding:0;
    
    //float:right;
    //right:50%;
    position:relative;
    
}

#centeredmenu ul li {
    //background-color:grey;
    
    margin:0;
    padding:0;
    
    float:left;
    position:relative;
    //left:50%;
    
}

#centeredmenu ul li a {
    //background-color:black;
    
    display:inline-block;
    margin:0px;
    
    color:#fff;
    text-decoration:none;
    
    padding:1.3em 0.6em 1em 0.6em;
    //padding:4.75em 0.75em 1em 0.75em;
    
}

#centeredmenu ul li a:hover, a.active{
    background:#888;
    //background: rgb(88,88,88);
    //background: rgb(54, 25, 25); /* Fall-back for browsers that don't support rgba */
    //background: rgba(54, 25, 25, .5);
}

#centeredmenu ul li div {
    margin-left:55px;
    margin-top:10px;
    //border:dashed 1px;
}

#centeredmenu ul li div a {
    
}

#centeredmenu ul li div img {
    vertical-align:text-top;
    cursor:pointer;
}

#keywords, #keywords2 {
    color:#B8B8B8;
    padding:3px 5px;
    border-radius:8px;
    -moz-border-radius:8px;
    -webkit-border-radius::8px;
}