.leftMenu {
	padding-top: 20px;
	width: 200px;
	border-right: 1px dashed #ccc;
}
.leftMenu ul{
	margin: 0 20px 0 0;
	padding: 0 20px 0 15px;
}

.leftMenu ul li {
	vertical-align: middle;
	list-style-image: url(../images/menu/li.gif)
}

.leftMenu div.leftMenuHeader {
	font-size: 18px;
	margin-bottom: 10px;
}

.leftMenu div.leftMenuHeader2 {
	font-size: 18px;
	margin-top: 20px;
}

.leftMenu div.leftMenuHeader2 a {
	color: #000;
}

#equipIndexMenuHolder {
	margin-top: 20px;
	margin-left: 50px;
}
#equipIndexMenuHolder div.item {
	float: left;
	width: 159px;
	height: 291px;
	margin-right: 10px;
	position: relative;
}
#equipIndexMenuHolder .item a{
	display: block;
	width: 159px;
	height: 281px;
	cursor: pointer;
}
#equipIndexMenuHolder .item span {
	display: block;
	height: 67px;
}
#equipIndexMenuHolder .item span.delimiter {
	height: 10px;
}
#equipIndexMenuHolder .item span span{
	height: 67px;
}
#equipIndexMenuHolder .item span.text {
	display: none;
}

#equipIndexMenuHolder .item #restaurantPhoto {
	height: 214px;
	background: #FA9109 url(../images/menu/equipIndexMenuRestaurantPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #restaurantText .out {
	background: #FA9109 url(../images/menu/equipMenuRestaurantText.png) no-repeat;
}
#equipIndexMenuHolder .item #restaurantText .over {
	background: #FA9109 url(../images/menu/equipMenuRestaurantTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #restaurantIcon {
	position: absolute;
	width: 131px;
	height: 178px;
	bottom: 50px;
	left: -10px;
	background: url(../images/menu/equipIndexMenuRestaurantIcon.png) no-repeat;
}

#equipIndexMenuHolder .item #canteenPhoto {
	height: 214px;
	background: #46BAF0 url(../images/menu/equipIndexMenuCanteenPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #canteenText .out {
	background: #46BAF0 url(../images/menu/equipMenuCanteenText.png) no-repeat;
}
#equipIndexMenuHolder .item #canteenText .over {
	background: #46BAF0 url(../images/menu/equipMenuCanteenTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #canteenIcon {
	position: absolute;
	width: 181px;
	height: 183px;
	bottom: 50px;
	left: -10px;
	background: url(../images/menu/equipIndexMenuCanteenIcon.png) no-repeat;
}

#equipIndexMenuHolder .item #cafePhoto {
	height: 214px;
	background: #C62167 url(../images/menu/equipIndexMenuCafePhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #cafeText .out {
	background: #C62167 url(../images/menu/equipMenuCafeText.png) no-repeat;
}
#equipIndexMenuHolder .item #cafeText .over {
	background: #C62167 url(../images/menu/equipMenuCafeTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #cafeIcon {
	position: absolute;
	width: 120px;
	height: 176px;
	bottom: 63px;
	left: 0px;
	background: url(../images/menu/equipIndexMenuCafeIcon.png) no-repeat;
}

#equipIndexMenuHolder .item #barPhoto {
	height: 214px;
	background: #60A34B url(../images/menu/equipIndexMenuBarPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #barText .out {
	background: #60A34B url(../images/menu/equipMenuBarText.png) no-repeat;
}
#equipIndexMenuHolder .item #barText .over {
	background: #60A34B url(../images/menu/equipMenuBarTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #barIcon {
	position: absolute;
	width: 150px;
	height: 187px;
	bottom: 50px;
	left: -10px;
	background: url(../images/menu/equipIndexMenuBarIcon.png) no-repeat;
}

#equipIndexMenuHolder .item #fastfoodPhoto {
	height: 214px;
	background: #D23232 url(../images/menu/equipIndexMenuFastfoodPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #fastfoodText .out {
	background: #D23232 url(../images/menu/equipMenuFastfoodText.png) no-repeat;
}
#equipIndexMenuHolder .item #fastfoodText .over {
	background: #D23232 url(../images/menu/equipMenuFastfoodTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #fastfoodIcon {
	position: absolute;
	width: 141px;
	height: 134px;
	bottom: 65px;
	right: 10px;
	background: url(../images/menu/equipIndexMenuFastfoodIcon.png) no-repeat;
}


#equipIndexMenuHolder .item #laundryPhoto {
	height: 214px;
	background: #6A4B77 url(../images/menu/equipIndexMenuLaundryPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #laundryText .out {
	background: #6A4B77 url(../images/menu/equipMenuLaundryText.png) no-repeat;
}
#equipIndexMenuHolder .item #laundryText .over {
	background: #6A4B77 url(../images/menu/equipMenuLaundryTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #laundryIcon {
	position: absolute;
	width: 110px;
	height: 149px;
	bottom: 60px;
	right: 10px;
	background: url(../images/menu/equipIndexMenuLaundryIcon.png) no-repeat;
}


