a.NavigationElementOuter {
	display: inline-block;
	height: 37px;
	border-bottom: 2px solid transparent;
	cursor: pointer;
	color: #000;
	text-decoration: initial;
}

a.NavigationElementOuter.navigated {
	border-bottom: 2px solid #0A9FF1;
	/*
	 border-bottom: 3px solid #F19F0A; Orange 
	 border-bottom: 3px solid #F10A9F; Pink
	 border-bottom: 3px solid #0AF19F; Tortuise
	 border-bottom: 3px solid #0A9FF1; blue
	 border-bottom: 3px solid #9F0AF1; purple
	 border-bottom: 3px solid #9FF10A; green
	*/
	box-shadow: 0 -8px 15px #555;
}

a.NavigationElementOuter:hover {
	border-bottom: 2px solid #6CC8F9;
}

a.NavigationElementOuter.navigated:hover {
	border-bottom: 2px solid #0A9FF1;
}



div.NavigationElementInner {
	height: 40px;
    min-width: 95px;
    vertical-align: middle;
    padding-left: 10px;
    padding-right: 10px;
    text-align: center;
}

div.NavigationElementLabel {
	white-space: nowrap;
	word-wrap: break-word;
	line-height: 40px;
	font-family: 'Roboto', Verdana, sans-serif;
	font-weight: 300;
	font-size: 16px;
	text-shadow: 0 0 1px #999999;
}

div.NavigationElementLabel.navigated {
}