   /*
   Plugin Name: dc menu shortcode
   Plugin URI: http://www.familycouncil.org
   Description: A plugin through which we can call the menu by short code
   Version: 1.0.2
   */

ul.dc-custom-menu {
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	clear: right;
	width: 100%;
}

ul.dc-custom-menu li {
	float: left;
	width: 25%;
	position: relative;
}

/*	FOR MOBILE PHONES:	*/
@media only screen and (max-width: 768px) {
	[class*="ul.dc-custom-menu li"]{float: left; position: relative; width: 100%; height: 20px;}
}