/* front navigation */
#nav        { 
	background: #fff; width: 100%; }
#nav td  { 
	font-size: 12px; 
	text-align: center; 
	border-top: 1px solid #333; 
	border-right: 1px solid #333; 
	border-bottom: 1px solid #333; }
#nav td a { 
	color: #000; 
	text-decoration: none; 
	background: url("../images-needed/back_mainmenu.gif"); 
	display: block; 
	padding: 3px 14px }

#nav td a:hover { 
	background-image: url("../images-needed/back_mainmenuh.gif");
	}
#nav #three { width: 100px; background: url("../images-needed/back_mainmenu.gif");border-right: 0px; }
#nav #three a { visibility: hidden; font-size: 0px; }
#nav #five {	border-right: 0px; text-align:right;}
#nav #five a:hover {	background: url("../images-needed/back_mainmenu.gif"); color:#FF6600; }
body#sectionone #nav td#one a, 
body#sectiontwo #nav td#two a,
body#sectionthree #nav td#three a,
body#sectionfour #nav td#four a    { color: #000; background: url(../navigation_images/nav_whitebar.jpg) }

/* front navigation */
/* user navigation */
.userPage #nav        { 
	width: 100%;
	background: url("../images-needed/back_mainmenu.gif");
	text-align:left;
}
.userPage #nav tr  {
	text-align:left;
}
.userPage #nav td  { 
	border-right: 0px;
}

.userPage #nav td#one a {
width: 100px;
float:left;
border-right: 1px solid #333;
}
/* user navigation */