.menu {
    float: left;
    margin-top: 10px;
}
.element_menu {
    height: 32px;
    font-size: 18px;
    width: 200px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #000;
}
h3 {
    font-size: 18px;
    font-weight: normal;
    
}
.element_menu h3{
    margin: 0px;
}
.top_menu, .bottom_menu {
	width: 100%;
	height: 20px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_menu {
	top: -21px;
	}
.bottom_menu {
	bottom: -20px;
}
.left_menu,.right_menu {
	height: 100%;
	width: 20px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_menu {
	left: -15px;
	}
.right_menu {
	right: -15px;
}
a.menu_a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 5px;
    background-color: #E2CA9C;
}
.menu_a:hover {
    text-decoration: none;
    background-color: #CE9A59;
}


/*внутреннее меню*/
.under_menu {
    margin: 10px 0px 20px 0px;
    padding: 0px;
}
.element_under_menu {
    height: 22px;
    font-size: 16px;
    width: 170px;
	margin: 10px auto;
	position: relative;
	border: 1px solid #000;
}
.element_under_menu h3{
    margin: 0px;
}
.top_under_menu, .bottom_under_menu {
	width: 100%;
	height: 10px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_under_menu {
	top: -11px;
	}
.bottom_under_menu {
	bottom: -10px;
}
.left_under_menu,.right_under_menu {
	height: 100%;
	width: 10px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_under_menu {
	left: -10px;
	}
.right_under_menu {
	right: -10px;
}
a.under_menu_a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 1px 3px 1px 5px;
    background-color: #E2CA9C;
}
.under_menu_a:hover {
    text-decoration: none;
    background-color: #CE9A59;
}



/*внутреннее меню с картинками*/
.under_img_menu {
    margin: -10px 0px 20px 0px;
    padding: 0px 0px 0px 0px;
    width: 200px;
}
.element_img_menu {
    float: left;
    height: 75px;
    width: 75px;
	margin: 10px 0px 5px 16px;
	position: relative;
	border: 1px solid #000;
}
.img_menu {
    width: 65px;
    height: 65px;
    margin-bottom: -5px;
    padding: 5px;
}
.top_img_menu, .bottom_img_menu {
	width: 100%;
	height: 10px;
	border: 1px solid #000;
	position: absolute;
	left: -1px;
	border-top: none;
	border-bottom:none;
}
.top_img_menu {
	top: -11px;
	}
.bottom_img_menu {
	bottom: -10px;
}
.left_img_menu,.right_img_menu {
	height: 100%;
	width: 10px;
	position: absolute;
	border: 1px solid #000;
	top: -1px;
	border-left:none;
	border-right:none;
}
.left_img_menu {
	left: -10px;
	}
.right_img_menu {
	right: -10px;
}
a.img_menu_a {
    display: block;
    text-decoration: none;
    color: #000;
    padding: 0px 0px 0px 0px;
    background-color: #E2CA9C;
}
.img_menu_a:hover {
    text-decoration: none;
    background-color: #CE9A59;
}