/* first level > list */
ul.ds {
	z-index: 1000;
	list-style-type: none;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	z-index: 1001;
	list-style-type: none;
	padding-top: 3px;
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	color: #000;
	text-decoration: none;
}

/* first level > link style > hover */
ul.ds li a:hover {
	color: #bbb;
}

/* indicators */
ul.ds li div.indicator {
	text-decoration: none;
}

ul.ds li div.indicator a {
	text-decoration: none;
}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	color: #bbb;
}

/* second level > list */
ul.ds li ul {
	position: absolute;
	left: 0;
	visibility: hidden;
	z-index: 1001;
}

/* second level > list items (override first level > list items) */
ul.ds li ul li {
	float: none;
	height: 16px;
	/*display: inline;*/
}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	color: #000 !important;
	text-decoration: none;
}

/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited {
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	color: #bbb !important;
}

/* clickstream */
ul.ds li.clickstream a {
	color: #bbb;
}

ul.ds li.clickstream div.indicator a {
}

ul.ds li.open.clickstream div.indicator a, ul.ds li.clickstream div.indicator a:hover {
}

ul.ds li ul li.clickstream a {
	color: #bbb !important;
}

/* list item widths */
li#dsListItem-1 {
	width: 6em;
}

li#dsListItem-2 {
	width: 6em;
}

li#dsListItem-3 {
	width: 8em;
}

li#dsListItem-4 {
	width: 8em;
}

li#dsListItem-5 {
	width: 8em;
}

/* list widths */
ul#dsList-1 {
	width: 14em;
}

ul#dsList-2 {
	width: 14em;
}

ul#dsList-3 {
	width: 14em;
}

ul#dsList-4 {
	width: 14em;
}

ul#dsList-5 {
	width: 14em;
}

div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
