/*** HEADER NAV LINKS ***/
body.page-home a#header-home,body.page-login a#header-login,body.page-createaccount a#header-createaccount
	{
	color: #555555;
	text-decoration: none;
}

/*** NAVIGATION STYLES ***/
#navigationBG {
	height: 25px;
	padding: 0 15px;
	text-align: left;
	margin: 0 0 20px 0;
}

#navigation {
	height: 25px;
	background: url(/images/shared/nav-bg.gif) top left repeat-x;
	margin: 0;
	padding: 0;
}

#navigation ul {
	list-style: none;
	list-style-type: none;
	border: none;
	margin: 0;
	padding: 0;
}

#navigation ul li {
	display: block;
	float: left;
	margin: 0;
	padding: 0;
}

#navigation ul li a {
	text-indent: -300em;
	overflow: hidden;
	display: block;
	height: 25px;
	width: 120px;
}

#nav-home a {
	background: url(/images/shared/nav-home.gif) top left no-repeat;
}

#nav-research a {
	background: url(/images/shared/nav-research.gif) top left no-repeat;
}
#nav-help a {
	background: url(/images/shared/nav-help.gif) top left no-repeat;
}

#nav-buy a {
	background: url(/images/shared/nav-buy.gif) top left no-repeat;
}

#nav-sell a {
	background: url(/images/shared/nav-sell.gif) top left no-repeat;
}
#nav-myinfo a {
	background: url(/images/shared/nav-myinfo.gif) top left no-repeat;
}


#nav-communities a {
	background: url(/images/shared/nav-communities.gif) top left no-repeat;
}

#nav-baseballcards a {
	background: url(/images/shared/nav-baseballcards.gif) top left no-repeat
		;
}

#nav-postcards a {
	background: url(/images/shared/nav-postcards.gif) top left no-repeat;
}

#nav-sportsmem a {
	background: url(/images/shared/nav-sportsmem.gif) top left no-repeat;
}


#nav-classiccars a {
	background: url(/images/shared/nav-classiccars.gif) top left no-repeat;
}

#nav-coins a {
	background: url(/images/shared/nav-coins.gif) top left no-repeat;
}

#nav-comics a {
	background: url(/images/shared/nav-comics.gif) top left no-repeat;
}

#nav-footballcards a {
	background: url(/images/shared/nav-footballcards.gif) top left no-repeat
		;
}

#nav-stamps a {
	background: url(/images/shared/nav-stamps.gif) top left no-repeat;
}

#nav-favorites a {
	background: url(/images/shared/nav-favorites.gif) top left no-repeat;
}

#nav-profile a {
	background: url(/images/shared/nav-mypages.gif) top left no-repeat;
}

#nav-reports a {
	background: url(/images/shared/nav-reports.gif) top left no-repeat;
}

#nav-contacts a {
	background: url(/images/shared/nav-contacts.gif) top left no-repeat;
}

#nav-discuss a {
	background: url(/images/shared/nav-learn.gif) top left no-repeat;
}

#nav-prosell a {
	background: url(/images/shared/nav-prosell.gif) top left no-repeat;
}

#navigation ul li a:hover {
	background-position: 0 -25px;
}

/*** DROPDOWN STYLES ***/
#nav-communities .nav-dropdown a,#nav-home .nav-dropdown a, #nav-help .nav-dropdown a,#nav-research .nav-dropdown a, #nav-myinfo .nav-dropdown a, #nav-buy .nav-dropdown a, #nav-sell .nav-dropdown a, #nav-baseballcards .nav-dropdown a,#nav-sportsmem .nav-dropdown a,#nav-postcards .nav-dropdown a,#nav-classiccars .nav-dropdown a,#nav-coins .nav-dropdown a,#nav-comics .nav-dropdown a,#nav-reports .nav-dropdown a,#nav-footballcards .nav-dropdown a,#nav-stamps  .nav-dropdown a,#nav-favorites .nav-dropdown a,#nav-profile .nav-dropdown a,#nav-contacts .nav-dropdown a,#nav-discuss .nav-dropdown a,#nav-quicksell .nav-dropdown a,#nav-prosell .nav-dropdown a
	{
	text-indent: 0;
	margin: 0;
	padding: 0;
	width: 108px;
	background: #fff;
}

.nav-dropdown {
	display: none;
	position: absolute;
	width: 118px;
	font-weight: normal;
	text-align: left;
	font-size: 11px;
	float: none;
}

#navigation #navlist ul li a,#navigation #navlist ul li a:visited,#navigation #navlist ul li a:hover
	{
	text-decoration: none;
	font-weight: normal;
	padding-left: 10px;
	color: #555555;
}

#navigation #navlist ul li a:hover {
	color: #d16623;
	text-decoration: none;
}

#navigation #navlist ul {
	border: 1px solid #d16623;
	border-top: none;
}

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

.nav {
	z-index: 100;
	position: relative;
}

.nav li {
	float: left;
	margin: 0;
	padding: 0;
	position: relative;
}

.nav ul {
	list-style: none;
	margin: 0;
	position: absolute;
	top: -999em;
}

.nav li:hover ul,.nav li.sfHover ul {
	top: 25px;
}

.nav ul li {
	border: 0;
	float: none;
}

.nav ul a {
	white-space: nowrap;
}

/*** HORIZONTAL SUBNAV STYLES ***/
#nav_horiz {
	height: 30px;
}

#nav_horiz h2 {
	float: left;
}

#nav_horiz ul li {
	display: block;
	float: left;
	margin: 12px 0 0 15px;
	padding: 0;
}

#nav_horiz ul li a {
	display: block;
	font-size: 15px;
	padding-left: 13px;
	line-height: 20px;
	height: 20px;
	padding: 0 10px;
}

#nav_horiz ul li a.selected {
	background: #3f76aa;
	color: #fff;
}

#nav_horiz ul li a.selected:hover {
	text-decoration: none;
}

#nav-myexpo a {
	background: url(/images/shared/nav-myexpo.gif) top left no-repeat;
}