/* menu:ms_multilevel_top_menu */

.bx_horizontal_menu_advaced > a,
.bx_horizontal_menu_advaced > ul
{
background: #747474;
background: -moz-linear-gradient(top,  #747474 0%, #424242 100%);
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#747474), color-stop(100%,#424242));
background: -webkit-linear-gradient(top,  #747474 0%,#424242 100%);
background: -o-linear-gradient(top,  #747474 0%,#424242 100%);
background: -ms-linear-gradient(top,  #747474 0%,#424242 100%);
background: linear-gradient(to bottom,  #747474 0%,#424242 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#747474', endColorstr='#424242',GradientType=0 );
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl.current > a,
.bx_horizontal_menu_advaced .bx_hma_one_lvl:hover,
.bx_horizontal_menu_advaced .m_more:hover{
background:#424243;
}

.bx_horizontal_menu_advaced .bx_hma_one_lvl > a{
color:#fff;
border-right:1px solid rgba(0,0,0,0.3);
border-left:1px solid rgba(255,255,255,0.15);
}
