div#adv_categories_container {
	position: relative;
	/* height: 30px; */ /* keeps space between menu and content */
	z-index: 999;
}	

div#adv_categories_container ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
div#adv_categories_container li {
	position: relative;
	width: 170px; /* same as toplevel link - remember to add the padding on the link to the width */
	margin-right: 2px; /* small white space between toplevel elements */
	font-family: Stag2;
	font-size: 14px;
	letter-spacing: 1pt;
}


/* general link styles */
div#adv_categories_container a {
	display: block;
	padding: 2px 4px 0 8px;
	color: #fff;
	text-decoration: none;
	font-size: 14px;
	letter-spacing: 1pt;
	background: url('../../images/cat_back.gif') no-repeat top left;
	height:25px;
}
div#adv_categories_container li.no-background a {
	background: none;
	color:#fff;
	font-weight:normal;
	font-size:13px;
	height:17px;
}

div#adv_categories_container a:hover {
	color: #333; text-decoration: none; letter-spacing: 1pt;
}

/* to give sublevel some different styling */
div#adv_categories_container li ul a {
	font-size: 14px;
	letter-spacing: 1pt;
	background:none;
	color:#2e2e2e;
	padding:4px;
	height:18px;
	line-height:12px;
	background: url(../../images/cat_div.gif) repeat-x bottom;
	margin-bottom: 5px;
}
/* to give subsublevel some additional styling */
div#adv_categories_container li ul ul a {
	width: 150px; font-size: 13px; letter-spacing: 1pt;
		padding: 8px 8px 0px 0px;
	
}
div#adv_categories_container li ul a:hover {
	/* color: #000; */
	/* background: #666 url(../images/submenubg_hover.jpg) no-repeat right 50%; */
}

div#adv_categories_container li ul a {
	padding-left: 8px;
}
div#adv_categories_container li ul ul a {
	padding-left: 10px;
}

div#adv_categories_container a.active_root {
	color: #fff;
}
div#adv_categories_container a.active_sub {
	color: #900; font-weight: bold; margin-left: 12px;
}
div#adv_categories_container a.active_subsub {

	color: #900; font-weight: bold; margin-left: 12px;
}
