/* ---------------------- start qyasinav http://www.qyasi.com---------------------- */
#qyasinav {
	background: #111 url(images/menub.jpg) repeat-x top;
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	display: block;
	border-top: 1px solid #111;
	border-bottom: 1px solid #ccc;
}
#qyasinav ul
{
   float: right;
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 30px;
}
#qyasinav a:link, a:visited
{
	float: right;
	border-left: 1px solid #555;
	border-right: 1px solid #222;
	text-align: center;
	text-decoration: none;
	font: bold 12px/30px Tahoma,Arial;
	color: #ccc;
	background: #111 url(images/menub.jpg) repeat-x top;
	margin: 0px;
	padding: 0 10px 0 10px;
}
#qyasinav a:hover 
{
	color: #fff;
	background: #222 url(images/menub.jpg) repeat-x bottom;
}
#qyasinav li
{
	display:inline;
}
/* ---------------------- END qyasinav ---------------------- */