
#navbarArea UL
{
	float: left;
	width: 280px;
	height: 78px;
	padding: 0px 0px 0px 10px;
}

#navbarArea UL LI
{
	float: left;
	width: auto;
	height: 20px;
	list-style: none;
	padding: 32px 20px 0px 20px;
}

DIV#loginArea
{
	float: left;
	width: 70px;
	height: 46px;
	padding: 32px 0px 0px 110px;
}

DIV#signup
{
	float: left;
	width: 120px;
	height: 38px;
	padding-top: 22px;
	/*cursor: pointer;*/
	/*background: url(../images/signup.btn.jpg) no-repeat bottom;*/
}

#navbarArea UL LI, #navbarArea UL LI A, DIV#login, DIV#login A
{
	font-family: arial;
	font-size: 13px;
	font-weight: bold;
	color: #294C17;
	text-decoration: none;
}

DIV#login SPAN
{
	font-style: italic;
	color: #66a135;
}

#navbarArea UL LI A:hover, DIV#login A:hover
{
	color: #bc211f;
}

#navbarArea UL LI.homeIcon
{
	padding: 32px 0px 0px 0px;
}

#navbarArea UL LI.homeIcon IMG
{
	width: 16px;
	height: 16px;
}

.spacerBg
{
	background: url(../images/navbar.spacer.jpg) no-repeat right center;
}
