/* ====================================================================================== nav_styles */

.h_nav {
	float:left;
	margin:0;
	padding:0;
	width:980px;
}

.h_nav ul {
	float:left;
	margin:0;
	padding:0 0 0 8px;
	width:980px;
}

.h_nav ul li {
	margin:0 1px 0 0;
	padding:0 !important;
}

.h_nav ul li a {
	float:left;
	line-height:35px;
	margin:0;
	padding:0;
	text-indent:-2000px;	
}

.h_nav ul li a:focus {
	outline: none;
}

.h_nav ul li.first a {
	background:transparent url(../images/nav_01.gif) no-repeat scroll 0 0;
	width:81px;
}

.h_nav ul li.first a:hover {
	background:transparent url(../images/nav_01.gif) no-repeat scroll 0 -35px;
	width:81px;
}

.h_nav ul li.first a.curr_page {
	background:transparent url(../images/nav_01.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.pre_auction_view a {
	background:transparent url(../images/nav_02.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:152px;
}

.h_nav ul li.pre_auction_view a:hover {
	background:transparent url(../images/nav_02.gif) no-repeat scroll 0 -35px;
	color:#1DC0E9;
	font-weight:bold;
	width:152px;
}

.h_nav ul li.pre_auction_view a.curr_page {
	background:transparent url(../images/nav_02.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.live_auctions a {
	background:transparent url(../images/nav_03.gif) no-repeat scroll 0 -35px;
	font-weight:bold;
	width:142px;
}

.h_nav ul li.live_auctions a:hover {
	background:transparent url(../images/nav_03.gif) no-repeat scroll 0 -0px;
	color:#1DC0E9;
	font-weight:bold;
	width:142px;
}

.h_nav ul li.live_auctions a.curr_page {
	background:transparent url(../images/nav_03.gif) no-repeat scroll 0 -0px;
}

.h_nav ul li.selling a {
	background:transparent url(../images/nav_04.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:80px;
}

.h_nav ul li.selling a:hover {
	background:transparent url(../images/nav_04.gif) no-repeat scroll 0 -35px;
	color:#1DC0E9;
	font-weight:bold;
	width:80px;
}

.h_nav ul li.selling a.curr_page {
	background:transparent url(../images/nav_04.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.buying a {
	background:transparent url(../images/nav_05.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:87px;
}

.h_nav ul li.buying a:hover {
	background:transparent url(../images/nav_05.gif) no-repeat scroll 0 -35px;
	font-weight:bold;
	width:87px;
}

.h_nav ul li.buying a.curr_page {
	background:transparent url(../images/nav_05.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.auction_process a {
	background:transparent url(../images/nav_06.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:146px;
}

.h_nav ul li.auction_process a:hover {
	background:transparent url(../images/nav_06.gif) no-repeat scroll 0 -35px;
	font-weight:bold;
	width:146px;
}

.h_nav ul li.auction_process a.curr_page {
	background:transparent url(../images/nav_06.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.completed_auctions a {
	background:transparent url(../images/nav_07.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:163px;
}

.h_nav ul li.completed_auctions a:hover {
	background:transparent url(../images/nav_07.gif) no-repeat scroll 0 -35px;
	font-weight:bold;
	width:163px;
}

.h_nav ul li.completed_auctions a.curr_page{
	background:transparent url(../images/nav_07.gif) no-repeat scroll 0 -35px;
}

.h_nav ul li.last a {
	background:transparent url(../images/nav_08.gif) no-repeat scroll 0 0;
	font-weight:bold;
	width:106px;
	margin-right: 0 !important;
}

.h_nav ul li.last a:hover {
	background:transparent url(../images/nav_08.gif) no-repeat scroll 0 -35px;
	font-weight:bold;
	width:106px;
}

.h_nav ul li.last a.curr_page {
	background:transparent url(../images/nav_08.gif) no-repeat scroll 0 -35px;
}

/* ====================================================================================== tabbed_nav_styles */

.tabbed_nav {
	height: 38px;
	float: left;
	font-size: 16px;
	font-weight: bold;
	width: 640px;
}

.tabbed_nav ul {
	list-style: none;
	display: inline;
	margin: 2px 0 0 0;
	padding: 0;
	float: left;
	width: 640px;
}

.tabbed_nav li {
	list-style: none;
	display: inline;
	margin: 0;
	padding: 0;
	float: left;
}

.tabbed_nav li.first {
	width: 190px;
}

.tabbed_nav li.first a{
	width: 124px;
	*width: 190px;
}

.tabbed_nav li.my_opa {
	width: 131px;
}	

.tabbed_nav li.my_opa a{
	width: 65px;
	*width: 129px;
}	

.tabbed_nav li.the_auction {
	width: 160px;
}

.tabbed_nav li.the_auction a{
	width: 94px;
	*width: 156px;
}

.tabbed_nav li.last {
	width: 157px;
}

.tabbed_nav li.last a{
	width: 95px;
	*width: 157px;
}

.tabbed_nav li a {
	background: #CAC9BE;
	color: #000;
	text-decoration: none;
	float: left;
	padding: 9px 32px;
	margin-right: 2px;
}

.tabbed_nav li a:hover {
	background: #000 !important;
	color: #fff !important;
	text-decoration: none;
}

.tabbed_nav li a:visited {
	background: #CAC9BE;
	color: #000;
	text-decoration: none;
	float: left;
	padding: 9px 32px;
	margin-right: 2px;
}

.tabbed_nav .last {
	margin-right: 0;
}

/* ====================================================================================== v_nav_styles */

.v_nav {
	width: 314px;
	float: left;
}

.v_nav ul {
	font-size: 15px;
	font-weight: bold;
	background: #fff;
	float: left;
	margin: 10px 0 0 0;
}

.v_nav li {
	text-align: left;
	margin: 0 0 3px 0 !important;
	padding: 0 !important;
	float: left;
	width: 321px;
}

.v_nav li a {
	background: url(../images/v_navFinal.jpg) no-repeat 0 -41px;
	color: #fff;
	padding: 9px 10px 12px 9px;
	text-decoration: none;
	margin: 0 !important;
	float: left;
	width: 321px;
	*width: 321px;
}

.v_nav li a:hover {
	background: url(../images/v_navFinal.jpg) no-repeat 0 0 !important;
	color: #fff;
	text-decoration: none;
	margin: 0;
	float: left;
}

.v_nav li a:visited {
	background: url(../images/v_navFinal.jpg) no-repeat 0 -41px;
	color: #fff;
	text-decoration: none;
	margin: 0;
	float: left;
}

.v_nav .last {
	margin-bottom: 30px !important;
}

/* ====================================================================================== footer_nav_styles */

.f_nav {
	
	float: right;
	padding: 0 0 10px 0;
	width: 960px;
	margin: 0;
	
}

.f_nav ul li a {
	color: #95937D;
	text-decoration: none;
}

.f_nav ul li a:visited {
	color: #95937D;
	text-decoration: none;
}

.f_nav ul li a:hover {
	color: #95937D;
	text-decoration: underline !important;
}







