#tab_menu {
	overflow: hidden;
	background-color: #ECECEC ;
	width: 631px;
	height: 30px;
	color: #4A4A4A;

	border-top: 1px solid #d2d2d2;
		
}

#tab_menu .tab_menu_item,
#tab_menu .tab_menu_item_selected,
#tab_menu .tab_menu_item_hover 
{
	overflow: hidden;
	float: left;
	height: 30px;
	font:bold 12px Arial;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	padding-left: 15px;
	padding-right: 15px;

}

#tab_menu .tab_menu_item, #tab_menu .tab_menu_item a, #tab_menu .tab_menu_item a:hover {
	color: #4A4A4A;
	text-decoration: none;
	}

#tab_menu #tab_menu_item_1 {
	width: 50px;
}

#tab_menu #ski {
	width: 70px;
}


#topMenu #theme {
	width: 100px;
}

#topMenu #charter {
	width: 351px;
}

#topMenu #hotel {
	width: 60px;
	
}

#tab_menu a:hover, #tab_menu a:active, #tab_menu a:visited, #tab_menu a:link{
	text-decoration:none;
}

#tab_menu .tab_menu_item_selected,
#tab_menu .tab_menu_item_hover  {
	background-image: url(../gfx/top_menu_highlight.gif);
	background-repeat: repeat-x;
	color: #ffffff;
}


