/* first level > list */
ul.ds {
	z-index: 1000;
	font-family:Arial, Helvetica, sans-serif;
}

/* first level > list items */
ul.ds li {
	float: left;
	position: relative;
	/*margin: 0 0.5em 0 0;*/
    margin: 0 1px 0 0;
	line-height: 1em;
	z-index: 1001;
	font-family: Arial, Helvetica, sans-serif;
	background-image: url(../images/navbg.png);
	
}

/* first level > link style */
ul.ds li a, ul.ds li a:visited {
	position: relative;
	display: block;
    /*padding: 0.7em 1em;*/
	padding: 10px 15px;
	line-height: 1.6em;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 10px;
	font-weight: bold;
	text-decoration: none;
	font-family: Arial, Helvetica, sans-serif;
	color: #fff;
	    filter:alpha(opacity=80);
    opacity: .808
    -moz-opacity:.70;
    text-align:left;

    
}

/* first level > link style > hover */
ul.ds li a:hover {
    filter:alpha(opacity=90);
    opacity: .90;
    -moz-opacity:.90;
    
    /*
	color: #5cbeff;
	background-color: #1a3855;
    
    filter:alpha(opacity=70);
    opacity: .70;
    -moz-opacity:.70;
    */ 
}

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

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

/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover {
    /*
    filter:alpha(opacity=70);
    opacity: .70;
    -moz-opacity:.70;
    */
	/*
    color: #5cbeff;
	background-color: #1a3855;
	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;
	/*display: inline;*/
}

/* second level > link style */
ul.ds li ul li a, ul.ds li ul li a:visited {
	padding: 0.5em 1em;
	color: #eee !important;
	background-image: none;
	
	border-top: 1px solid #485d72;
	background-color: #343f6a;
	 filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
}

/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited {
    /*
	background-color: #5c0000;
	border-top: 1px solid #a74242;
    
    filter:alpha(opacity=50);
    opacity: .50;
    -moz-opacity:.50;
    */
}

/* second level > link style > hover */
ul.ds li ul li a:hover {
	 filter:alpha(opacity=100);
    opacity: 1;
    -moz-opacity:1;
	color: #6a77ad;
	background-color: #0f1923;
	
}

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

ul.ds li#dsListItem-1 div.indicator a {
    background-position: 84px 18px;
}


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

ul.ds li#dsListItem-2 div.indicator a {
    background-position: 93px 18px;
}


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

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

ul#dsList-2 {
    /*width: 10em;*/
	width: 13em;
}

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

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