#nav {
	clear: both;
	padding: 0;
	margin: 135px auto 0 auto;
	width: 774px;	
	height: 42px;
}
body#community-home #nav {
	margin-top: 0px;
}
/* hide the text intended for screen readers */
#nav ul li a span.hide {
	visibility: hidden;
}
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#nav li {
	float: left;
	display: block;
	padding: 0;
	margin: 0;
	text-align: center;
}
#nav li a {
	float: left;
	display: block;
	font-weight: bold;
	line-height: 42px;
	font-size: 8pt;
	text-decoration: none;
	text-transform: uppercase;
	color: #494B4E;
}
#nav li#ho,
#nav li#ho a { 
	height: 42px;
	width: 62px;
}
#nav li#gc,
#nav li#gc a { 
	height: 42px;
	width: 123px;
}
#nav li#gi, 
#nav li#gi a { 
	height: 42px;
	width: 87px;
}
#nav li#ga,
#nav li#ga a { 
	height: 42px;
	width: 73px;
}
#nav li#ac,
#nav li#ac a { 
	height: 42px;
	width: 89px;
}
#nav li#su,
#nav li#su a { 
	height: 42px;
	width: 73px;
}
#nav li#dl,
#nav li#dl a { 
	height: 42px;
	width: 99px;
}
#nav li#co, 
#nav li#co a { 
	height: 42px;
	width: 92px;
}
#nav li#fo,
#nav li#fo a { 
	height: 42px;
	width: 76px;
}
#nav li#ho { 
	background: url(/_commonext/themes/masseffect/default/images/nav_home_62x43_off.gif) left no-repeat;
}
#nav li#gc { 
	background: url(/_commonext/themes/masseffect/default/images/nav_galacticcodex_123x43_off.gif) left repeat-x;
}
#nav li#gi { 
	background: url(/_commonext/themes/masseffect/default/images/nav_gameinfo_87x43_off.gif) left no-repeat;
}
#nav li#ga { 
	background: url(/_commonext/themes/masseffect/default/images/nav_gallery_73x43_off.gif)  left no-repeat;
}
#nav li#ac { 
	background: url(/_commonext/themes/masseffect/default/images/nav_accolades_89x43_off.gif) left no-repeat;
}
#nav li#dl { 
	background: url(/_commonext/themes/masseffect/default/images/nav_downloads_99x43_off.gif) left no-repeat;
}
#nav li#su { 
	background: url(/_commonext/themes/masseffect/default/images/nav_support_73x43_off.gif) left no-repeat;
}
#nav li#co { 
	background: url(/_commonext/themes/masseffect/default/images/nav_community_92x43_off.gif) left no-repeat;
}
#nav li#fo { 
	background: url(/_commonext/themes/masseffect/default/images/nav_forums_76x43_off.gif) left no-repeat;
}

#nav a:hover, 
#nav a.selected {
	color: #FFF;
}
#nav li#ho a:hover, 
#nav li#ho a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_home_62x43_on.gif) left no-repeat;
}

#nav li#gc a:hover, 
#nav li#gc a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_galacticcodex_123x43_on.gif) left no-repeat;
}
#nav li#gi a:hover, 
#nav li#gi a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_gameinfo_87x43_on.gif) left no-repeat;
}
#nav li#ga a:hover, 
#nav li#ga a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_gallery_73x43_on.gif)  left no-repeat;
}
#nav li#ac a:hover, 
#nav li#ac a.selected {
	background: url(/_commonext/themes/masseffect/default/images/nav_accolades_89x43_on.gif) left no-repeat;
}
#nav li#dl a:hover, 
#nav li#dl a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_downloads_99x43_on.gif) left no-repeat;
}
#nav li#su a:hover, 
#nav li#su a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_support_73x43_on.gif) left no-repeat;
}
#nav li#co a:hover, 
#nav li#co a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_community_92x43_on.gif) left no-repeat;
}
#nav li#fo a:hover, 
#nav li#fo a.selected { 
	background: url(/_commonext/themes/masseffect/default/images/nav_forums_76x43_on.gif) left no-repeat;
}

