.helpHeader-nav {
	display:inline;
	text-align: center;
	cursor: pointer;
}

.helpHeader-dropdown {
	padding: 0;
    list-style: none;
    display: inline-block;
}

.helpHeader-dropdown-content {
	text-align: left;
	list-style: none;
    display: none;
    position: absolute;
    width: 174px;
    padding-top:5px;
    padding-bottom:0;
    padding-left:0;
    padding-right:0;
    right:0px;
    font-weight: normal;
    z-index:15;
}

.helpHeader-dropdown-content li {
	padding-top: 15px;
	text-indent: 10px;
	height: 32px;
    background-color: #2D3F49;
    border: 2px solid #2D3F49;
}

.helpHeader-dropdown-content li:hover {
    text-decoration: none;
    background-color: #5AAAFA;
}

.helpHeader-helpLinkDown {
	width: 8px;
	height: 8px; 
	fill: white;
}
.helpHeader-dropdown-content li:active {
    font-weight: bold;
    text-decoration: none;
}

#helpHeader-dropdown-dropdownList a:hover {
    text-decoration: none !important;
}
