@charset "utf-8";
.menuSecondary ul {
	width: 230px;
	border-size: 1px;
	font-size: 14px;
	border: 1px solid #bdbdbd;
	margin: 0px;
	padding: 0px;
}
div.menuSecondary li {
	line-height: 35px;
}
.menuSecondary li a {
	font-family: Georgia, "Times New Roman", Times, serif;
	display: block;
	padding-left: 8px;
	line-height: 35px;
	text-decoration: none;
	color: #606060;
	background: #e6e9ea;
	border-top-width: 1px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #fff;
	border-right-color: #fff;
	border-bottom-color: #d4d7d8;
	border-left-color: #fff;
}
.menuSecondary li a:hover, .menuSecondary li.current a {
	color: #fff;
	border-bottom: 1px solid #93a75f;
	background-color: #595547;
	background-image: url(/cms/public/custom/gui/arrow.gif);
	background-repeat: no-repeat;
	background-position: 95% 50%;
	padding-left: 10px;
}
.menuSecondary li.current_page_item a, .menuSecondary li.current-cat a {
	color: #fff;
	background: #9eb465 url(images/arrow.gif) no-repeat 95% 50%;
	padding: 8px 0 0 10px;
	border-bottom: 1px solid #93a75f;
}
