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

/* first level > list items */
ul.ds li {
	display:block; float:left; height:50px; line-height:50px; font-size:15px; font-family: 'HelveticaLT-Condensed'; 
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
	text-decoration: none;
	color: #fff;
	padding:0 24px; height:55px; color:#fff; font-size:15px;
}

/* first level > link style > hover */
ul.ds li a:hover {
background:url(../images/hover-arrow.png) no-repeat bottom center;
}

/* indicators */
ul.ds li div.indicator {
}

ul.ds li div.indicator a {
	display:block; float:left; height:54px; line-height:54px; font-size:15px; font-family: 'HelveticaLT-Condensed';
}
ul.ds li:hover{ background:#8f1a00;}

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

/* second level > list */
ul.ds li ul {
	position: absolute;
	top:50px;
	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;*/
	line-height:30px;
	height:30px;
	background-image:url(../images/drop-bg.png);
	background-repeat:repeat;
	width:auto;
	
}
ul.ds li ul li:hover{background-image:url(../images/drop-bg.png);
	background-repeat:repeat;
	background-color:transparent;} 

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	color: #eee !important;
	background-image: none;
	line-height:30px;
}

/* individual styling of first list link style */
ul#dsList-2 li a, ul#dsList-2 li a:visited, ul#dsList-1 li a, ul#dsList-1 li a:visited {
background:url(../images/drop-li.png) no-repeat 13px 12px;
	
	height:30px;line-height:30px;
	font-family: 'latoregular';
	font-size:13px;
}
.link-drop-bg{ border-radius:0 0 5px 5px; -moz-border-radius:0 0 5px 5px; -webkit-border-radius:0 0 5px 5px; padding:0 0 10px 0;}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	color: #eb8522 !important;background-image:none;
}

/* clickstream */
ul.ds li.clickstream a {
}

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 {
	background-color: #000 !important;
}

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

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

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

/* list widths */
ul#dsList-1 {
	width:230px;
}

ul#dsList-2 {
	width:auto;
}

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

div.dsClear { /* to clear the floated list items */
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.drop-2{ width:165px !important;}