#navigation {
	clear: both;
	float: left;
	display:block;
	background-image: url(../i/tab_brown_bottom.gif);
	background-repeat: repeat-x;
	background-position: bottom;
	padding: 0;
	margin: 0;
	color: #999999;
	width: 698px; /* for IE5 */
	voice-family: "\"}\""; /* box model hack */
	voice-family: inherit; /* box model hack */
	width: 100%;  /*actual value */
    }
#navigation ul {
	margin:0;
    padding:10px 10px 0;
    list-style: none;
	}
	
#navigation ul li {
	float: left;
	margin:0;
	padding:0 0 0 9px;
	background-image: url(../i/tab_brown_left.gif);
	background-repeat: no-repeat;
	background-position: left top;
}


#navigation a {
	float:left;
	display:block;
	background:url(../i/tab_brown_right.gif) no-repeat right top;
	padding:5px 15px 4px 6px;
	}
	
	/* Commented Backslash Hack hides rule from IE5-Mac \*/#navigation a {
	float:none;
	}
 	/* End IE5-Mac hack */
	
#navigation .current {
    background-image: url(../i/tab_beige_left.gif);
    }
  
#navigation .current a {
    background-image: url(../i/tab_beige_right.gif);
	padding-bottom:5px;
    }

#navigation a:link, #navigation a:visited {
	color: #FFFFFF;
	text-decoration: none;
}

#navigation .current a:link, #navigation .current a:visited {
	color: #000;
	text-decoration: none;
}

#navigation a:hover, #navigation a:active {
	color: #000;
	text-decoration: underline;
	}

#navigation .current a:hover, #navigation .current a:active {
	color: #000;
	text-decoration: underline;
	}