/*----Structural DIVs----*/


/*----Other DIVs----*/

#subNav {
	text-align: right;
}

#subNav ul {
	list-style: none;
	display: inline;
	text-align: right;
}

#subNav ul li {
	display: inline;
	text-align: right;
	padding-right: 10px;
}


/*----Typography----*/

.amount {
	font: bold 11px/18px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #3b0b0b;
	padding: 20px 0 5px 0;
}
 
/*----Links----*/

#subNav a {
	font: normal 12px/35px tahoma, "Trebuchet MS", verdana, arial, sans-serif;
	color: #4c672e;
	text-decoration: none;
}