@charset "UTF-8";
@import "../main.css";

#HEADER #MNU_SERVICE a, 
#HEADER #MNU_SERVICE a:focus, 
#HEADER #MNU_SERVICE a:hover, 
#HEADER #MNU_SERVICE a:active {
	background-position: 0px -160px;
	cursor: default;
}

#SUBMENU {
	background: url(images/submenu_bg.png);
	height: 27px;
	padding: 10px 0px 0px 120px;
	margin: 0px 0px 30px 0px;
	font-weight: bold;
}

/* IE6Hack */
/* IE7Hack */
/* IE8Hack */
* html #SUBMENU, *:first-child+html #SUBMENU, html>/**/body #SUBMENU {
	height: 37px;
	padding: 0px 0px 0px 120px;
}


#SUBMENU li {
	display: inline-block;
	padding: 10px 10px 0px 10px;
	border-right: 1px solid #2f7700;
	height: 27px;
}

/* IE6Hack */
/* IE7Hack */
/* IE8Hack */
* html #SUBMENU li, *:first-child+html #SUBMENU li, html>/**/body #SUBMENU li {
	padding-top: 9px;
	height: 28px;
}

/* IE6Hack */
/* IE7Hack */
* html #SUBMENU li, *:first-child+html #SUBMENU li {
	float: left;
}

#SUBMENU a:link, #SUBMENU a:visited {
	text-decoration: none;
	color: #e6e6e6;
}

#SUBMENU a:focus, #SUBMENU a:hover, #SUBMENU a:active {
	color: #fff;
}

#SUBMNU_WEB {
	border-left: 1px solid #2f7700;
}

/* IE6Hack */
* html #SUBMNU_WEB {
	width: 115px;
}

/* IE6Hack */
* html #SUBMNU_SEO {
	width: 186px;
}

/* IE6Hack */
* html #SUBMNU_CONV {
	width: 130px;
}

/* IE6Hack */
* html #SUBMNU_SALE {
	width: 92px;
}

p {
	padding:0px 0px 0px 15px;
}

