/* $Id: tour_top.css 23 2007-11-28 12:41:25Z jure.merhar $ */
.tour_top ul.list {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.tour_top ul.list li {
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
}

.tour_top ul.list li a {
	float: left;
	background: url(/dsg/tour_button_left_inactive.gif) no-repeat center left;
	font-size: 1.4em;
	color: #e5e5e5;
	text-decoration: none;
}

.tour_top ul.list li a strong {
	float: left;
	height: 32px;
	line-height: 32px;
	padding: 0 10px;
	background: url(/dsg/tour_button_right_inactive.gif) no-repeat center right;
}

.tour_top ul.list li.active a {
	background-image: url(/dsg/tour_button_left_active.gif);
	color: #000;
}

.tour_top ul.list li.active a strong {
	background-image: url(/dsg/tour_button_right_active.gif);
}

.tour_top ul.list li a:hover {
	color: #000;
}
