* {
	margin: 0;
	padding: 0;
}
.png {
	//background-image: none ! important;
	behavior: url('/pngfix.htc');
}
BODY {
	background: #c9b5a1 url('/Images/body_bg.jpg');
}
.page_header {
	position: relative;
}
.page_header, .page_header .lion, .page_header .title {
	width: 100%;
	height: 260px;
}
#sunset {
	background: #e3a471 url('/Images/sunset_bg.jpg') left no-repeat;
}
#daytime {
	background: #b2d0ea url('/Images/daytime_bg.jpg') left no-repeat;
}
#midnight {
	background: #488dae url('/Images/midnight_bg_repeat.jpg') repeat;
	overflow: hidden;
	width: 100%;
}
#teatime {
	background: #488dae url('/Images/teatime_bg_repeat.jpg') repeat;
	overflow: hidden;
	width: 100%;
}
.tea_2#teatime {
	background: black url('/Images/teatime_bg2.jpg') center top no-repeat;
}
.tea_3#teatime {
	background: black url('/Images/teatime_bg3.jpg') center top no-repeat;
}
.tea_4#teatime {
	background: black url('/Images/teatime_bg4.jpg') center top no-repeat;
}
.tea_5#teatime {
	background: black url('/Images/teatime_bg5.jpg') center top no-repeat;
}

#sunset .lion {
	background: url('/Images/sunset_lion.jpg') left no-repeat;
}
#daytime .lion {
	background: url('/Images/daytime_lion.jpg') left no-repeat;
}
#midnight .lion {
	background: url('/Images/midnight_lion.jpg') left no-repeat;
}
.tea_1#teatime .lion {
	background: url('/Images/teatime_bg.jpg') left no-repeat;
}
.tea_1#teatime .inside1{
	background: url('/Images/teatime_bg_lion.jpg') left no-repeat;
	height: 100%;
}
.tea_2#teatime .lion,
.tea_3#teatime .lion,
.tea_4#teatime .lion,
.tea_5#teatime .lion {
	background: url('/Images/teatime_lion.png') left bottom no-repeat;
}
#midnight .inside1 {
	margin-left: 560px;
	min-width: 10px;
	float: right;
	height: 260px;
	overflow: hidden;
}
#midnight .inside2 {
	height: 260px;
	width: 440px;
	background: url('/Images/midnight_bg_right.jpg') no-repeat;
}
#sunset .title {
	width: 345px;
	height: 105px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -202px;
	margin-top: -52px;
}
#daytime .title {
	width: 328px;
	height: 97px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -194px;
	margin-top: -5px;
}
#midnight .title {
	width: 345px;
	height: 102px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -202px;
	margin-top: -51px;
	z-index: 100;
}
#teatime .title {
	width: 303px;
	height: 104px;
	position: absolute;
	right: 22%;
	top: 50%;
	margin-top: -44px;
	z-index: 100;
}
#sunset .title H1, #daytime .title H1, #midnight .title H1, #teatime .title H1 {
	display: none;
}
.page_header #turtle {
	width: 231px;
	height: 186px;
	position: absolute;
	z-index: 1;
	right: 0;
	bottom: 0;
}
.page_header #turtle DIV {
	width: 100%;
	height: 100%;
}

