/* Have fun adding your style here :) - PS: At all times this file should contain a comment or a rule, otherwise opera might act buggy :( */
#header .submenu {
background: #474747!important;
}

#header .submenu .container {
background: 474747!important;
}

.main_menu ul:first-child > li > a{
	color:#474747 !important;
}

.main_menu ul:first-child > li > a:hover{
	color:#d6582b !important;
}

#top #header .main_menu .menu ul li a{
     background: #474747;
     color: #FFFFFF;
}

#top #header .main_menu .menu ul li a:hover {
     background: #E3E3E3;
     color:#d6582b;
}

.js_active .toggler{
text-transform:uppercase;
color: #474747;
}

.nav li .current_page_item a, .nav li .current_page_item a strong{
color: #d6582b;
}

.menu .submenu .current-menu-item a strong{color:#f08757; /*Current Page Hover*/}
.menu .submenu .current-menu-item a strong:hover{color:#474747; /*Current Page Hover*/}