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