@charset "UTF-8";

h2 {
	background-image: url(img/h2_bg.gif);
	background-repeat: no-repeat;
}
h3 {
	background-image: url(img/h3_bg.gif);
	background-repeat: no-repeat;
	height: 30px;
	padding-top: 4px;
	padding-left: 12px;
	margin-bottom: 3px;
}

#submenu li {
	list-style-position: outside;
	list-style-image: url(img/summenu.gif);
}
#submenu li a:hover {
	background-image: url(img/submenu_bg.gif);
	background-repeat: repeat-x;
}

