/* ---------------------- start qyasinav http://www.qyasi.com---------------------- */
#qyasinav {
	background: #eee url(images/menub.jpg) repeat-x top;
	text-align: right;
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 30px;
	display: block;
	border-top: 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 #ccc;
	text-align: center;
	text-decoration: none;
	font: bold 13px/30px tahoma,arial;
	color: #3D598B;
	background: #eee url(images/menub.jpg) repeat-x top;
	margin: 0px;
	padding: 0 10px 0 10px;
}
#qyasinav a:hover 
{
	color: #233350;
	background: #f5f5f5 url(images/menub.jpg) repeat-x bottom;
}
#qyasinav li
{
	display:inline;
}
/* ---------------------- END qyasinav ---------------------- */