﻿/* Float Clearing
 ---------------------------------------------------------------------*/

#navigators
{
	width:auto;
	height: 28px;
	margin: 0px auto 30px auto;
	padding: 0px;
	
	/*border: solid 1px #cccccc;*/
	border-top: solid 1px #666666;
	border-bottom: solid 1px #cccccc;
	background:#d8ee85 ; /*#D0F2AA*/
	font-size: 14px;
	font-weight: normal;
	color: #000000;
}

#navigators a {
	COLOR: #06F; TEXT-DECORATION: underline;
}
#navigators a:hover {
	COLOR: #09F; TEXT-DECORATION: underline;
}

#navigators ul
{
	margin: 5px;
	padding: 0px;
	height: 21px;
	display: block;
}
#navigators ul li
{
	display: block;
	float: left;
	position: relative;
	height: 21px;
	overflow: hidden;
	line-height: 21px;
	margin: 0px 6px 0px 0;
	padding: 0px 10px 0px 0;
	font-size: 14px;
	background: url(../Img/Step.png) no-repeat 100% 0;
}
#navigators ul li div.chevronOverlay
{
	position: absolute;
	right: 0;
	top: 0;
	z-index: 2;
}
#navigators ul li span
{
	display: block;
	overflow: hidden;
}
#navigators ul li a
{
	display: block;
	position: relative;
	height: 21px;
	line-height: 21px;
	overflow: hidden;
	float: left;
}
#navigators ul li.first a
{
	height: 16px !important;
	text-indent:-1000em;
	width:16px;
	padding: 0;
	margin-top: 2px;
	overflow: hidden;
	background: url(../Img/IconHome.gif) no-repeat 0 0;
}
#navigators ul li.first a:hover
{
	background-position: 0 -16px;
}
#navigators ul li.last
{
	background: none;
	margin-right: 0;
	padding-right: 0;
}
