@charset "utf-8";

div.menu-container, div.submenu-container {
}

div.menu-container a {
	text-decoration: none;
}

div.menu-container div.menu-item-container {
	padding-bottom: 5px;
}

div.menu-item, div.menu-item-current {
	width: 210px;
	height: 33px;
	overflow: hidden;

	background-color: transparent;
	background-repeat: no-repeat;
}
div.menu-item {background-image: url('/img/menu-item.png');}
div.menu-item-current {background-image: url('/img/menu-item-current.png');}

div.menu-item a, div.menu-item-current a {
	display: block;
	width: 170px;
	height: 33px;
	overflow: hidden;

	padding: 0 25px 0 15px;


	font-size: 16px;
	line-height: 33px;
	font-weight: bold;
}
div.menu-item a {
	color: #493424;
	background-color: transparent;
	background-repeat: no-repeat;
	background-image: url('/img/menu-bullet.png');
	background-position: left center;
}
div.menu-item a:hover {
	color: #6fa300;
	background-image: url('/img/menu-bullet-hover.png');
}
div.menu-item-current a:hover {
	color: #fff;
}
div.menu-item-current a {
	color: #fff;
}
div.submenu-container {
	padding: 5px 0 5px 15px;
}
div.submenu-item, div.submenu-item-current {}
div.submenu-item a, div.submenu-item-current a {
	display: block;
	height: 18px;
	overflow: hidden;

	padding-left: 15px;


	color: #493424;
	font-size: 14px;
	line-height: 18px;

	background-color: transparent;
	background-repeat: no-repeat;
	background-position: left center;
}
div.submenu-item a {
	background-image: url('/img/menu-bullet.png');
}
div.submenu-item-current a {
	background-image: url('/img/menu-bullet-current.png');
}
div.submenu-item a:hover, div.submenu-item-current a:hover {
	color: #6fa300;
	background-image: url('/img/menu-bullet-hover.png');
}
