/* 
 * Detault Navigation Menu as produced by
 * Author: Justin Tadlock
 * Author URI: http://justintadlock.com
 * Modified and Adapted by: Kotek@Webmaster
 * 
 * Editor URI: http://wpyui.com 
 * Start modified since v.6.1.9a
*/
#ygma-header{
	font:arial,helvetica,clean,sans-serif;*font-size:small;*font:x-small;
	font-size:85%;
	font-weight:700;
	line-height:24px;
	height:30px;
	border:1px solid #ccc;
	margin-top:5px;
}
#ygma-header ul{/* background-color:#F7F7F7; */
margin-left:10px;
}
#ygma-header li {
	margin-right: 8px;
	}
#ygma-header li li {
	margin-right: 0;
	}
#ygma-header li a {
	padding: 5px 8px 5px 8px;
	/*color: #111;
	background: #fff;  */
	border: 1px solid #ccc;
	}

/* Drop-downs style */
#ygma-header li:hover ul, #ygma-header li.sfHover ul 
{
	top: 30px;
	}
#ygma-header li li a {
	border-top: none;
	margin-right: 0;
	}
#ygma-header li ul {
	/*background: #fff;*/
	border-top: 1px solid #ccc;
	}
#ygma-header li li.sfHover ul , #ygma-header li li li:hover ul, #ygma-header li li li.sfHover ul  {
	top: -1px;
	}
#ygma-header li li li {
	margin-left: -1px;
	}

/* Search form in the secondary me*/
#ygma-header div.ygma-search {
	float: right;
	margin-right: 5px;
	margin-top: -5px;
	padding: 10px 0;
	text-indent: 15px;
	}
#ygma-footer.menu-container{
	margin-top:90px;
	height:34px;
	margin-bottom:20px;
	margin:2%;
	}