#sunset #turtle DIV {
	background: url('/Images/sunset_turtle.gif') left top no-repeat;
}
#daytime #turtle DIV {
	background: url('/Images/daytime_turtle.gif') left top no-repeat;
}
#midnight #turtle DIV {
	background: url('/Images/midnight_turtle.gif') left top no-repeat;
}
#teatime #turtle DIV {
	background: url('/Images/teatime_turtle.gif') left top no-repeat;
}
.stone_header {
	height: 30px;
	background: #4f4c43 url('/Images/stone_header.gif') right repeat-x;
}
.stone_header .left {
	height: 30px;
	background: url('/Images/stone_left.gif') no-repeat;
}
.stone_header .right {
	height: 30px;
	background: url('/Images/stone_right.gif') right no-repeat;
}
.under_header {
	background: url('/Images/underheader_shadow.gif') left top repeat-x;
	min-height: 100px;
	border-top: 1px solid #908274;
	position: relative;
}
.paper_div {
	margin-left: 201px;
	margin-right: 22px;
	margin-top: 27px;
	background: #f8f8f8 url('/Images/paper_bg.jpg');
}
.chinatea .paper_div .paper_div_inside {
	background: url('/Images/paper_bg_tea.jpg') left top repeat-y;
}
.top_bamboo, .top_bamboo .left, .top_bamboo .right {
	height: 37px;
}
.top_bamboo {
	background: url('/Images/bamboo_top_bg.jpg') right repeat-x;
}
.top_bamboo .left {
	background: url('/Images/bamboo_top_left.jpg') left no-repeat;
}
.top_bamboo .right {
	background: url('/Images/bamboo_top_right.jpg') right no-repeat;
}
.center_bamboo {
	background: url('/Images/bamboo_center_left.jpg') left top repeat-y;
}
.center_bamboo .bamboo_right {
	background: url('/Images/bamboo_center_right.jpg') right top repeat-y;
}
.center_bamboo .bamboo_leaves {
	background: url('/Images/bamboo_center_leaves.jpg') right top no-repeat;
}
.content {
	min-height: 830px;
	//height: 920px;
	padding-left: 100px;
	padding-right: 110px;
	padding-top: 30px;
	padding-bottom: 30px;
}
.content H1 {
	color: #970000;
	font-family: tahoma, sans-serif;
	font-size: 20px;
	font-weight: normal;
	text-align: center;
	margin-bottom: 26px;
	text-transform: uppercase;
}
.content H2 {
	color: #970000;
	font-family: tahoma, sans-serif;
	font-size: 18px;
	font-weight: normal;
	margin-bottom: 10px;
	margin-top: 20px;
}
.content H3 {
	color: #5a220f;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	font-weight: bold;
	margin-top: 20px;
	margin-bottom: 15px;
}
.content .h1_line {
	margin-top: 4px;
	margin-left: -5px;
	height: 9px;
	background: url('/Images/h1_line.gif') left no-repeat;
}
.content A {
	color: #970000;
	text-decoration: underline;
}
.content A:hover {
	color: red;
}
.content .h1_line DIV {
	height: 9px;
	margin-left: 40px;
	position: relative;
	right: -5px;
	background: url('/Images/h1_line.gif') right no-repeat;
}
.content P, .content LI, .content TD, .news_pager {
	color: #5a220f;
	font-family: tahoma, sans-serif;
	font-size: 12px;
	font-weight: normal;
}
.content P {
	margin-top: 10px;
	margin-bottom: 10px;
	line-height: 18px;
	text-align: justify;
}
.content UL, .content OL {
	margin-left: 30px;
	margin-bottom: 30px;
}
HTML>BODY .content LI {
	margin-top: 5px;
	margin-bottom: 5px;
}
.bottom_bamboo {
	height: 49px;
	background: url('/Images/bamboo_bottom_bg.jpg') -50px 0 repeat-x;
}
.bottom_bamboo .left {
	height: 49px;
	background: url('/Images/bamboo_bottom_left.jpg') no-repeat;
}
.bottom_bamboo .right {
	height: 49px;
	background: url('/Images/bamboo_bottom_right.jpg') right no-repeat;
}
.grass {
	height: 118px;
	margin-top: -50px;
	background: url('/Images/grass_bg.gif') left repeat-x;
	position: relative;
	z-index: 3;
}
.elephant {
	width: 210px;
	height: 247px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: url('/Images/elephant.jpg') no-repeat;
	z-index: 4;
}
.elephant_right {
	width: 189px;
	height: 120px;
	position: absolute;
	left: 210px;
	bottom: 0;
	background: url('/Images/elephant_right.jpg') no-repeat;
	z-index: 4;
}
.palm {
	width: 139px;
	height: 382px;
	position: absolute;
	right: 0;
	bottom: 5px;
	z-index: 2;
	background: url('/Images/palm.gif') no-repeat;
}
.float_image, .float_image_right {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -6px;
	display: inline;
	background: url('/Images/img_border_side.gif') 4px 0 repeat-y;
}
.float_image .zoom, .float_image_right .zoom {
	display: block;
	width: 100%;
	height: 100%;
	background: url('/Images/zoom.gif') right bottom no-repeat;
}
.float_image .zoom:hover, .float_image_right .zoom:hover {
	background: url('/Images/zoom_h.gif') right bottom no-repeat;
}
.float_image {
	clear: left;
}
.float_image_right {
	clear: right;
}
.float_image_right {
	float: right;
	margin-left: 20px;
	margin-right: -6px;
}
.float_image .border_top, .float_image_right .border_top {
	height: 7px;
	background: url('/Images/img_border_top.gif') left bottom no-repeat;
}
.float_image .border_top_right, .float_image_right .border_top_right {
	height: 7px;
	margin-left: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url('/Images/img_border_top.gif') right no-repeat;
}
.float_image .border_bottom, .float_image_right .border_bottom {
	height: 7px;
	background: url('/Images/img_border_bottom.gif') left no-repeat;
}
.float_image .border_bottom_right, .float_image_right .border_bottom_right {
	height: 7px;
	margin-left: 7px;
	font-size: 1px;
	line-height: 1px;
	background: url('/Images/img_border_bottom.gif') right no-repeat;
}
.float_image_inside {
	margin-left: 6px;
}
.float_image .border_right, .float_image_right .border_right {
	width: 100%;
	height: 100%;
	background: url('/Images/img_border_side.gif') right 0 repeat-y;
}
.mainmenu {
	position: absolute;
	left: 6px;
	top: -1px;
	width: 291px;
	z-index: 10;
}
.mainmenu .top {
	height: 68px;
}
.mainmenu .bottom {
	height: 76px;
}
.mainmenu .middle {
	width: 278px;
	min-height: 100px;
	background-image: url('/Images/menu_middle.jpg');
	//height: 100px;
}
.chinatea .mainmenu .middle {
	background-image: url('/Images/menu_middle.png');
}
.mainmenu UL {
	list-style: none;
}
.mainmenu .navi_li SPAN {
	display: none;
}
.mainmenu .empty .navi_li SPAN {
	font-family: Arial, sans-serif;
	display: inline;
	font-size: 10px;
	text-transform: uppercase;
	color: black;
	text-decoration: none;
	margin-left: 55px;
}
.mainmenu .empty .navi_li {
	background-repeat: repeat-y;
	text-decoration: none;
	padding-top: 8px;
	border-top: 1px solid #970000;
	background: url('/Images/navi_tea_empty.gif') left top repeat-y;
}
.mainmenu .empty .navi_li:hover {
	background-position: -200px top;
}
.mainmenu A {
	display: block;
	width: 174px;
	background-position: 0 0;
	background-repeat: no-repeat;
}
.mainmenu A.active {
	border-left: 2px solid #4e1406;
	border-right: 2px solid #541907;
	background-position: -202px 0;
	width: 170px;
}

