#categories
{
	min-width:100%;
	padding:0px;
	background-color:gray;
	background-image:url(../img/backgrounds/menu_bg_2.gif);
}

div.categories_on
{
	height:100px;
	min-height:100px;
	max-height:100px;
	overflow:visible;
}

div.categories_off
{
	height:100px;
	min-height:10px;
	max-height:10px;
	overflow:hidden;
}

#categories input
{
	height:1.9em;
	min-height:1.9em;
	background-color:green;
	padding-top:0.3em;
	padding-bottom:3px;
	padding-left:0.3em;
	padding-right:0.3em;
	float:left;
	font-size:1em;
	margin-right:2px;
	margin-top:4px;
	cursor:hand;
}

#categories input.categories_on
{
	background-image:url(../img/backgrounds/bg_cat_on.gif);
	color:black;
	border:1px solid green;
}

#categories input.categories_off
{
	background-image:url(../img/backgrounds/bg_cat_off.gif);
	color:gray;
	border:none;
	border-left:1px solid red;
	border-bottom:1px solid red;
}

#categories input.categories_on_mover
{
	background-image:url(../img/backgrounds/bg_cat_off.gif);
	color:gray;
	border:none;
	border-right:1px solid red;
	border-top:1px solid red;
}

#categories input.categories_off_mover
{
	background-image:url(../img/backgrounds/bg_cat_on.gif);
	color:gray;
	border:none;
	border-right:1px solid green;
	border-top:1px solid green;
}