/* first level > list */
ul.ds {
	z-index: 1000;
	float:left;
	height:49px;
	margin-right:0;
	margin-top:44px;
	width:auto;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	margin: 0 0.5em 0 0;
	line-height: 1em;
	z-index: 1001;
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	padding: 0.7em 1em;
	line-height: 0.8em;
	text-decoration: none;
	color: #393D17;
	font-family:Helvetica, Arial, Sans-serif;
	font-size:13px;
	font-weight:bold;
}

/* first level > link style > hover */
ul.ds li a:hover {
	color:#347BA2;
	text-decoration:underline;
}

/* indicators */
ul.ds li div.indicator {
}

ul.ds li div.indicator a {
	background-image: url(images/indicators.png);
	background-position: right 12px;
	background-repeat: no-repeat;
}

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
	color:#347BA2;
	text-decoration:underline;
	background-position: right -140px;
}

ul.ds li.open div.indicator a, ul.ds li div.indicator a:active {
	color:#347BA2;
	text-decoration:underline;
	background-position: right -140px;
}

#navigation a:hover, #navigation a:active, li.current_page_parent, li.current_page_parent a, 
li.current_page_parent a:visited, #navigation li.current_page_item a, 
#navigation li.current_page_item a:visited {
	color:#3A79C8;
/*	text-decoration:underline;*/
}

/* second level > list */
ul.ds li ul {
	position: absolute;
	left: -30px;
	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: 1em 1em;
	color: #3A79C8 !important;
	background-image: none;
	background-color: #fff;
	border: 1px solid #D2D2CA;
	text-decoration: none!important;
	
}

/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited {
	background-color: #fff;
	border-top: 1px solid #D2D2CA;
	text-decoration:none!important;
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	color: #3A79C8 !important;
	background-color: #F7F9F8 !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: #5cbeff !important;
	background-color: #000 !important;
}

/* list item widths */
li#dsListItem-1 {
	width: 7em;
}

li#dsListItem-2 {
	width: 7.7em;
}

li#dsListItem-3 {
	width: 7em;
}

/* list widths */
ul#dsList-1 {
	width: 10em;
}

ul#dsList-2 {
	width: 15em;
}

ul#dsList-3 {
	width: 9em;
}

div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
