.customCategoryConatiner
{
    background-color:#f6f6f8;
    position:absolute;
    margin-left:48px;
    margin-top:-36px;
    z-index:100;
    width:910px;
    -webkit-box-shadow: 10px 10px 15px 0px rgba(50, 50, 50, 0.56);
    -moz-box-shadow:    10px 10px 15px 0px rgba(50, 50, 50, 0.56);
    box-shadow:         10px 10px 15px 0px rgba(50, 50, 50, 0.56);
    overflow:hidden;
}

.customCategoryImageDiv
{
    display:block;
    float:right;
    margin-top:-13px;
}

.customCategoryImage
{
}

.customCategoryWrapper
{
    padding-top:5px;
    padding-left:20px;
    width:686px;
    display:block;
    float:left;
}

.customCategoryItem
{
    width:166px;
    display:inline-block;
    height:28px;
}

.customCategoryItem:hover{

}

.customCategoryLink
{
    font-weight:regular;
    font-size:12px;
    color:black;
    text-decoration: none
}

.customCategoryLink:hover
{
    color:#555!important;
    text-decoration:none; 
}


.customCategoryLink:hover *
{
    color:#555!important;
}

div.subMenu:hover > a, div#user_status:hover, .subMenu.selected > a
{
    background-color:rgb(248,164,43)!important;
}

#extraMenu{
 margin-top:-54px; 
}