/* first level > list */
ul.ds { z-index: 1000; }
/* first level > list items */
ul.ds li { float: left; line-height: 1em; margin: 0 1px 0 0; min-width: 102px; /*padding-left: 30px;*/ position: relative; z-index: 1001; }
/* first level > link style */
ul.ds li a, ul.ds li a:visited { color: #FFFFFF; display: block; line-height: 74px;   padding: 0 40px; position: relative; text-decoration: none; }
/* first level > link style > hover */
ul.ds li a:hover { color: #5cbeff; background-image:url(../images/nav_hover_bg.jpg); background-repeat:repeat-x; height:74px !important; }
/* indicators */
ul.ds li div.indicator li:hover { background-color: #00C6FF !important; }
ul.ds li div.indicator a { background-image: url("../images/indicators.png"); background-position: right 34px; background-repeat: no-repeat; }
/* open state and hover style */
ul.ds li.open div.indicator a, ul.ds li div.indicator a:hover, #navigation ul .current { color: #5cbeff; background-image:url(../images/nav_hover_bg.jpg); background-repeat:repeat-x; background-position: right 0px; height:74px !important; }
/* 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: #000 !important; 	background-image: none !important; background-color: #0f1923; border-top: 1px solid #485d72; }
/* individual styling of first list link style */
ul#dsList-1 li a, ul#dsList-1 li a:visited { background-color: #F1F1F1; border-top: 1px solid #aeaeae; }
/* second level > link style > hover */
ul.ds li ul li a:hover { color: #fff !important; background-color: #00C6FF !important; height: 17px !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: 170px !important; }
li#dsListItem-2 { width: 10em; }
li#dsListItem-3 { width: 7em; }
/* list widths */
ul#dsList-1 { width: 170px; }
ul#dsList-2 { width: 10em; }
ul#dsList-3 { width: 9em; }
ul#dsList-1 a { font-size:14px; line-height:17px;}
ul#dsList-1 li { height:30px; }
div.dsClear { /* to clear the floated list items */ clear: both; height: 0; font-size: 0; 	line-height: 0; }
