#menu-service table{ width: 100%; height: auto; }

#menu-service div.parent{ float: left; position: relative; width: auto; height: auto; }

	#menu-service div.parent div.link{ position: relative; width: auto; height: auto; padding: 0px 0px 5px 0px; }
	#menu-service div.parent div.link a{ font: 15px Arial; color: #aa1318; text-decoration: underline; white-space: nowrap; }
	#menu-service div.parent div.link a:hover, #menu-service div.parent div.link a.true{ color: #231f20; text-decoration: none; }

	#menu-service div.parent table{ position: absolute; width: 290; height: auto; left: 0; top: 100%; display: none; }
		#menu-service div.parent table td{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src = '/template/main/images/page/bground-menu-up.png', sizingMethod = 'scale'); }
		html > body #menu-service div.parent table td{ background: url('/template/main/images/page/bground-menu-up.png'); }

		#menu-service div.parent table div.parent{ float: none; position: relative; width: 100%; height: 100%; }

			#menu-service div.parent table div.link{ position: relative; width: 263; height: auto; padding: 5px; left: 5; top: 0; }
			#menu-service div.parent table div.link a{ font: 14px Tahoma; color: #231f20; text-decoration: none; white-space: normal; }
			#menu-service div.parent table div.link a:hover, #menu-service div.parent table div.link a.true{ color: #aa1318; text-decoration: none; }

			#menu-service div.parent table table{ position: absolute; width: 290; height: auto; left: 100%; top: 0; display: none; }

#menu-company table{ width: 222; height: auto; }

#menu-company div.parent{ position: relative; width: auto; height: auto; }

	#menu-company div.parent div.link{ position: relative; width: auto; height: auto; padding: 15px 0px 10px 0px; }
	#menu-company div.parent div.link a{ font: 16px Arial; color: #2C2C2C;; text-decoration: none; white-space: normal; }
	#menu-company div.parent div.link a:hover, #menu-company div.parent div.link a.true{ color: #aa1419; font-weight: bold; }

	#menu-company div.parent table{ position: absolute; width: 290; height: auto; left: 100%; top: 0; display: none; }
		#menu-company div.parent table td{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src = '/template/main/images/page/bground-menu-up.png', sizingMethod = 'scale'); }
		html > body #menu-company div.parent table td{ background: url('/template/main/images/page/bground-menu-up.png'); }

		#menu-company div.parent table div.parent{ float: none; position: relative; width: 100%; height: 100%; }

			#menu-company div.parent table div.link{ position: relative; width: 263; height: auto; padding: 5px; left: 5; top: 0; }
			#menu-company div.parent table div.link a{ font: 12px Tahoma; color: #231f20; text-decoration: none; white-space: normal; }
			#menu-company div.parent table div.link a:hover, #menu-company div.parent table div.link a.true{ color: #aa1318; font-weight: normal; text-decoration: none; }

			#menu-company div.parent table table{ position: absolute; width: 290; height: auto; left: 100%; top: -5; display: none; }

#menu-servicebox div.parent{ position: relative; width: auto; height: auto; }

	#menu-servicebox div.parent div.link{ position: relative; width: auto; height: auto; padding: 0px; }

	#menu-servicebox div.parent table.image-top{ position: absolute; width: 290; height: auto; left: 0; bottom: 110; display: none; }
	#menu-servicebox div.parent table.header-top{ position: absolute; width: 290; height: auto; left: -10; top: -10; display: none; }
	#menu-servicebox div.parent table.image-bottom{ position: absolute; width: 290; height: auto; left: 0; top: 159; display: none; }
	#menu-servicebox div.parent table.header-bottom{ position: absolute; width: 290; height: auto; left: -10; bottom: -20; display: none; }

		#menu-servicebox div.parent table td{ filter: progid:DXImageTransform.Microsoft.AlphaImageLoader (src = '/template/main/images/page/bground-menu-up.png', sizingMethod = 'scale'); }
		html > body #menu-servicebox div.parent table td{ background: url('/template/main/images/page/bground-menu-up.png'); }

		#menu-servicebox div.parent table div.parent{ float: none; position: relative; width: 100%; height: 100%; }

			#menu-servicebox div.parent table div.link{ position: relative; width: 263; height: auto; padding: 5px; left: 5; top: 0; }
			#menu-servicebox div.parent table div.link a{ font: 12px Tahoma; color: #231f20; text-decoration: none; white-space: normal; }
			#menu-servicebox div.parent table div.link a:hover, #menu-servicebox div.parent table div.link a.true{ color: #aa1318; text-decoration: none; }

			#menu-servicebox div.parent table table{ position: absolute; width: 290; height: auto; left: 100%; top: -5; display: none; }



ul.menu-service-main,
ul.menu-service-main li{
	padding: 0px;
	margin: 0px;
	list-style: none;
	list-style-image: none;
}

ul.menu-service-main a{
	display: block;
	padding: 3px 8px;
	font: 13px Tahoma;
	color: #000000;
	text-decoration: none;
	background: center center repeat-x url(/template/main/images/page-main/menu-service-item.jpg);
}
ul.menu-service-main a:hover{
	color: #ffffff;
	background: center center repeat-x url(/template/main/images/page-main/menu-service-item-selected.jpg);
}