/* ----------------------------------------  PRIMARY NAVIGATIONS   ------------------------------*/
#p-nav {
	margin:0;
	width: 224px;
	/* float:left; */
	height: 170px;
	position: absolute;
	left: 10px;
	top: 85px;
	text-align:left;
	margin: 0;
	overflow: hidden;
}

 /*\*/
* html #p-nav	{
	background: none;
}/**/

#primary-nav {
	padding: 0;
	margin:0 0 0 0;
	width: 224px;
	height: 170px;
	list-style: none;
	line-height: 1;
	/* background: transparent url(../../wwwImaSydneyOLD/includes/%22/images/nav/primary.gif%22) 0 0 no-repeat;	 */
}

#primary-nav li {
	background-color: transparent;
	float: left;
	padding: 0;
	position: relative;
	text-align: left;
	z-index:99;
}

#primary-nav li a.main-link {
	display: block;
	height: 30px;	
	_height: 30px;	
}

#primary-nav a.main-link span {
	display: none;	
}

/* -------------  OFF STATES  -----------*/

#primary-nav li#buy_auction a.main-link {
	background: transparent url(../images/buttons/btn_buy_auction.gif) 0 0 no-repeat;	
	width: 224px;
}

#primary-nav li#fixedprice a.main-link {
	background: transparent url(../images/buttons/btn_buy_fixed.gif) 0 0 no-repeat;	
	width: 224px;
}

#primary-nav li#financing a.main-link {
	background: transparent url(../images/buttons/btn_financing.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#sell a.main-link {
	background: transparent url(../images/buttons/btn_sell_car.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#contact a.main-link {
	background: transparent url(../images/buttons/btn_contact_us.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#stock a.main-link {
	background: transparent url(../images/buttons/btn_stock.gif) 0 0 no-repeat;	
	width: 224px;		
}

/* -------------  ON STATES  -----------*/

#primary-nav li#buy_auction a.main-link:hover {
	background: transparent url(../images/buttons/btn_buy_auction_on.gif) 0 0 no-repeat;	
	width: 224px;
}

#primary-nav li#fixedprice a.main-link:hover{
	background: transparent url(../images/buttons/btn_buy_fixed_on.gif) 0 0 no-repeat;	
	width: 224px;
}

#primary-nav li#financing a.main-link:hover {
	background: transparent url(../images/buttons/btn_financing_on.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#sell a.main-link:hover {
	background: transparent url(../images/buttons/btn_sell_car_on.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#contact a.main-link:hover {
	background: transparent url(../images/buttons/btn_contact_us_on.gif) 0 0 no-repeat;	
	width: 224px;		
}

#primary-nav li#stock a.main-link:hover {
	background: transparent url(../images/buttons/btn_stock_on.gif) 0 0 no-repeat;	
	width: 224px;		
}
	

/* ----------------------------------------  NAV MENU BACKGROUND   ------------------------------*/

#menu-background {
	position: absolute;
	left: 0px;
	top: 72px;
}

