.back_to_prev {
	font-weight: bold; 
	font-size: 11px;
	padding: 2px 0 8px 0;
	text-align: center;
}
/*
		MAIN NAVIGATION
*/
/*
	Clears floated menu items.
	Assigned to a <br> tag placed just before
	nav_wrappers's closing DIV tag
*/
.clearit {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
}
.no_border {
	border: none;
}
#top_nav, #top_nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
	z-index: 10;
}
#top_nav a {
	color: #DB2522;
	display: block;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: normal;
	padding: 1px 6px 3px 4px;
	text-decoration: none;
}
#top_nav a.trigger {
	/*padding: 3px 11px 3px 10px;*/
}
#top_nav .active {
	color: #777;
	font-weight: bold;
}
#top_nav li {
	border-right: solid #CCCCCC 1px;
	color: #ddd;
	float: left;
	font-size: 13px;
	padding: 0 4px;
	margin: 0;
}
#top_nav li ul, #top_nav ul li {
	padding: 0;
	margin: 0;
	text-align: left;
	width: 160px;
	border: none;
}
#top_nav ul li {
	border-bottom: solid #ccc 1px;
}
#top_nav ul p { /* sub nav headings */
	background-color: #DB2522;
	color: #eee;
	font-weight: bold;
	padding: 2px 0 4px 4px;
}
#top_nav ul li a  {
	font-size: 12px;
	font-weight: normal;
	line-height: 16px;
}
#top_nav li ul {
	position: absolute;
	display: none;
	background-color: #fff;
	border: 1px solid #ccc;
}

#top_nav li:hover a, #top_nav a:focus,
#top_nav a:active, #top_nav li.top_nav_hvr a {
	color: #ccc;
}
#top_nav li:hover ul, #top_nav li.top_nav_hvr ul {
	display: block;
}
#top_nav li:hover ul a, #top_nav li.top_nav_hvr ul a {
	color: #777;
	background-color: transparent;
}
#top_nav ul a:hover {
	background-color: #777 !important;
	color: #fff !important;
}
/* The single backslash \ character inside this comment
causes IE5 Mac to ignore the following rule, which allows other
browsers to render top-level menu items to their natural width.
Do not edit this rule in any way. */
#top_nav li {width: auto;}

/*
		General Navigation
*/
#to_top {
	padding: 8px 0 5px 0;
	text-align: center;
}
#to_top a {
	font-size: 11px;
}