.mainmenu A.subnavi, .mainmenu A.subnavi_active {
	background: url('/Images/navi_sub_bg.gif') 0 0;
	font-size: 11px;
	color: black;
	font-family: arial, sans-serif;
	text-decoration: none;
	border-left: 2px solid #4e1406;
	border-right: 2px solid #4e1406;
	border-top: 1px solid #5a220f;;
	padding: 5px 10px;
	width: 150px;
	text-align: left;
	color: #96715b;
}
.mainmenu A:hover, .mainmenu A.subnavi_active {	
	background-position: -200px 0;
}
.mainmenu A.active:hover {
	background-position: -202px 0;
}
.mainmenu A.subnavi_active {
	font-weight: bold;
	color: #5a220f;
}
.mainmenu .luyu:hover, .mainmenu .luyu.active, .mainmenu .luyu.active:hover {
	background-position: left top;
}

.copyrights {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0;
	bottom: 5px;
	z-index: 10;
	font-family: tahoma, sans-serif;
	font-size: 11px;
	color: #eaffd8;
}
.copyrights A {
	color: white;
	text-decoration: none;
}
.copyrights A:hover {
	text-decoration: underline;
	color: white;
}
.float_clear {
	clear: both;
}

#weatherkite, #weatherkite_night {
	width: 367px;
	height: 260px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: 86px;
	margin-top: 79px;
	background: url('/Images/the_kite.gif') right bottom no-repeat;
}
#weatherkite_night {
	background: url('/Images/the_kite_night.gif') right bottom no-repeat;
}

