@media screen {

#navigation {
	clear: both;
	border-top: 1px solid white;
	border-bottom: 1px solid #F3A552;
	text-align: center;
	line-height: 120%;
	color: white;
	background: #525A6C url("../images/navigation.jpg") no-repeat right bottom;
}
#navigation-in {
	width: 760px;
	margin: 0 auto;
	padding: 10px 0;
	_padding-bottom: 0;
	text-align: left;
}
#navigation ul {
	display: block;
	list-style: none;
	margin: 0;
	padding-left: 10px;
}
#navigation ul ul {
	padding-left: 0;
}
#navigation li {
	display: block;
	list-style: none;
	float: left;
	width: 140px;
	margin-right: 10px;
}
#navigation li li {
	float: none;
	margin: 0;
}
#navigation a {
	display: block;
	padding: 2px 0 10px 20px;
	text-decoration: none;
	color: white;
	background: url("../images/bullet-navigation.gif") no-repeat 0 3px;
}
#navigation a:hover {
	text-decoration: underline;
	color: #F3A552;
}
#navigation ul ul a {
	padding: 2px 0 2px 20px;
	background-image: url("../images/bullet-navigation-sub.gif");
}

}