/* RIGHT NAVIGATION STYLES */

.snav {
}
.snavOn {
	background: #000;
}
#rn li.snavOn a, #rn li.snavOn a:hover {
	color: #fff;
}

#rn {
	float: left;
	width: 200px;
	border-bottom: none;
	margin: 0;
}

#rn a {
	font-family: cambria, georgia, sans-serif, "Times New Roman", "Trebuchet MS";
	font-size: 13px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
}
#rn ul {
	list-style: none;
	padding: 0;
	margin: 0;
}
#rn li {
	border-bottom: 1px solid #e5e5e5;
	margin: 0;
	padding: 2px 0;
	text-indent: 5px;
}
.over {
	background: #000;
}
#rn li.over a {
	color: #fff;
}

#rn ul {
}
#rn ul ul {
	background: #eee;
}
#rn ul ul ul {
	background: #ccc;
}

/* PREVIOUS/NEXT RIGHT NAVIGATION >> ON PRODUCT PAGE */

#pnNav {
	float: left;
	width: 200px;
	border-top: none;
	margin: 0 0 20px 0;
}

#pnNav a {
	text-decoration: none;
}

.sub-nav, .sub-nav-over {
	margin: 0;
	float: left;
	font-family: cambria, georgia, sans-serif, "Times New Roman", "Trebuchet MS";
	font-size: 14px;
	text-decoration: none;
	padding: 4px 0px 3px;
	text-indent: 10px;
	text-align: left;
	width: 200px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}
.sub-nav {
	color:#003FA5;
}

.sub-nav-over {
	color: #fff;
	background: #000;
}