#dragonscreen {
	width: 100%;
	height: 100%;
	background: #2b30a7 url('/Images/dragonscreen3.jpg') 50% 50% no-repeat;
	overflow: hidden;
}
#dragonscreen H1 {
	display: none;
}
#dragonscreen UL {
	display: block;
	width: 682px;
	height: 494px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -341px;
	margin-top: -213px;
	z-index: 10;
}
#dragonscreen UL LI {
	text-indent: -2000px;
}
HTML>BODY #dragonscreen UL LI {
	display: none;
}
#dragonscreen UL A {
	position: absolute;
	background-position: 0 0;
	background-repeat: no-repeat;
}
#dragonscreen UL A:hover {
	background-position: 0 -100px;
}
#dragonscreen UL #surf:hover {
	background-position: 0 -150px;
}
#dragonscreen #about {
	width: 152px;
	height: 57px;
	top: 100px;
	left: 47px;
	background-image: url('/Images/mp2_about.gif');
}
#dragonscreen #hainan {
	width: 67px;
	height: 79px;
	top: 59px;
	left: 595px;
	background-image: url('/Images/mp2_hainan.gif');
}
#dragonscreen #contacts {
	width: 96px;
	height: 98px;
	top: 330px;
	left: 436px;
	background-image: url('/Images/mp2_contacts.gif');
}
#dragonscreen #photo {
	width: 95px;
	height: 69px;
	top: 343px;
	left: 73px;
	background-image: url('/Images/mp2_photo.gif');
}
#dragonscreen #surf {
	width: 124px;
	height: 105px;
	top: 199px;
	left: 0;
	background-image: url('/Images/mp2_surf.gif');
}
#dragonscreen #tea {
	width: 103px;
	height: 90px;
	top: 199px;
	left: 505px;
	background-image: url('/Images/mp2_tea.gif');
}
/*#dragonscreen #walks {
	width: 213px;
	height: 44px;
	top: 232px;
	left: 507px;
	background-image: url('/Images/mp_walks.gif');
}*/
#dragonscreen #diving {
	width: 173px;
	height: 44px;
	top: 435px;
	left: 254px;
	background-image: url('/Images/mp2_diving.gif');
}
#dragonscreen #fishing {
	width: 205px;
	height: 56px;
	top: 0;
	left: 237px;
	background-image: url('/Images/mp2_fishing.gif');
}
#dragonscreen #dragonlink {
	width: 280px;
	height: 135px;
	left: 265px;
	top: 45px;
}

.photoalbum .thumbs {
	//height: 1%;
	margin-bottom: 10px;
}
.photoalbum .thumbs .thumb IMG {
	border: 1px solid #5a220f;
	float: left;
	margin: 10px;
}
.news .news_title {
	border-bottom: 1px solid #5a220f;
	padding-bottom: 3px;
	clear: left;
}
.news .news_date {
	float: right;
	font-weight: normal;
	font-size: 12px;
	color: #5a220f;
	margin-top: 6px;
}
.news .news_tofull {
	text-align: right;
}
.news .news_tofull A {
	color: #970000;
}
.content .coonlink {
	margin-top: 30px;
}
.content .coonlink P.title {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
	padding-left: 10px;
	border-left: 3px solid #970000;
}
.content .coonlink .description {
	font-size: 11px;
	margin-top: 5px;
	margin-left: 40px;
}
.content .coonlink IMG {
	margin-right: 10px;
	margin-bottom: 10px;
}
.coonfaq .faq_q {
	font-weight: bold;
	padding-bottom: 3px;
	border-bottom: 1px solid #5a220f;
	margin-bottom: 5px;
}
.coonfaq .faq_a {
	margin-top: 5px;
	margin-left: 20px;
}


