/* Left Hand Navigation */
#dni-left-nav #discovery-navigation {
    width:160px;
    font-family:Verdana,Arial,Helvetica,sans-serif;
    font-size:11px;
    list-style-type:none;
	background: url(../images/global/nav-grey-shadow.gif) repeat-x bottom left;
	padding:0 0 16px;
	float:left;
}

#dni-left-nav #discovery-navigation .title {
    background:transparent url(../images/global/dc_nav_slice.gif) repeat-x scroll left bottom;
    color:#FFFFFF;
    float:left;
    font-weight:bold;
    height:24px;
    line-height:22px;
    text-indent:10px;
    text-transform:uppercase;
    width: 160px;
}

#dni-left-nav #discovery-navigation .title a {
    background:transparent url(../images/global/dc_nav_slice.gif) repeat-x scroll left bottom;
    color:#FFFFFF;
    float:left;
    font-weight:bold;
    height:24px;
    line-height:22px;
    text-indent:10px;
    text-transform:uppercase;
    width: 160px;
    text-decoration: none;
}

#dni-left-nav #discovery-navigation .navItem a {
    color:#237BFF;
    float:left;
    font-size:10px;
    line-height:19px;
    margin:2px 0px 2px 3px;
    padding:0 0 0 7px;
    width:150px;
    text-transform: uppercase;
	font-weight: normal;
}

#dni-left-nav #discovery-navigation .navItem a:hover {
    color:#FD5701;
    background-color: #F4F3F3;
}

#dni-left-nav #discovery-navigation .navItem a:hover,
#dni-left-nav #discovery-navigation .navItem a:active,
#dni-left-nav #discovery-navigation .navItem a:focus,
#dni-left-nav #discovery-navigation .navItem a {
    text-decoration: none;
}

#dni-left-nav #discovery-navigation .navItem {
    background:#FFFFFF none repeat scroll 0 0;
    clear:both;
    color:#237BFF;
    font-weight:normal;
    height: auto;
    text-indent:0;
    border-bottom:1px solid #CCCCCC;
	width: 160px;
	float: left;
}

