.navLabel {
	width: 200px;
	height: 93px;
	padding-top: 0px;
	background: url("../images/navLabelBgs.png") -200px 0px no-repeat;
	margin-bottom: 15px;
	cursor: pointer;
    color: #7ca0ff;
}

.navLabel .navLabelText {
    position: relative;
    top: 17px;
    left: 20px;
    display: inline;
    font-family: HelveticaNeue87HvCn;
    font-size: 21px;
    font-weight: bold;
}

.navLabel .navLabelText span.trademark {
    font-size: 14px;
    line-height: 14px;
    vertical-align: text-top;
}

.navLabel img.navLabelTriangle {
    width: 8px;
    height: 11px;
	margin-left: 4px;
    background: url("../images/navLabelTriangles.png") 0px 0px no-repeat;
}

.navLabel img.navLabelGradient {
    position: absolute;
    left: -200px;
}

.navLabel:hover {
    color: #ffffff;
    background: url("../images/navLabelBgs.png") 0px 0px no-repeat;
}

.navLabel:hover img.navLabelTriangle {
    background: url("../images/navLabelTriangles.png") 0px -11px no-repeat;
}

.clearBoth {
	clear: both;
}