/* =navbar
-----------------------------------------------
*/

/* Header navigation */
#navWrapper {
	margin-bottom: 28px;
}

#tabsWrapper {
	margin-bottom: 12px;
}

#nav, #nav ul, #tabs, #tabs ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

#nav a, #tabs a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	margin: 2px 0;
	border-left-style: solid;
	border-left-width: 1px;
}

#tabs a {
	padding: 2px 6px !important;
}

#buyersguide #tabs a {
	padding: 2px 5px !important;
}

#nav li, #tabs li {
	float: left;
	padding-bottom: 0;
}

#nav li.first, #tabs li.first {
	margin-left: 0px;
}

#nav li.first a, #tabs li.first a {
	border-left-style: none;
}

/* Drop-downs (defunct?) */

#nav li li:hover, #nav li li.sfhover {
	background: none;
}

#nav li li a, #tabs li li a {
	width: 9em;
}

#nav li ul {
	position: absolute;
	width: 9.7em; /* this value was found by trial and error */
	left: -999em;
	border: solid 1px #ccc;
	border-top: none;
}

#nav li.navWide li a {
	width: 15em;
}

#nav li.navWide ul {
	width: 15.5em;
}

/* html:lang hides rule from safari */
html:lang(en) #nav li ul {
	/* to pull it into alignment with the main nav */
	margin-left: -1px;
}

#nav li:hover ul, #nav li.sfhover ul {
	z-index: 50;
	left: auto;
}

/* Footer navigation */
.nav li {
	display: inline;
	list-style-type: none;
	padding: 0;
}

.nav a {
	float: left;
	padding-left: 12px;
	text-decoration: none;
	white-space: nowrap;
}
 
.nav li.first a {
	padding-left: 0;
}

#footer .nav {
	margin: 10px 0;
}

/* Selected tab styles are in individual themes' css */

.navMar #nav a{
	margin: 6px 0 !important;
}