/*TO CENTER THE NAV MENU*/
.main_nav {
margin-left:200px;
background-color: #353d33;
}
/*Navigation background color full width of layout*/
#nav .content-pad { background-color: #353d33;}
/*Removes the bottom border from the navigation*/
.navigation_wrap { border-bottom: 0 none !important; }
/*Changes the primary nav text color AND background*/
.main_nav li a {
color: #FFF;
background-color: #353d33;
}
.main_nav li a:hover {color: #xxxxxx; background-color: #xxxxxx;}
#nav .main_nav li a { color: #XXXXXX; background-color: #XXXXXX; }
It looks like you're new here. If you want to get involved, click one of these buttons!