.ws_menu_bar
{
    background-color: rgba(60, 50, 50, 1);
    margin: auto;
	height:55px;
}

.ws_menu_row
{
    width:100%;
    background-color: #444444;
    height:50px;
}

/* MENU ITEM */
 .ws_menu_box div, .ws_menu_box a
{
    text-decoration:none;
    background-color:#666666;
    color: #eeeeee;
    font-size:20px;
    vertical-align:central;
	margin-left:1px;
}

/* MENU ITEM ON MOUSE HOVER */
.ws_menu_box:hover 
{
    background-color:orangered;
    color:white;
}

.ws_menu_box:hover a
{
    background-color:orangered;
    color:white;
}

.ws_menu_selected
{
    background-color: #eeeeee;
    color:white;
}

.ws_menu_dropdown_bar
{
    background-color: white;
    text-decoration: none;
    color: #555555;
    font-size:20px;
    vertical-align: central;
    border:solid 1px #dddddd;
}

.ws_menu_dropdown_box
{
    background-color:white;
    color: #555555;
}

.ws_menu_dropdown:hover .ws_menu_dropdown_box
{
    color: #555555;
}

/* MENU ITEM ON MOUSE HOVER */
.ws_menu_dropdown_box:hover
{
    background-color: #dddddd;
    color: white;
}

/* ENABLE RESPONSIVE MENU */
@media (max-width: 1100px) 
{
    .ws_menu_top_item{display:none;}
	.ws_menu_open_button{display:block;}
	.ws_menu_bar{padding-left:10px;padding-top:10px}
}