@portuniecho: thx for compliment bradah
![:D](img/smilies/another_D.gif)
Heres your problem:
your external CSS makes mainnav gone:
[quote]Top at your external CSS
/* Hide the Home | My Profile | My Connections*/
#mainnav {display:none!important;} <<< this one
//Removing unused Main Nav and Secondary Link
#navdivider {display:none;background:transparent;}
#marketing_bg {display:none;}
#mainnav {height:0px; width:700px;} <<< and this one
.secondary_links{display:none;}[/quote]
Change to this:
[quote]/* Hide the Home | My Profile | My Connections*/
[b]/* #mainnav {display:none!important;} */ [/b]<<< block or delete this one
//Removing unused Main Nav and Secondary Link
#navdivider {display:none;background:transparent;}
#marketing_bg {display:none;}
#mainnav {[b]height:40px;[/b] width:800px;} <<< and change this one
.secondary_links{display:none;}[/quote]