#nvone, #nvone li, #nvtwo, #nvtwo li, #nvthree {
	margin:0px;
	padding:0px;
}
#nvone {
	list-style:none;
	float:right;
}
#nvone li {
	float:left;
	background-position:center center;
	background-repeat:repeat-x;
}
#nvone li.fst {
	background-image:url(../images/listingsbuttonback.jpg);
}
#nvone li.snd {
	background-image:url(../images/chatbuttonback.jpg);
}
#nvone li a {
	width:150px;
	height:28px;
	margin:0px;
	padding:12px 0px 0px 0px;
	display:block;
	color:#fff;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
}
#nvone li a:hover {
	text-decoration:underline;
}
#nvtwo {
	list-style:none;
	float:left;
	background-color:#8C8D8C;
}
#nvtwo li {
	float:left;
	background:url(../images/chatbuttonback.jpg) repeat-x center center;
}
#nvtwo li.act {
	background:none;
}
#nvtwo li a {
	display:block;
	padding:10px 11px;
	margin:0px;
	background-color:#757575;
	color:#fff;
	text-transform:uppercase;
	text-decoration:none;
	font-weight:normal;
}
#nvtwo li a:hover, #nvtwo li.act a, #nvtwo li.act a:hover {
	background-color:transparent;
	color:#000;
}
#nv {
	width:100%;
	height:40px;
	position:relative;
	line-height:16px;
}
#nvthree {
	list-style:none;
	position:absolute;
	top:10px;
	right:0px;
}
#nvthree li {
	float:left;
	padding:0px;
	margin:0px 0px 0px 10px;
	background-color:#FA9F1B;
}
#nvthree li a {
	display:block;
	margin:0px;
	padding:1px 5px 2px 5px;
	background-color:#8C8D8C;
	text-align:center;
	color:#fff;
	text-decoration:none;
	font-size:11px;
	font-weight:normal;
}
#nvthree li a:hover, #nvthree li a.act, #nvthree li a.act:hover {
	background-color:transparent;
	color:#000;
}
