/** Son of Suckerfish Nav **/
#centernav {
  width: 100%;
  margin-left: auto ;
  margin-right: auto ;
  background: url(images/nav-bg.png) top left repeat-x;
  z-index: 10;
}


#top-nav-drop, #top-nav-drop ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 1;
}

#top-nav-drop {
    width: 960px;
    margin-left: auto ;
    margin-right: auto ;
	height: 40px;
    background: url(images/nav-bg.png) top left repeat-x;

}

#top-nav-drop a {
	display: block;
	/*float: left;*/
	height: 40px;
	color: #eee;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	line-height: 40px;
	padding: 0 24px 0 24px;
	background: url(images/vertical-divide.png) right repeat-y;
}

#top-nav-drop ul a {
	background-image: none;
	background-color: transparent;
}

#top-nav-drop li { /* all list items */
	float: left;
}
#top-nav-drop li a:hover, #top-nav-drop li a.active, #top-nav-drop li:hover a, #top-nav-drop li.sfhover a{
	background-color: #173f69;
	color: #fff;
}
#top-nav-drop li:hover li a, #top-nav-drop li.sfhover li a{
	background-color: transparent;
	color: #ccddf0;
}

#top-nav-drop li:hover div.wrapper, #top-nav-drop li.sfhover div.wrapper { /* lists nested under hovered list items */
	left: auto;
	margin-left: -2px;
}

#top-nav-drop li div.wrapper{
	position: absolute;
	left: -999em;  /*using left instead of display to hide menus because display: none isn't read by screen readers */
	border: 1px solid #043257;
	border-top: none;
	width: 181px;
	z-index: 300;
}
#top-nav-drop li ul { /* second-level lists */
	background: url(images/nav-drop-bg.png) top left repeat-x;
	padding: 9px 0 9px 9px;
	border: 1px solid #265e8d;
	border-top: none;
	list-style: none;
	width: 170px;
	float: left;
}
#top-nav-drop li li{
	float: none;
}
#top-nav-drop li li a{
	color: #DCE4ED;
	height: 26px;
	line-height: 26px;
	font-size: 14px;
	text-align: left;
	padding: 0 0 0 14px;
	width: 100%;
	background: url(images/nav-arrow.png) top left no-repeat;
}
#top-nav-drop li li a:hover, #top-nav-drop li li a.active {
	color: #fff;
	background: url(images/nav-arrow.png) 0 -31px no-repeat;
}

/** Item Specific Styling **/
#top-nav-drop li ul.left{
	border-right: none;
}
#top-nav-drop li ul.right{
	border-left: none;
}

#top-nav-drop li.border{
	width: 1px;
	height: 40px;
	font-size: 0;
	line-height: 0;
	border-left: 1px solid #34526F;
	background: #7E9CB9;
}

#top-nav-drop li.home{
	width: 35px;
	padding: 0;
}
#top-nav-drop  li.home a{
	padding: 0;
}
#top-nav-drop  li.home a img{
	margin: 11px auto 0 auto;
}

#top-nav-drop li.learn{
	width: 115px;
}
#top-nav-drop li.learn ul{
	width: 228px;
}
#top-nav-drop li.learn div.wrapper{
	width: 239px;
}

#top-nav-drop li.issues{
	width: 100px;
}
#top-nav-drop li.issues ul{
	width: 260px;
	float: left;
}
#top-nav-drop li.issues div.wrapper {
	width: 540px;
}
body>#page #top-nav-drop li.issues div.wrapper {
	width: 525px;
}

#top-nav-drop li.take-action{
	width: 150px;
}


#top-nav-drop li.press-media{
	width: 150px;
}
#top-nav-drop li.blog{
	width: 100px;
}
#top-nav-drop li.store{
	width: 100px;
}


#top-nav-drop li#contribute-nav {
	width: 208px;
	background: url(images/contribute-bg.png) top left no-repeat #911b14;
	padding-left: 2px;
}
#top-nav-drop li#contribute-nav a {
	display: block;
	text-align: center;
	background: url(images/contribute-bg.png) top left no-repeat #911b14;
	color: #f7eaea;
}
#top-nav-drop li#contribute-nav a:hover, li#contribute-nav a.active {
	background-color: #911b14;
	background: url(images/contribute-bg2.png) top left no-repeat;
	color: #fff;
}
