body {
	margin: 0;
	padding: 0;
	background: #FFFFFF url(images/img1.gif) repeat-x;
	font: normal small Tahoma;
	color: #878C66;
}
#ttheader {
	width: 600px;
	height: 23px;
	margin: 0 5px 0 0;
}

/* Menu */
#ttmenu {
	float: right;
}
#ttmenu ul {
	margin: 0;
	padding: 0px 0 0 0;
	list-style: none;
}

#ttmenu li {
	display: inline;
}

#ttmenu a {
	display: block;
	float: left;
	height: 22px;
	margin-left: 2px;
	padding: 0px 10px 0 15px;
	background: #EFF0EB url(images/img2.gif) repeat-x;
	border: 1px solid #C9CCB9;
	border-bottom: none;
	text-decoration: none;
	color: #5E6241;
}

#ttmenu .active a, #ttmenu a:hover {
	height: 23px;
	background: #EFF0EB;
}


