body {
	
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	
}

#navbar {
	
	padding:20px 0 0 34px;
	float:left;
	height:42px;
	background-color:#fbf6e0;
}
#navbar ul {
 	margin:0;
	padding:0;
}
#navbar ul li {
	display: inline; /* Fix IE Step Down */
	height:42px;
	text-align:center;
}

#navbar ul li a:link, #navbar ul li a:visited {
	display: block;
	float: left;
	background:url(../images/tab_right.gif) top right no-repeat; 
	height:42px;	
	font-size: 12px;
	font-weight: normal;
	text-decoration: none;
	color: #ff0000;
}

#navbar ul li a span {
	display: block;
	float: left; /* IE 6 Fix */
	height:32px;
	padding: 10px 15px 0 15px;
	background: url(../images/tab_left.gif) top left no-repeat;
}

#navbar ul li a:hover, #navbar ul li a:active {
	background: url(../images/hover_tab_right.gif) top right no-repeat;
	text-decoration:underline;
}

#navbar ul li a:hover span {
	background:url(../images/hover_tab_left.gif) top left no-repeat;
	
	cursor: pointer; /* Remind IE which cursor to use! */
}

#navbar ul #current a {
background: url(../images/hover_tab_right.gif) top right no-repeat;
}

#navbar ul #current a span {
background:url(../images/hover_tab_left.gif) top left no-repeat;	
}