.catalog_menu_container
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#809EBA;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#809EBA;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#809EBA;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#809EBA;
	height: 400px;
	overflow-y:auto;
}
.catalog_menu_container3
{
	border-top-style:solid;
	border-top-width:1px;
	border-top-color:#D4D0C8;
	border-left-style:solid;
	border-left-width:1px;
	border-left-color:#D4D0C8;
	border-right-style:solid;
	border-right-width:1px;
	border-right-color:#D4D0C8;
	border-bottom-style:solid;
	border-bottom-width:1px;
	border-bottom-color:#D4D0C8;
}
.catalog_menu
{
	font-family:Arial Narrow;
	font-size:1.5vw;
	color:#514E4E;
	list-style:none;
	padding:0px;
}
.catalog_menu ul
{
list-style:none;
}
.catalog_menu li
{
	background-image:none;
}
.catalog_menu .section
{
	background-image:url('Images/MenuClosed.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:22px;
	line-height:22px;
	width:auto;
	cursor:pointer;
	font-size:1.5vw;
	color:#514E4E;
}
.catalog_menu .section.hover
{
	color:#000000;
}
.catalog_menu .section .pages
{
	display:none;
}
.catalog_menu .section .sub_section
{
	display:none;
}
.catalog_menu .section.open
{
	background-image:url('Images/MenuOpen.gif');
}
.catalog_menu .section.open .pages
{
	display:block;
}
.catalog_menu .section.open .sub_section
{
	display:block;
}
.catalog_menu .sub_section
{
	font-family:Arial Narrow;
	background-image:url('Images/SubMenuClosed.gif');
	background-repeat:no-repeat;
	background-position: left top;
	margin:0px;
	padding-left:6%;
	line-height:1.4vw;
	margin-top:5px;
	margin-bottom:5px;
	width:auto;
	cursor:pointer;
	font-size:1.3vw;
	color:#514E4E;
}
.catalog_menu .sub_section.hover
{
	color:#000000;
	text-decoration:none;
}
.catalog_menu .sub_section .sub_pages
{
	display:none;
}
.catalog_menu .sub_section.open
{
	background-image:url('Images/SubMenuOpen.gif');
}
.catalog_menu .sub_section.open .sub_pages
{
	display:block;
}
.catalog_menu .page
{
	font-family:Arial Narrow;
	cursor:pointer;
	text-decoration:none;
	font-size:1.3vw;
	line-height:1.4vw;
	margin-top:5px;
	margin-bottom:5px;
	padding-left:6%;
	background-image:none;
}
.catalog_menu .page.hover
{
	color:#e51937;
	text-decoration:none;
}
.catalog_menu .page_link
{
	display:block;
	width:auto;
	text-decoration:none;
	color:#514E4E;
}
.catalog_menu .page_link:hover
{
	color:#e51937;
	text-decoration:none;
}