@charset "UTF-8";
/* CSS Document */

#cmenusx
{
	height:32px;
	width:200px;
	text-align: center;
	float:left;
	font: 0.7em Tahoma, sans-serif;
	font-size: 13px;
	font-weight:bold;
	color:#000000;
	background-image:url(bsx.gif);
	background-position:0 0;
	text-decoration:none;
	line-height:2.7em;
	cursor:default;
	float:left;
	margin-right:50px;
}
#cmenusx:hover
{
	background-repeat:no-repeat;
	background-image:url(bsx.gif);
	background-position:0px -32px;
}