/*Site Navigation CSS*/

#top_navigation {
	position: absolute;
	top: 63px;
	left: 287px;
	z-index: 999;
}

#reg_steps {
	overflow:hidden;
	width:230px;
	margin:0 auto;
}

#top_navigation ul li, #reg_steps ul li {
	display: inline;
	float: left;
	margin-right: 2px;
	padding-left: 4px;
	background: url(/images/navigation/top_left.gif) top left no-repeat;
}

#top_navigation a, #reg_steps a {
	display: inline;
	float:left;
	color: #FFFFFF;
	line-height: 23px;
	padding-left: 8px;
	padding-right: 11px;
	text-decoration: none;
	background: url(/images/navigation/top_right.gif) top right no-repeat;
	font-size: 11px;
}

#top_navigation .red  {
	background: url(/images/navigation/top_left_red.gif) top left no-repeat;
}

#top_navigation .red a {
	background: url(/images/navigation/top_right_red.gif) top right no-repeat;
}

#top_navigation .dark, #reg_steps .reg_current  {
	background: url(/images/navigation/top_left_dark.gif) top left no-repeat;
}

#top_navigation .dark a, #reg_steps .reg_current a {
	background: url(/images/navigation/top_right_dark.gif) top right no-repeat;
}