.generic_form H2, .generic_form P {
	margin-left: 0;
	margin-bottom: 10px;
	clear: left;
}
.generic_form {
	display: block;
	width: auto;
	font-size: 13px;
	line-height: 18px;
	margin: 10px 5%;
	//height: 1%;
	padding-top: 10px;
	padding-bottom: 10px;
	border-top: 1px solid #e5e7ed;
	border-bottom: 1px solid #e5e7ed;
	font-family: tahoma, sans-serif;
}
.generic_form .left {
	width: 30%;
	float: left;
	clear: left;
}
.generic_form .left SPAN {
	display: block;
	font-size: 11px;
	line-height: 13px;
	color: #999;
}
.generic_form .left_inside, .generic_form .right_inside {
	margin: 5px;
}
.generic_form .left_inside {
	text-align: right;
}
.generic_form .right {
	width: 69%;
	float: left;
}
.generic_form .text {
	width: 100%;
}
.generic_form TEXTAREA {
	height: 5em;
	font-size: 13px;
}
.generic_form .halftext {
	width: 50%;
}
.generic_form .shorttext {
	width: 25%;
}
.generic_form .tinytext {
	width: 10%;
}
.generic_form .submit {
	padding-left: 10px;
	padding-right: 10px;
}
.generic_form .step_results {
	padding: 10px;
	border: 1px solid #ccc;
	background: #f9f9f9;
}
.generic_form SELECT {
	font-size: 12px;
	padding: 0;
	height: 18px;
}
.generic_form SELECT OPTION {
	padding: 2px;
}
.float_cleaner {
	height: 1px;
	clear: left;
	line-height: 1px;
	font-size: 1px;
}
.faq_button {
	padding: 13px 13px 13px 47px;
	background: url('/Images/faq_button.gif') 11px 5px no-repeat;
	border-top: 1px solid #5a220f;
	border-bottom: 1px solid #5a220f;
}
.faq_button:hover {
	background: url('/Images/faq_button.gif') 11px -95px no-repeat;
}
.subnavi_div {
	width: 198px;
	margin-left: 31px;
}
.subnavi_div .sn_top {
	height: 10px;
	line-height: 1px;
	font-size: 1px;
}
.subnavi_div .sn_middle {
	padding-left: 14px;
	height: auto;
	//height: 1px;
}
.subnavi_div .sn_bottom {
	height: 22px;
}
.subnavi_div A.subnavi, .subnavi_div A.subnavi_active {
	background: url('/Images/navi_sub_bg.gif') 0 0;
	font-size: 11px;
	color: black;
	font-family: arial, sans-serif;
	text-decoration: none;
	border-top: 1px solid #5a220f;;
	padding: 5px 10px;
	width: 150px;
	text-align: left;
	color: #96715b;
	display: block;
	margin-left: 0;
	border-left: 0;
	border-right: 0;
}
DIV.subnavi_div A.first {
	background: url('/Images/navi_sub_bg2.gif') 0 0;
}
.subnavi_div A.subnavi:hover, .subnavi_div A.subnavi_active {	
	background-position: -200px 0;
	color: black;
}
.subnavi_div A.subnavi_active {
	font-weight: bold;
	color: #5a220f;
}
.subnavi_area {
	width: 229px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
	left: 170px;
	display: none;
}
.menu_item {
	position: relative;
	margin-right: 60px;
	margin-left: 44px;
}
.menu_item:hover .subnavi_area, #nav .over .subnavi_area {
	display: block;
}
.chinaadress SPAN {
	text-indent: -100em;
}
HTML>BODY .chinaadress SPAN {
	display: none;
}
.chinaadress {
	height: 19px;
	width: 363px;
	background: url('/Images/address.gif') left top no-repeat;
}


#shortnews {
	font-family: tahoma, sans-serif;
	font-size: 11px;
	margin-left: 10px;
	margin-right: 10px;
	padding-top: 10px;
}
#shortnews .short {
	width: 31%;
	float: left;
	margin-right: 10px;
	text-align: center;
}
#shortnews .news_title {
	color: #99FFDD;
	font-weight: bold;
	font-size: 12px;
	margin-bottom: 5px;
}
#shortnews .news_date {
	font-weight: normal;
	font-size: 11px;
}
#shortnews A {
	text-decoration: none;
	color: white;
}
#shortnews A:hover {
	text-decoration: underline;
}

