#tabarea 		{clear: both;
			 width: 100%;
			 background-color: #B8860B;
			}

#tabbar ul,
.tabbar ul  		{margin: 0;
			 padding: 0 0 0 15px;
			 list-style: none;
			 clear: both;
			 border-top: 1px solid white; /* ie hack */
			}

html>body #tabbar ul,
html>body .tabbar ul 	{border-top: none;
			} 

#tabbar li,
.tabbar li 		{float: left;
			 background: #D2B48C url("trans-tl.gif") no-repeat left top;
			 margin: 0 0 0 2px;
			}

#tabbar a,
#tabbar span,
.tabbar a,
.tabbar span 		{display: block;
			 background: url("trans-tr.gif") no-repeat right top;
			 padding: 4px 10px;
			 text-decoration: none;
			 color: #ffffff;
			}

div#tabbar li.tabbar_notcurrent:hover,
div.tabbar li.tabbar_notcurrent:hover
			{background-color: #B8860B;
			}

div#tabbar li:hover a,
div#tabbar li a:hover,
div.tabbar li:hover a,
div.tabbar li a:hover 	{text-decoration: none; color:#000000;
			}

#tabbar .tabbar_current,
.tabbar .tabbar_current {background-color: #B8860B;
			}

#tabbar .tabbar_current a,
.tabbar .tabbar_current a
			{
			}




