/*
Theme Name:     Responsive Customizations
Description:    
Author:         lukakama
Template:       responsive

(optional values you can add: Theme URI, Author URI, Version)
*/
@import url("../responsive/style.css");

.sub-header-menu .current-menu-item a,
.sub-header-menu .current-menu-ancestor a,
.sub-header-menu .current_page_item a,
.sub-header-menu .current_page_ancestor a,
.sub-header-menu .current-post-ancestor a,
.sub-header-menu .current-menu-parent a, 
.sub-header-menu .current-post-parent a {
	background-color:#f9f9f9;
}
.menu .current-menu-item a,
.menu .current-menu-ancestor a,
.menu .current_page_item a,
.menu .current_page_ancestor a,
.menu .current-post-ancestor a,
.menu .current-menu-parent a, 
.menu .current-post-parent a {
	background-color:#343434;
}
