Guys, i have a problem in navigation bars... the blue bar is still there.
How can I remove it.
here is my code. I just follow the tutorial but it didn't work for me.

[spoiler]/* NAVIGATION SECTION */
/*REMOVE BLUE HORIZONTAL BAR*/
#mainnav{
margin: 0 0px;
background-color:transparent! important;
border-color: transparent!important;
text-align: center;}
/*REMOVE CLASSIFIED,JOB,INVITE*/
.secondary_links {
display:none}
/*CENTER MAINNAV*/
.primary_links {
position:absolute:
left: 160px !important;
top: 30px! important}
/* HOME , My Apps , Search */
#mainnav ul li span .noSubMenu a {
background-color:transparent! important;
padding-right: 0px;
color: #3399ff;}
/* MY PROFILE , MY CONNECTION , EXPLORE*/
#mainnav ul li a {
display: inline;
margin-right: 0px! important;
padding-bottom: 0px;
padding-left: 0px;
text-decoration: none;
color: #3399ff! important;
font-size: 12px;
line-height: 20px;
font-weight: bold;
white-space: nowrap;}
/*REMOVE BLUE BACKGROUND SUBLINK CONTAINER*/
#mainnav ul li ul {
display: none;}
/*CENTER MAINNAV- IE ONLY*/
.primary_links {
margin-left: 160px !important;}
/*HOVER- PRIMARY LINKS*/
#mainnav ul li a:hover {
color: #3399ff! important;
background-color: transparent! important;
text-decoration: none;}
/*SUBLINK DROP DOWN MENU*/
#mainnav ul li ul li a {
display: block;
padding-top: 1px;
padding-right: 0px;
padding-bottom: 1px;
padding-left: 0px;
background-color: #000000;
color:#3399ff;
border-width:2px;
border-style: outset;
border-color: #3399ff;
margin: 3px 0 0 0;
text-align:center! important;}
/*SUBLINK DROP DOWN MENU- Hover*/
#mainnav ul li ul li a:hover {
color:#3399ff;
border-width: 2px;
border-style: inset #3399ff;
background-color:#00000! important;
text-decoration: none;}
/*REMOVE BLUE BACKGROUND SUBLINK CONTAINER*/
#mainnav ul li ul {
left: 0px;
position: absolute;
top: 20px;
display: block;
visibility: hidden;
padding-top: 5px;
padding-right: 5px;
padding-bottom: 5px;
padding-left: 5px;
background-color: transparent;
width: 150px;}
/*REMOVE DOTTED BORDER*/
#mainnav ul li ul li {
border-width: 0px! important;
border-style: none! important;
border-color: transparent! important;}[/spoiler]
please help me guys...
please visit my profile to see my problem.
[url]http://profiles.friendster.com/vanraid[/url]