@charset "UTF-8";
/* CSS Document */

#tabbar
{
	margin: 0;
	padding: 0;
	z-index: 30;
}

#tabbar li
{
	position: relative;
	margin: 0px auto;
	padding: 0;
	list-style: none;
	float: left;
	font: bold 11px arial;
}

#tabbar li a
{
	display: block;
	text-decoration: none;	
	width: 180px;
	height: 42px;
	font-size: 100%;
	text-align: center;
	padding: 0;
	border: 0px solid #fff;
	margin: 0px 0px 0px 0px;
	float:left;
}

#tabbar div
{	
	position: absolute;
	top: 0px;
	display: none;
	width: 160px;
	margin: 42px 10px 10px 10px;
	padding: 0;
	background: #BBB5AB;
	border: 1px solid #777777;
	clear: both;
}

#tabbar div a
{
	position: relative;
	display: block;
	width: 140px;
	height: 42px;
	margin: 0;
	padding: 0px 10px;
	white-space: nowrap;
	text-align: left;
	vertical-align: middle;
	line-height: 42px;
	text-decoration: none;
	background: #BBB5AB;
	color: #600;
	font-family: Garamond;
	font-size: 14px;
	border-bottom: 1px dashed #ddd;
}

#tabbar div a:hover
{	
	background: url(../images/hover_alt.gif) no-repeat;
	color: #333;
}