#equipIndexMenuHolder .item #hotelPhoto {
	height: 214px;
	background: #075A69 url(../images/menu/equipIndexMenuHotelPhoto.jpg) no-repeat;
}
#equipIndexMenuHolder .item #hotelText .out {
	background: #075A69 url(../images/menu/equipMenuHotelText.png) no-repeat;
}
#equipIndexMenuHolder .item #hotelText .over {
	background: #075A69 url(../images/menu/equipMenuHotelTextHover.png) no-repeat;
}
#equipIndexMenuHolder .item #hotelIcon {
	position: absolute;
	width: 104px;
	height: 162px;
	bottom: 60px;
	right: 10px;
	background: url(../images/menu/equipIndexMenuHotelIcon.png) no-repeat;
}


#equipCommonMenuHolder {
	margin-top: 20px;
	margin-left: 50px;
	height: 149px;
}
#equipCommonMenuHolder div.item {
	float: left;
	width: 159px;
	height: 159px;
	margin-right: 10px;
}
#equipCommonMenuHolder .item a{
	display: block;
	width: 159px;
	height: 149px;
	cursor: pointer;
}
#equipCommonMenuHolder .item span {
	display: block;
	height: 67px;
}
#equipCommonMenuHolder .item span.delimiter {
	height: 10px;
}
#equipCommonMenuHolder .item span span{
	height: 67px;
}
#equipCommonMenuHolder .item .text {
	display: none;
}


#equipCommonMenuHolder .item #restaurantPhoto {
	height: 82px;
	background: #FA9109 url(../images/menu/equipCommonMenuRestaurantPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #restaurantText .out {
	background: #FA9109 url(../images/menu/equipMenuRestaurantText.png) no-repeat;
}
#equipCommonMenuHolder .item #restaurantText .over {
	background: #FA9109 url(../images/menu/equipMenuRestaurantTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #canteenPhoto {
	height: 82px;
	background: #46BAF0 url(../images/menu/equipCommonMenuCanteenPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #canteenText .out {
	background: #46BAF0 url(../images/menu/equipMenuCanteenText.png) no-repeat;
}
#equipCommonMenuHolder .item #canteenText .over {
	background: #46BAF0 url(../images/menu/equipMenuCanteenTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #cafePhoto {
	height: 82px;
	background: #C62167 url(../images/menu/equipCommonMenuCafePhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #cafeText .out {
	background: #C62167 url(../images/menu/equipMenuCafeText.png) no-repeat;
}
#equipCommonMenuHolder .item #cafeText .over {
	background: #C62167 url(../images/menu/equipMenuCafeTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #barPhoto {
	height: 82px;
	background: #60A34B url(../images/menu/equipCommonMenuBarPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #barText .out {
	background: #60A34B url(../images/menu/equipMenuBarText.png) no-repeat;
}
#equipCommonMenuHolder .item #barText .over {
	background: #60A34B url(../images/menu/equipMenuBarTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #fastfoodPhoto {
	height: 82px;
	background: #D23232 url(../images/menu/equipCommonMenuFastfoodPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #fastfoodText .out {
	background: #D23232 url(../images/menu/equipMenuFastfoodText.png) no-repeat;
}
#equipCommonMenuHolder .item #fastfoodText .over {
	background: #D23232 url(../images/menu/equipMenuFastfoodTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #laundryPhoto {
	height: 82px;
	background: #6A4B77 url(../images/menu/equipCommonMenuLaundryPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #laundryText .out {
	background: #6A4B77 url(../images/menu/equipMenuLaundryText.png) no-repeat;
}
#equipCommonMenuHolder .item #laundryText .over {
	background: #6A4B77 url(../images/menu/equipMenuLaundryTextHover.png) no-repeat;
}

#equipCommonMenuHolder .item #hotelPhoto {
	height: 82px;
	background: #075A69 url(../images/menu/equipCommonMenuHotelPhoto.jpg) no-repeat;
}
#equipCommonMenuHolder .item #hotelText .out {
	background: #075A69 url(../images/menu/equipMenuHotelText.png) no-repeat;
}
#equipCommonMenuHolder .item #hotelText .over {
	background: #075A69 url(../images/menu/equipMenuHotelTextHover.png) no-repeat;
}


#mainMenuHolder {
	margin-left: 49px;
	height: 25px;
}

#mainMenu, #mainMenu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	width: 100%;
}
#mainMenu li {
	float: left;
	display: inline;
	position: relative;
	z-index: 2;

}
#mainMenu li.first ul {
	display: none;
	background: #818181;
	position: absolute;
	top: 25px;
	margin-left: 1px;
	left: 0px;
	padding: 8px 0;
	width: 210px;
}

#mainMenu a {
	color: #fff;
	text-decoration: none;
}

#mainMenu li.first li a {
	display: block;
	width: 190px;
}

#mainMenu li.first li {
	font-size: 11pt;
	width: 190px;
	padding: 2px 10px 2px 10px;
}


#mainMenu li.first {
	margin-right: 22px;
	float: left;
	background: url(../images/menu/mainMenuItemLeft.png) no-repeat left top;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	height: 25px;
	padding: 0px 0px 0px 12px;

}
#mainMenu li.hover {
	background: url(../images/menu/mainMenuItemLeftHover.png) no-repeat left top;
}

#mainMenu li.first span {
	display: block;
	position: absolute;
	top: 0;
	right: -12px;
	width: 12px;
	height: 25px;
	background: url(../images/menu/mainMenuItemRight.png) no-repeat right top;
}
#mainMenu li.first span.hover {
	background: url(../images/menu/mainMenuItemRightHover.png) no-repeat right top;
}