﻿/*begin creating the tabs */
.menu_tour {
	margin-left: 28px;
	font-size: 10px;
	font-weight: normal ;
}
/* set tab1 as top level container table, then target TDs inside*/
.menuItem_tour td{
 	color: #FFFFFF;
	height: 24px;
	background: url(../../chi/images/tab_tour_dim.jpg) no-repeat;
	width: 100px;
	text-align: center;
}
/* make current tab gray,set the background-color also in case images are not on*/
.menuSelectedItem_tour  td {
	background: url(../../chi/images/tab_tour.jpg) no-repeat #919191;
}

.menuItem_tour a:hover {
	text-decoration: underline;
	color:#7A746B;
}
.menuItem_tour a:visited {
	text-decoration: underline;
	color:#3F3F3F;
}