#w_wind, #w_waves {
	font-family: tahoma, sans-serif;
	color: #3c1212;
	font-size: 11px;
	font-weight: bold;
	margin-left: 210px;
}
#w_temperature {
	margin-top: 80px;
	margin-left: 260px;
	color: white;
	font-family: tahoma, sans-serif;
	font-size: 24px;
}
#weatherkite_night #w_wind, #weatherkite_night #w_waves, #weatherkite_night #w_temperature {
	color: white;
}
#w_moon {
	position: absolute;
	left: 203px;
	top: 40px;
	width: 80px;
	height: 80px;
}
#weatherplate #w_moon {
	left: 15px;
}
#w_clouds {
	width: 80px;
	height: 80px;
}
#w_icon {
	position: absolute;
	left: 203px;
	top: 40px;
	width: 80px;
	height: 80px;
}
#weatherplate {
	position: relative;
	width: 181px;
	height: 85px;
	margin-left: 18px;
	background: url('/Images/weather_plate.gif') left top no-repeat;
	padding-top: 56px;
}
#weatherplate.night {
	background: url('/Images/weather_plate_night.gif') left top no-repeat;
}
#weatherplate #w_wind, #weatherplate #w_waves {
	margin-left: 30px;
	color: #f7e672;
}
#weatherplate #w_temperature {
	margin-left: 80px;
	margin-top: 0;
}
#weatherplate #w_icon {
	left: 23px;
	top: 16px;
}
#yuan {
	color: #4a1205;
	font-family: tahoma, sans-serif;
	font-size: 18px;
	line-height: 24px;
	padding-left: 95px;
	padding-top: 13px;
	padding-bottom: 15px;
	margin-top: 10px;
	background: url('/Images/10yuan.gif') 12px 0 no-repeat;
}
#yuan_bottom {
	font-size: 18px;
}
#yuan_value {
	font-size: 24px;
}

.chinatea .zoom {
	position: absolute;
	width: 100%;
	height: 100%;
	cursor: pointer;
	background: url('/Images/zoom2.gif') right bottom no-repeat;
	left: 0;
	top: 0;
}
.chinatea .zoom:hover {
	background: url('/Images/zoom2_h.gif') right bottom no-repeat;
}
.chinatea .img,
.chinatea .img_right {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
	margin-left: -6px;
	margin-top: -7px;
	background: url('/Images/img_border_side2.gif') left 0 repeat-y;
	font-size: 0;
	line-height: 0;
}
.chinatea .img_right {
	float: right;
	margin-left: 20px;
	margin-right: -6px;
}
.chinatea .tr {
	background: url('/Images/img_border_side2.gif') right 0 repeat-y;
}
.chinatea .bl {
	background: url('/Images/img_border_top.gif') left top repeat-x;
}
.chinatea .br {
	padding-left: 6px;
	padding-right: 6px;
	padding-top: 7px;
	padding-bottom: 7px;
	background: url('/Images/img_border_bottom.gif') left bottom repeat-x;
	position: relative;
}
.content p img[float=left]{
	margin-right: 10px;
	margin-bottom: 10px;
}
.content p img[float=right]{
	margin-left: 10px;
	margin-bottom: 10px;
}


#big_image {
	left: 50%;
	position: absolute;
	background: #fbf2ce url("/Images/loading.jpg") center no-repeat;
	z-index: 200;
	cursor: pointer;
	border: 4px solid #5d190c;
	top: 10px;
	margin-left: -250px;
}
#big_image div {
	display: block;
	width: 500px;
	height: 380px;
}
#big_image h2 {
	height: 20px;
	margin: 0;
	background: #5d190c;
	font-family: tahoma, sans-serif;
	font-size: 14px;
	padding-top: 2px;
	font-weight: bold;
	text-align: center;
	color: #fbf2ce;
}
.toteatodiving {
	height: 42px;
	width: 250px;
	height: 42px;
	position: absolute;
	top: 13px;
	right: 20px;
}
.totea, .todiving {
	width: 93px;
	height: 42px;
	float: right;
	margin-left: 10px;
	background: url('/Images/totea.png') left top no-repeat;
}
.todiving {
	width: 120px;
	background-image: url('/Images/todiving.png');
}
.totea:hover, .todiving:hover {
	background-position: left -50px;
}
