
#pathmenu1 .menu {
	/*The main x menu item*/
	width: 50px;
	height: 50px;
	background: url('http://ndrmag.org/wp-content/uploads/2015/12/Menu-Button.png') no-repeat;
}
#pathmenu1 .menu.back {
	/*The back button, just like the main button but allows you to go back one level*/
	background: url('http://ndrmagarchive.org/wp-content/plugins/codecanyon-2379678-path-style-menu-wordpress/assets/images/backbutton.png') no-repeat;
}
#pathmenu1 .item {
	/*effects all child menu items*/
	width: 40px;
	height: 40px;
	background: url('http://ndrmagarchive.org/wp-content/plugins/codecanyon-2379678-path-style-menu-wordpress/assets/images/menuitem.png') no-repeat;
}
#pathmenu1{
	/*This is the main container of the menu*/
	width: 50px;
	height: 50px;
}

#pathmenu1_menuitem0.item{
/* url to icon for page titled: About*/
   background: url('http://ndrmag.org/wp-content/uploads/2015/12/About-Button.png') no-repeat;
}
#pathmenu1_menuitem1.item{
/*   background: url('url to icon for page titled: Contests') no-repeat;*/
}
#pathmenu1_menuitem2.item{
/* url to icon for page titled: NDR Issues*/
   background: url('http://ndrmag.org/wp-content/uploads/2015/12/Archives-Button.png') no-repeat;
}
#pathmenu1 .item {
   width: 50px;
   height: 50px;
   z-index:10000;
}

#pathmenu1 .menu {
   width: 55px;
   height: 55px;
}