/* first level > list */
ul.ds {
	z-index: 1000;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	margin: 0px;
	padding:0px;
	line-height: 1em;
	z-index: 1001;
	
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	padding:7px 15px;
	text-decoration: none;
	color: #fff;
	background:url(../images/tab_mid.png) repeat-x;
	text-align:left;
	font-weight:bold;
	font-size:11px;
	letter-spacing:1px;
}

/* first level > link style > hover */
ul.ds li a:hover {
	color: #ffffff;
	background:url(../images/tab_mid_hover.png) repeat-x;
}

/* indicators */
ul.ds li div.indicator {
}

ul.ds li div.indicator a {
	background-image: url("indicators.png");
	background-position: center 1px;
	background-repeat: no-repeat;
}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	color: #ffffff;
	background:url(../images/tab_mid_hover.png) repeat-x;
}

/* 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;
	margin: 0;
	/*display: inline;*/
}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	padding:5px 5px;
	color: #eee !important;
	background-image: none;
	background-color: #326203;
	border-top: 1px solid #608c03;
	text-align:left;
	font-weight:normal;
}

/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited {
	background-color: #326203;
	border-top: 1px solid #608c03;
	text-align:left;
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	color: #ffffff !important;
	background-color: #669900 !important;
}

/* clickstream */
ul.ds li.clickstream a {
	color: #5cbeff;
}

ul.ds li.clickstream div.indicator a {
	background-position: right -64px;
}

ul.ds li.open.clickstream div.indicator a, ul.ds li.clickstream div.indicator a:hover {
	background-position: right -140px;
}

ul.ds li ul li.clickstream a {
	color: #a1d80b !important;
	background-color: #224104 !important;
}

/* list item widths */
li#dsListItem-1 {
	/*width: 7em;*/
}

li#dsListItem-2 {
	/*width: 10em;*/
}

li#dsListItem-3 {
	/*width: 7em;*/
}

/* list widths */

ul#dsList-1 {
	/*width: 7em;*/
	width:192px;
}

ul#dsList-2 {
	/*width: 10em;*/
	width:110px;
}

ul#dsList-3 {
	/*width: 9em;*/
	width:220px;
}

ul#dsList-4 {
	/*width: 9em;*/
	width:120px;
}

ul#dsList-5 {
	/*width: 9em;*/
	width:120px;
}


div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}