@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Roboto+Condensed:wght@400;700&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Raleway:wght@400;600&display=swap);
:root {
--DROPDOWNCOLORCODE: #fff;
}
.categoriesContents a {
	background: none;
}
.categoriesContents .selected a {
	padding: 10px 5px 10px 5px;
    border-bottom: thin solid #e9e9e9;
    color: #000000;
}
.categoriesContents .notselected {
	padding-top: 10px;
	padding-bottom: 10px;
}
.categoriesContents .notselected a {
    padding: 5px 5px 5px 5px;
}
.categoriesContents a:hover {
	background: none;
	color: #7a7a7a;
}
.menu_box {
    border: thin solid #e9e9e9;
    margin-bottom: 20px;
}

checkbox, input:not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]), select {
	background: none;
}