/*	======	City Connections	=======	*/
/*	======	copyright Steve Raskin 2010	=======	*/

/*	resetting bits: */
#nav-primary-wrapper ul,
#nav-primary-wrapper li		{ margin: 0; padding: 0; border: 0; }
#nav-primary-wrapper a		{ text-decoration: none; }

/*	===========	PRIMARY NAV	===========	*/
div#nav-primary-wrapper		{ clear: both; display: block; width: 746px; height: 15px; font-family: Helvetica, Arial, sans-serif; }

ul#nav-primary			{ display: block; width: 746px; height: 15px; }
ul#nav-primary:after	{ /*clearfix*/content:".";display:block;height:0;clear:both;visibility:hidden; }

#nav-primary li		{ display: block; float: left; position: relative; height: 25px; z-index: 1000001;}
#nav-primary li a		{ display: block; line-height: 25px; text-indent: -999em; background: transparent url(/images/ccr_nav_746x50_v3.png) 0 0 no-repeat; }

li#rentals a		{ width:  76px; background-position: 0 -25px; }
li#sales a			{ width:  73px; background-position:  -76px -25px; }
li#commercial a	{ width: 124px; background-position: -149px -25px; }
li#services a		{ width:  92px; background-position: -273px -25px; }
li#about-ccr a		{ width: 113px; background-position: -365px -25px; }
li#our-team a		{ width:  94px; background-position: -478px -25px; }
li#press a			{ width:  69px; background-position: -572px -25px; }
li#contact-us a	{ width: 105px; background-position: -641px -25px; }

li#rentals:hover a,
.active#rentals a				{ background-position: 0 0; }
li#sales:hover a,
.active#sales a				{ background-position: -76px 0; }
li#commercial:hover a,
.active#commercial a			{ background-position: -149px 0; }
li#services:hover a,
.active#services a			{ background-position: -273px 0; }
li#about-ccr:hover a,
.active#about-ccr a			{ background-position: -365px 0; }
li#our-team:hover a,
.active#our-team a			{ background-position: -478px 0; }
li#press:hover a,
.active#press a				{ background-position: -572px 0; }
li#contact-us:hover a,
.active#contact-us a			{ background-position: -641px 0; }


#nav-primary ul	{
	display: none;
	position: absolute;
	top: 25px;
	left: 10px;
	z-index: 999;
	background: #c9c5c3;
	border: 1px solid #655a52;
	border-bottom: 0;
	}
#nav-primary li:hover ul	{ /* left: auto; display: block; */ /* with neither, if js is disabled, no dropdown */ display: block; }

/*	exception: #rentals, because there's no pipe on its left	*/
#nav-primary li#rentals ul	{ left: 0; }

/* override the root UL styles: */
#nav-primary li ul		{ margin: 0; /*!*/ }
#nav-primary li li		{ float: none; /* IE7*/ width: auto; height: auto; border-bottom: 1px solid #655a52; }
#nav-primary li li a		{
	width: 14.4em;
	line-height: 28px;
	padding-left: 10px;
	font-size: 12px;
	color: #fff;
	text-transform: uppercase;
	text-indent: 0; /*!*/
	background-image: none;
	}

#nav-primary li li a:hover		{ color: #655a52; }
