
.categories select {
	visibility:hidden;
}

#sidebar .top {
	position:relative;
}

#sidebar .dd_anchor {
	background:url(../img/b_dropdown.png) top left no-repeat;
	display:block;
	height:27px;
	left:32px;
	padding:9px 0 0 10px;
	position:absolute;
	top:95px;
	width:180px;
}

#sidebar .top .dd_anchor:hover {
	background-position:bottom left;
}

.dd_categories {
	display:none;
	height:auto;
	left:32px;
	position:absolute;
	top:95px;
	width:190px;
	z-index:150;
}

.dd_categories_top,
.dd_categories_content,
.dd_categories_bot {
	background-position:top left;
	clear:both;
	width:190px;
}

.dd_categories_top {
	background:url(../img/i_dd_top.png) no-repeat;
	height:24px;
}

#sidebar .dd_categories_content {
	background:url(../img/i_dd_bkd.gif) repeat-y;
	height:auto;
	margin-left:0;
}

#sidebar .dd_categories_content a {
	color:#2e2e2e;
	font-size:11px;
	font-weight:bold;
}

#sidebar .dd_categories_content a:hover {
	color:#c32525;
}

.dd_categories_bot {
	background:url(../img/i_dd_bot.png) no-repeat;
	height:12px;
}


