
/* Menu far outer div */
#top_nav_wrap {
}

/* Immediate menu container */
#top_navigation1 {
    background:#009f84;
    text-align:center;
}

#top_nav_wrap ul {
    display: inline-block;
    list-style-type: none;
    padding: 0px;
    text-align: center;
    

}
#top_nav_wrap li {

    font: 14px verdana;
    height: 60px;
    background:#009f84; 
}

a.top_navigation:link, a.top_navigation:visited,
a.navigation_selected:link, a.navigation_selected:visited {
    color: #ffffff;
    float: left;
    height: 20px;
    padding: 20px;
    text-decoration: none;
  	-webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
a.top_navigation:hover {
    background:#00bc9a;
    color:#ffffff;
    -webkit-transition:All 0.3s ease;
	-moz-transition:All 0.3s ease;
	-o-transition:All 0.3s ease;
}
a.navigation_selected:link, a.navigation_selected:visited {
    background:#00bc9a;
    color:#ffffff;
}

/* If the navigation matrix button needs any custom css */
#top_nav_wrap li.waffle a {
}

