﻿@charset "utf-8";
.selectedanchor{ /*CSS class that gets added to the currently selected anchor link (assuming it's a text link)*/
	background: #ddd;
	padding: 0 10px 0 10px;
}


/* ######### Default class for drop down menus ######### */

.main_menu {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	text-decoration: none;
	padding: 7px;
	position: relative;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	-webkit-border-top-left-radius: 7px; /* Chome & Safari */
	-webkit-border-top-right-radius: 7px; /* Chome & Safari */
	-webkit-border-bottom-right-radius: 0; /* Chome & Safari */
	-webkit-border-bottom-left-radius: 0; /* Chome & Safari */
}

.main_menu:hover {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	font-weight: bold;
	color: #000;
	background: #ddd;
	text-decoration: none;
	padding: 7px;
	-moz-border-radius: 7px 7px 0 0;
	border-radius: 7px 7px 0 0;
	-webkit-border-top-left-radius: 7px; /* Chome & Safari */
	-webkit-border-top-right-radius: 7px; /* Chome & Safari */
	-webkit-border-bottom-right-radius: 0; /* Chome & Safari */
	-webkit-border-bottom-left-radius: 0; /* Chome & Safari */

}

.anylinkcss{
position: absolute;
left: 0;
top: 0;
visibility: hidden;
border: 1px solid black;
border-bottom-width: 0;
font: normal 12px Arial;
line-height: 18px;
z-index: 100; /* zIndex should be greater than that of shadow's below */
width: 200px; /* default width for menu */
}

.anylinkcss ul{
margin: 0;
padding: 0;
list-style-type: none;
color: #fff;
}

.anylinkcss ul li a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid black;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
text-indent: 15px;
}

.anylinkcss a:hover{ /*hover background color*/
background: black;
color: #393939;
}

/* ######### Alternate multi-column class for drop down menus ######### */


.anylinkcsscols{
position: absolute;
left: 0;
top: -2px;
visibility: hidden;
/* border: 1px solid black; */
padding: 15px;
font: normal 12px Arial;
z-index: 500; /*zIndex should be greater than that of shadow's below*/
background-color: #ddd; /* цвет верхнего элемента блока меню b0d730; */
color: #000;
-moz-border-radius: 0 7px 7px 7px;
border-radius: 0 7px 7px 7px;
-webkit-border-top-left-radius: 0; /* Chome & Safari */
-webkit-border-top-right-radius: 7px; /* Chome & Safari */
-webkit-border-bottom-right-radius: 7px; /* Chome & Safari */
-webkit-border-bottom-left-radius: 7px; /* Chome & Safari */
}

.anylinkcsscols .column{
width: 150px;
float: left;
margin-left: 8px;
}

.anylinkcsscols .column .first_link a {
color: #023f88;
text-decoration: none;
font-weight: bold;
margin-bottom: 10px;
display: block;
}

.anylinkcsscols .column .first_link a:hover {
color: #000;
text-decoration: none;
font-weight: bold;
margin-bottom: 10px;
}

/* .anylinkcsscols .column a{
color: #000;
text-decoration: none;
background-color: none; 
}

.anylinkcsscols .column a:hover{
color: #023f87;
background-color: none;
}
*/

.anylinkcsscols .column ul{
margin-top: 8px;
margin-left: 0px;
padding: 0;
list-style-type: none;
}

.anylinkcsscols li{

}


.anylinkcsscols li a{
color: #000;
display: block;
padding: 3px;
border-top: 1px dotted #000;
}

.anylinkcsscols li a:hover{
color: #fff;
background:url(../assets/menu_hover_bg.jpg);
background-position:bottom;
background-repeat: repeat-x;
background-color:#f57c15;
display: block;
padding: 3px;
}

/* ######### class for shadow DIV ######### */


.anylinkshadow{ /*CSS for shadow. Keep this as is */
position: absolute;
left: 0;
top: 0;
z-index: 99; /*zIndex for shadow*/
background: black;
visibility: hidden;
-moz-border-radius: 0 7px 7px 7px;
border-radius: 0 7px 7px 7px;
-webkit-border-top-left-radius: 0; /* Chome & Safari */
-webkit-border-top-right-radius: 7px; /* Chome & Safari */
-webkit-border-bottom-right-radius: 7px; /* Chome & Safari */
-webkit-border-bottom-left-radius: 7px; /* Chome & Safari */
}
