@charset "utf-8";
/* CSS Document */


.accordion ul {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 100%;
	border: 1px solid #697C91;
}
.accordion ul div {
    display:block;
    overflow: hidden  ;
    margin: 0;
    padding: 0;
    list-style:none;
    height:38px;
    width: 100%;
    /* оформляем фон блока */
    background-color:#C7D2DF;
    /* эффект перехода */
    transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;	
}
.accordion ul div h3 {
    display:block;
    margin: 0;
    padding:10px 15px;
    height:20px;
    text-align: left;
	/* оформляем пункты */
    border-top:#A6B9D3 1px solid;
    color: #EB6D2E;
    text-decoration: none;
    font: 100% Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px #F7FF1E;
    text-transform:uppercase;
	background: #cccccc;
    /* градиент */
    background: -moz-linear-gradient( top, #e6e6e6, #BCC6D2); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#BCC6D2)); /* Safari, Chrome */
	background: -o-linear-gradient(#e6e6e6, #BCC6D2); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2)";   /* IE 8 */
	/* подвижная ссылка */
	-o-transition: padding-left 250ms ease-out;
	-webkit-transition: padding-left 250ms ease-out;
    -moz-transition: padding-left 250ms ease-out;
}

.accordion:hover ul div:hover h3 {
    /* оформляем пункты при наведении */
    color: #F39339;
    background: #e6e6e6;
	cursor:pointer;
    /* градиент */
    background: -moz-linear-gradient( top, #BCC6D2, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#BCC6D2), to(#e6e6e6));
	
	background: -o-linear-gradient(#BCC6D2, #e6e6e6); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6)";   /* IE 8 */
	/* подвижная ссылка */
	padding-left: 30px;
}
	
.accordion ul li {
    display:block;
    overflow: hidden  ;
    margin: 0;
    padding: 0;
    list-style:none;
    height:38px;
    width: 100%;
    /* оформляем фон блока */
    background-color:#C7D2DF;
    /* эффект перехода */
    transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
}

.accordion ul li h3 {
    display:block;
    margin: 0;
    padding:10px 15px;
    height:20px;
    text-align: left;
	/* оформляем пункты */
    border-top:#A6B9D3 1px solid;
    color: #EB6D2E;
    text-decoration: none;
    font: 100% Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px #F7FF1E;
    text-transform:uppercase;
	background: #cccccc;
    /* градиент */
    background: -moz-linear-gradient( top, #e6e6e6, #BCC6D2); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#BCC6D2)); /* Safari, Chrome */
	background: -o-linear-gradient(#e6e6e6, #BCC6D2); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2)";   /* IE 8 */
	/* подвижная ссылка */
	-o-transition: padding-left 250ms ease-out;
	-webkit-transition: padding-left 250ms ease-out;
    -moz-transition: padding-left 250ms ease-out;
}



.accordion ul li div {
    margin:0;
    overflow: auto;
    padding:0px;
    height:250px;text-align: left;
}

.accordion ul li:hover {
    height: 275px;
}
.accordion:hover ul li:hover h3 {
    /* оформляем пункты при наведении */
    color: #F39339;
    background: #e6e6e6;
	cursor:pointer;
    /* градиент */
    background: -moz-linear-gradient( top, #BCC6D2, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#BCC6D2), to(#e6e6e6));
	
	background: -o-linear-gradient(#BCC6D2, #e6e6e6); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6)";   /* IE 8 */
	/* подвижная ссылка */
	padding-left: 30px;
}


/* оформляем сабменю */


.submenu ul {
    margin: 0;
    padding: 0;
    list-style:none;
    width: 99%;
	border: 1px solid #C7D2DF;
	
}
.submenu ul li {
    display:block;
    overflow: hidden;
    margin: 0;
    padding: 0;
    list-style:none;
    height:28px;
    width: 100%;
    /* оформляем фон блока */
    background-color:#C7D2DF;
    /* эффект перехода */
    transition: height 0.5s ease-in-out;
    -moz-transition: height 0.5s ease-in-out;
    -webkit-transition: height 0.5s ease-in-out;
    -o-transition: height 0.5s ease-in-out;
}
.submenu ul li h3 {
    display:block;
    margin: 0;
  
    height:10px;
    text-align: left;
	/* оформляем пункты */
    border-top:#A6B9D3 1px solid;
    color: #F39339;
    text-decoration: none;
    font: 70% Georgia, "Times New Roman", Times, serif;
    text-shadow: 1px 1px #F7FF1E;
    text-transform:uppercase;
	background: #fff;
    /* градиент */
    background: -moz-linear-gradient( top, #e6e6e6, #BCC6D2); /* FF, Flock */
    background: -webkit-gradient(linear, left top, left bottom, from(#e6e6e6), to(#BCC6D2)); /* Safari, Chrome */
	background: -o-linear-gradient(#e6e6e6, #BCC6D2); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2); /* IE 5.5 - IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffe6e6e6, endColorstr=#ffBCC6D2)";   /* IE 8 */
	/* подвижная ссылка */
	-o-transition: padding-left 250ms ease-out;
	-webkit-transition: padding-left 250ms ease-out;
    -moz-transition: padding-left 250ms ease-out;
}
.submenu ul li div {
    margin:0;
    overflow: auto;
    padding:0px;
    height:38px;text-align: left;
}
.submenu ul li:hover {
    height: 38px;
}
.submenu:hover ul li:hover h3 {
    /* оформляем пункты при наведении */
    color: #CD7B40;
    background: #e6e6e6;
	cursor:pointer;
    /* градиент */
    background: -moz-linear-gradient( top, #BCC6D2, #e6e6e6);
    background: -webkit-gradient(linear, left top, left bottom, from(#BCC6D2), to(#e6e6e6));
	
	background: -o-linear-gradient(#BCC6D2, #e6e6e6); /* Opera */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6); /* IE 7 */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#ffBCC6D2, endColorstr=#ffe6e6e6)";   /* IE 8 */
	/* подвижная ссылка */
	padding-left: 10px;
}

.submenu:hover ul li:hover h3 a:active {
	
 	
}

a:link {
	color: #CD7B40;
	text-decoration: none; /* unless you style your links to look extremely unique, it's best to provide underlines for quick visual identification */
}
a:visited {
	color: #F39339;
	text-decoration: none;
	
}
a:hover, a:focus { /* this group of selectors will give a keyboard navigator the same hover experience as the person using a mouse. */
	text-decoration: none;
}

 a:active {
    text-shadow: 1px 1px #F7FF1E;
    color: #EB6D2E;
	text-decoration: none;
}

