@charset "utf-8";
/* CSS Document */

#navigation_container {
	height: 40px;
	background: #cacaca url("../images/background_navigation.jpg") repeat-x top;
}

#navigation {
	width: 900px;
	height: 40px;
	margin: 0 auto;
	font-family: Tahoma, Geneva, sans-serif;
	font-size: 12px;
	line-height: normal;
	background-color: transparent;
}

#navigation ul {
	margin: 0;
	padding: 0 10px 0 10px;
	list-style: none;
}

#navigation li {
	float: left;
	/*background: url("../images/tab_left.png") no-repeat left bottom;*/
	margin: 0;
	padding: 0 40px 0 9px;
}

#navigation a {
	float: left;
	display: block;
	/*background: url("../images/tab_right.png") no-repeat right bottom;*/
	padding: 12px 15px 8px 6px;
	text-decoration: none;
	font-weight: normal;
	color: #666;
}

/* Commented Backslash Hack
	hides rule from IE5-Mac \*/
#navigation a { float: none; }
/* End IE5-Mac hack */
#navigation a:hover {
	color: #aaa;
}

#navigation #current {
	background: url("../images/tab_left.png") no-repeat left bottom;
}

#navigation #current a {
	background: url("../images/tab_right.png") no-repeat right bottom;
	color: #fff;
	padding-bottom: 8px;
}