#app-header-nav {

}

#app-header-nav table {
	width:950px;
	border-collapse: collapse;
	border:0;
	margin-bottom:0;
}
#app-header-nav table td {
	background-image: url("/images/apps/slice_1.gif");
    background-repeat: repeat-x;
	background-position:bottom;
    padding: 25px 10px;
	text-align:center;
}

#app-header-nav table td.desktop {
	background-image: url("/images/apps/slice_2.gif");
}

#app-header-nav table td a span {
	color:gray;
	display:block;
	padding-top:5px;
}
#app-header-nav table td.desktop a span {
	color:gray
}
#app-header-nav table td a:hover span,
#app-header-nav table td.active a span {
	color:#333;
}

#app-header-nav table td.active {
	background: url("/images/apps/page-active-arrow.png") no-repeat center bottom, url("/images/apps/slice_1.gif") repeat-x center bottom;
}
#app-header-nav table td.active.desktop {
	background: url("/images/apps/page-active-arrow.png") no-repeat center bottom, url("/images/apps/slice_2.gif") repeat-x center bottom;
}

#app-header-account {
	height:290px;
	padding:60px 90px 0px;
	background:url("/images/apps/account-bg.png") repeat-x bottom;
}

#app-header-account h2  {
	font-size:28px;
	color:#4c4c4c;
	text-align:center;
	margin-bottom:20px;
	letter-spacing:-.75px;
	white-space:nowrap;
}
#app-header-account h2 span {
	color:#6EA5E1;
}

#app-header-account ul.account-features {
	float:left;
	margin-left:40px;
}

#app-header-account ul.account-features li {
	list-style-type:none;
	font-size:16px;
	color:#4c4c4c;
	height:30px;
	line-height:30px;
	margin-bottom:15px;
	width:305px;
	margin-left:0;
	padding-left:40px;
	background-image:url("/images/apps/account-sprite.png");
	background-repeat:no-repeat;
}
#app-header-account ul.account-features li.icon-free { background-position:0px 7px; }
#app-header-account ul.account-features li.icon-connect { background-position:0px -23px; }
#app-header-account ul.account-features li.icon-download { background-position:0px -56px; }
#app-header-account ul.account-features li.icon-forums { background-position:0px -86px; }
#app-header-account ul.account-features li.icon-notes { background-position:0px -115px; }
#app-header-account ul.account-features li.icon-store { background-position:0px -145px; }

#app-header-account .clear {
	clear:both;
}
#app-header-account #account-register-form {
	margin-top:10px;
	text-align:center;
}
#app-header-account #account-register-form input {
	width:270px;
	height:25px;
	line-height:25px;
	margin-right:10px;
}
#app-header-account #account-register-form input + a {
	display:inline-block;
	vertical-align:middle;
}

#fb-root {height: 0px !important;}