/* global menu */
.g_menu{
	margin-top:10px;
	background: url(/english/ferry/gmenu/img/global_menu_bg.gif) no-repeat top left;
	border-right:1px solid #18206F;
	height:24px;
	}
	
	
	
/* menu */	
.area_l{
	width:172px;
	float:left;
	}

.menu{
	margin-bottom:10px;
	background:url(/english/ferry/menu/img/menu_bg_top.gif) no-repeat left top;
	padding-top:2px;
	}

.menu ul {
	background:url(/english/ferry/menu/img/menu_bg_bottom.gif) repeat-y left bottom;
	padding-bottom:2px;
	}
	
	
.menu ul li {
	border-left: 1px solid #d9d9d9;
	border-right:1px solid #d9d9d9;
	padding:0 1px;
	}

.menu2{
	margin-bottom:10px;
	}

#menu_Reservation a.menu_anc{
	display: block;
	width:168px;
	height: 0 !important; 
	height /**/: 25px; 
	padding: 25px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_redervation.gif)  no-repeat left top;
	}
	
#menu_Reservation a.menu_anc:hover {
	width:168px;
	background-position: 0 -25px;
	}
	
#menu_TimeTable a.menu_anc{
	display: block;
	width:168px;
	height: 0 !important; 
	height /**/: 26px; 
	padding: 26px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_timetable.gif)  no-repeat left top;
	}

#menu_TimeTable a.menu_anc:hover {
	width:168px;
	background-position: 0 -26px;
	}
	
#menu_Fare a.menu_anc{
	display: block;
	width:168px;
	height: 0 !important; 
	height /**/: 26px; 
	padding: 26px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_fare.gif)  no-repeat left top;
	}
	
#menu_Fare a.menu_anc:hover {
	width:168px;
	background-position: 0 -26px;
	}
	
#menu_Fare p{
	display: block;
	width:168px;
	height: 0 !important; 
	height /**/: 26px; 
	padding: 26px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_fare2.gif)  no-repeat left top;
	margin:0;
	}
	
#menu_Cabin a.menu_anc{
	display: block;
	width:168px;
	height: 0 !important; 
	height /**/: 25px; 
	padding: 25px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_cabin.gif)  no-repeat left top;
	}
	
#menu_Cabin a.menu_anc:hover {
	width:168px;
	background-position: 0 -26px;
	}
	
	
#menu_Links a.menu_anc{
	display: block;
	width:172px;
	height: 0 !important; 
	height /**/: 25px; 
	padding: 25px 0 0 0;
	overflow: hidden;
	background: url(/english/ferry/menu/img/b_links.gif)  no-repeat left top;
	}
	
#menu_Links a.menu_anc:hover {
	width: 172px;
	background-position: 0 -25px;
	}
	
li#menu_Fare div.menu_list ul{
	background-color:#fafafa;
	background-image:none;
	width:166px;
	margin-bottom:1px;
	border:1px solid #e2e2e2;
	padding:5px 0 0 0;
	clear:both;
	}	
	
li#menu_Fare div.menu_list ul li{
	border:none;
	}
	
	

li#menu_Fare div.menu_list ul li.l_list_link{
	display:block;
	width:148px;
	padding:0 0 0 8px;
	margin:0 0 5px 5px;
	background:url(/common/img/menu_arrow.gif) no-repeat;
	background-position:0 0.3em;
	}

