/*------General Styles----------*/
ul#unep_mobile_nav {width:100%; clear:both; display:none;}

@media only screen and (max-width: 480px)
	{		
#unep_mobile_menu 		{width:1.4em; display: block; background:#000; font-size:2em; text-align: center; color:#fff; float:right;}
#unep_mobile_menu:hover	{ background-color:#CCC; color:#333; cursor:pointer}
#unep_mobile_nav.js 	{display: none;}
ul#unep_mobile_nav 		{text-align:center; background-color:#000; padding:0; clear:both;}
ul#unep_mobile_nav li 	{display: inline-block; padding: 2% 4%;	width: auto; vertical-align:top; float:none; color:#fff;}
ul#unep_mobile_nav li a {display: block; color:#fff; font-size:1.1em; text-decoration: none;}
ul#unep_mobile_nav li a:hover 	{text-decoration:underline;}
ul#unep_mobile_nav li.breaker	{ display:block !important; margin: 2% 0;}
	}
	
@media screen and (min-width: 481px) 
	{
#unep_mobile_menu 		{display: none;}
	}