.normnav {
	color: #333333;
	cursor: pointer;
	width:168px;
	height:20px;
	background:url(images/n1.jpg) no-repeat right;
	text-decoration: none;
	text-align: right;
	line-height: 18px;
	padding-right: 5px;
}
.normnav a:link, .normnav a:visited {
	color: #666666;
	text-decoration: none;
}
.normnav a:hover, .normnav a:active {
	color: #666666;
	text-decoration: none;
}

.normnavRoll {
	color: #666666;
	cursor: pointer;
	width:168px;
	height:20px;
	background:url(images/n1_r.jpg) no-repeat right;
	text-decoration: none;
	text-align: right;
	line-height: 18px;
	padding-right: 5px;
}
.normnavRoll a:link, .normnavRoll a:visited {
	color: #666666;
	text-decoration: none;
}
.normnavRoll a:hover, .normnavRoll a:active {
	color: #666666;
	text-decoration: none;
}

