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

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	margin: 0;
	z-index: 1001;}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	padding: 10px 20px;
	line-height: 12px;
	text-decoration: none;
	color: #fff; background:#434446}
	
	
ul.ds li.home a, ul.ds li.home a:visited {color:#993333; background:#FFF ;}

/* first level > link style > hover */
ul.ds li a:hover {background: #993333; }
ul.ds li.home a:hover {background: #993333; color:#fff }

/* indicators */
ul.ds li div.indicator a {
	background: url(../indicators.png) right 12px no-repeat;}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	background-color: #993333; 
	background-position: right -140px;}

/* 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;}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	padding: 10px 12px; line-height:14px;
	color: #fff !important;
	background-image: none;
	background-color:#993333; }

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

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

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

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: #fff !important;
	background: #3d3c3d !important;}

li#dsListItem-1 {
	width: 200px;}
	
	ul#dsList-1 {
		width: 200px;}
