@charset "utf-8";
/*Navigation*/

#nav ul {
	display: block;
	float: left;
}
#nav li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
}
#nav li a {
	color: #7d7d7d;
	text-decoration: none;
	display: block;
	float: left;
	padding-left: 40px;
	font-weight: bold;
	background-image: url(../img/navigation.gif);
	background-repeat: no-repeat;
	background-position: 35px 0px;
	line-height: 18px;
	font-size: 12px;
}
#nav li .current {
	color: #666666;
	background-image: url(../img/navigation2.gif);
}
#nav li a:hover {
	font-weight: bold;
	color: #666666;
}

#nav2 ul {
	display: block;
	float: left;
}
#nav2 li {
	list-style-position: inside;
	list-style-type: none;
	display: inline;
}
#nav2 li a {
	color: #7d7d7d;
	text-decoration: none;
	display: block;
	float: left;
	line-height: 18px;
	font-size: 11px;
}
#nav2 li .current {
	color: #666666;
	font-weight: bold;
}
#nav2 li a:hover {
	color: #666666;
}
