#cfnavbar {
margin : 0;
padding : 0;
      }
#cfnavbar ul {
	padding-left : 90px;
	margin : 0;
	float : none;
	font-weight : bold;
	font-size : 18px;
	font-family : 'Trebuchet MS', serif, Arial;
      }
html #cfnavbar ul {
	margin-bottom : 1em;
      }
#cfnavbar ul li {
display : inline;
      }
#cfnavbar ul li a, #cfnavbar ul li span {
	float : left;
	color : #666666;
	font-weight : lighter;
	text-decoration : none;
	padding-top: 12px;
	padding-right: 13px;
	padding-bottom: 17px;
	padding-left: 6px;
      }
#cfnavbar ul li span {
padding-left : 0;
      }
#cfnavbar ul li a:hover {
	text-decoration : none;
	background-color : inherit;
	color: #000000;
	background-repeat: no-repeat;
	font-size: 18px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
      }
#cfnavbar  .n-home  a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-about a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-shop a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-gallery a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-calender a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-contact a:hover {
	background-repeat: no-repeat;
}
#cfnavbar .n-blog a:hover {
	background-repeat: no-repeat;
}
