
.catmenu {display:inline-block}
/*	a {display:inline-block} */

.catmenu .title {margin-bottom:10px;font-size:20px}

.aroundlevel {display:inline-block !important;margin:0 2px;}

.catmenu .item {font-size:16px}

.catmenu .item.depth_level1 a {
	color:#000;
	text-decoration:none;
}

.catmenu .item.depth_level2 a {
margin:0 0 0 10px;	
color:#888;
	font-size:12px;
	text-decoration:none;
}

.catmenu .item.depth_level2 a:hover,
.catmenu .item.depth_level2 a:hover span{
	text-decoration: underline;
}

.catmenu.ellipsisnames .item.depth_level1 a span,
.catmenu.ellipsisnames .item.depth_level2 a span{
	white-space:nowrap;
	text-overflow:ellipsis;
	overflow:hidden;
}


@media screen and (max-width:1010px) and (min-width:751px)
{
	.catmenu .aroundlevel{
		width:50%;
	}
}

@media screen and (max-width:750px) and (min-width:481px)
{
	.catmenu .aroundlevel{width:33%}
	.catmenu .title{text-align:center}
}

@media screen and (max-width:480px)
{
	.catmenu{display:none}
}