#navigation {
	margin: 0;
	padding: 0;
	background: #000000 url(./images/header.jpg);
	width: 850px;
	height: 150px;
}
#navigation div#bar {
	padding: 0; 
	margin: 0;
	height: 150px;
	white-space: nowrap; 
}
#navigation div#bar div {
	position: relative;
	padding: 0; 
	margin: 0;
	height: 150px;
}


#navigation #contenttypes {
	position: absolute;
	bottom: 0; 
	left: 0;
	margin: 0; 
	padding: 0; /* 0 0 0.7em; */
	list-style-type: none;
	/*background-color: #000000; */
}

#navigation #contenttypes li {
	margin: 0 1px 0 0; /* 2px 0 0; */
	padding: 0; 
	float: left;
	/*background-color: #000000; */
	background-image: url(./images/tab-right.gif);
	background-position: top right;
	background-repeat: no-repeat;
/*	height: 1.7em; */
}
#navigation #contenttypes li.selected {
	background-image: url(./images/tab-right-selected.gif);
}
#navigation #contenttypes li a {
	display: block;/* */
/*	height: 2em; */
	padding: 0px 6px;/* */
	font-family: verdana, arial, sans-serif;
	text-decoration: none;
	font-size: 10pt;
	font-weight: normal;
	color: #fff;
	line-height: 2em;
	background-image: url(./images/tab-left.gif);
	background-position: top left;
	background-repeat: no-repeat;
	_width: 1%;
}
#navigation #contenttypes li.selected a {
	color: #000000;
	background-image: url(./images/tab-left-selected.gif);
}



#navigation-bottom {
	margin: 0;
	padding: 0;
	text-align: center;
	font-size: 10pt;
	color:#ffffff;
	background: #000000 url(./images/footer.jpg) no-repeat bottom left;
	width: 850px;
	height: 100px;
}


/*
#navigation #personal {
	position: absolute;
	bottom: 0;
	right: 0;
	margin: 0; 
	padding: 0 0.4em 0 0;
	height: 1.8em;
	list-style-type: none;
background: url(images/navigation-bottom-right.gif) no-repeat bottom right;
}
#navigation #personal li {
	margin: 0 4px;
	padding: 0;
	float: left;
	line-height: 2em;
}
#navigation #personal a {
	font-family: tahoma, arial, sans-serif;
	font-size: 80%;
	font-weight: bold;
	color: #fff;
	display: block;
	text-decoration: none;
	margin: 0;
	_width: 1%;
}
#navigation #personal a:hover {
	text-decoration: underline;
}
*/

/* Google Search */
	.gsearch { 
		font-family: Verdana, Arial, sans-serif;
		font-size: 14px;
		font-weight:normal;
		color: #ffffff;
		background: #7190BF;
		padding-left:5px;
		padding-top:2px;
		padding-bottom:2px;
		margin-top:6px;
		margin-left:5px;
		margin-right:5px;
	}

