@charset "utf-8";
/* CSS Document */

#navigation a{
	background: #d2c693 url(../images/lefttab.gif) left top no-repeat;
	text-decoration: none;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	color:#547564;
	font-size:14px;
	font-weight:bold;
}

#navigation a span{
	background: url(../images/righttab.gif) right top no-repeat;
}

#navigation a, #navigation a span{
	display: block;
}

/* Hide from IE5-Mac \*/
#navigation a, #navigation a span
{
float: none
}
/* End hide */

#navigation a:hover{
	color: #e5ddb1;
	background: #8a4b4c url(../images/lefttabhover.gif) left top no-repeat;
	text-align:center;
}

#navigation a:hover span{
	background: url(../images/righttabhover.gif) right top no-repeat;
}

ul #navigation{
	list-style-type: none;
	padding: 0;
	margin: 0;
}
#navigation li{
	float: left;
	margin: 0;
	list-style-type: none;
	line-height:30px;
	width:100px;
}
#navcontainer{
	float:right;
	position:absolute;
	bottom:0px;
	left:415px;
	width: 600px;
	}
