.categories_menu_item{
	position: relative;
	background-image: url(../images/layout/categories_bg.jpg);
	width: 150px;
	height: 19px;
	padding-top: 2px;
	background-repeat: no-repeat;
	color: white;
	border: none;
	text-align:center;
}
.categories_menu_item_onOver{
	position: relative;
	background-image: url(../images/layout/categories_bg.jpg);
	width: 150px;
	height: 19px;
	padding-top: 2px;
	background-repeat: no-repeat;
	color: white;
	font-weight: bolder;
	border: none;
	text-align:center;
}
