/*
  This is the default layout template for nice menus, and will provide
  a starting point for the look of your menus. To customize, it's
  recommended to create a custom CSS file using this file as a template,
  then configure the module to use your custom CSS file
  (this is done in the global settings tab of the theme administration.)

  See README.txt and the handbook page (http://drupal.org/node/185543)
  for more information on using the CSS.
*/

/******************************
 Global CSS for ALL menu types
******************************/
#block-nice-menus-4,
#block-views-promo-block {
  margin-bottom: 0;
}
ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: none; /* changed */
  width: 100%; /* changed */
}

ul.nice-menu li {
  /*border: 1px solid #FFFFFF; /* changed */
  border: 0; /* changed */
  /*border-top: 0;*/
  float: left; /* LTR */
  /*background-color: #BEDFDC; /* changed */
  /*background-color: #2C968C; /* */
  background-color: #00858C;
  width: 189px;
  text-align: center;
}
ul.nice-menu-down>li {
  /*letter-spacing: 1px;*/
  /*text-indent: 12px;*/
}
ul.nice-menu-down>li li {
  letter-spacing: normal;
  text-indent: 0px;
  text-align: left;
}
ul.nice-menu .first {
  border-left: none;
}
ul.nice-menu .last {
  border-right: none;
}
ul.nice-menu a {
  padding: 10px; /* changed */
  /*color: #2D968C; /*  */
  color: #FFFFFF;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 11px;
  /*font-weight: bold; /**/
}

ul.nice-menu ul {
  top: 50px;
  left: -1px; /* LTR */
  /*border: 0;
  border-top: none;  changed */
  margin-right: 0; /* LTR */
}
.i18n-en ul.nice-menu ul {
  top: 35px;
}

ul.nice-menu ul li {
  /*width: 12.5em;*/
  width: 200px ; /* 186px changed */
  background-color: #BEDFDC; /* changed */
}
ul.nice-menu ul li a,
ul.nice-menu ul li li a,
ul.nice-menu ul ul a {
  color: #000000;
  text-decoration: none;
  text-transform: none;
  font-size: 11px;
  font-weight: normal;
}
ul.nice-menu li:hover>a,
ul.nice-menu li:hover li>a,
ul.nice-menu ul li:hover>a,
ul.nice-menu ul ul li:hover>a{
  color: #FFFFFF;
}
ul.nice-menu li:hover,
ul.nice-menu ul li:hover {
  /*background-color: #2C968C; /**/
  background-color: #00858C;
}
/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
  background-color: #00858C !important;
}

ul.nice-menu-down li {
  /*border-top: none;  changed */
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li {
  clear: both;
}

.i18n-en ul.nice-menu-down li ul li ul,
ul.nice-menu-down li ul li ul {
  left: 200px ; /* LTR */ /* 186px changed */
  top: -1px;
}
.i18n-en ul.nice-menu-down li.last ul li ul,
ul.nice-menu-down li.last ul li ul {
  left: -300px ; /* LTR */ /* 186px changed */
  top: -1px;
}
.i18n-en ul.nice-menu-down li.last ul li ul li,
ul.nice-menu-down li.last ul li ul li {
  width: 300px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px; /* LTR */
}

ul.nice-menu-down li.menuparent {
  /*background: #BEDFDC url(images/kluvik-down.png) 98% 50% no-repeat; /* LTR */
  background: #00858C url(images/galka_down_7.gif) 90% 50% no-repeat; /* LTR */
  /*background: #BEDFDC url(images/arrow-down.gif) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  /*background: #2C968C url(images/kluvik-down.png) 98% 50% no-repeat; /* LTR */
  background: #00858C url(images/galka_down_7.gif) 90% 50% no-repeat; /* LTR */
}
ul.nice-menu-down li.menuparent:hover>a {
  color: #FFFFFF;
}

ul.nice-menu-down li li.menuparent {
  /*background: #C8E0BF url(images/kluvik-right.png) 98% 50% no-repeat; /* LTR */
  background: #BEDFDC url(images/galka_right_7.gif) 90% 50% no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent:hover {
  /*background: #2C968C url(images/kluvik-right.png) 98% 50% no-repeat; /* LTR */
  background: #2C968C url(images/galka_right_7.gif) 90% 50% no-repeat; /* LTR */
}
ul.nice-menu-down li:hover li a,
ul.nice-menu-down li li:hover li a{
  color: #000000;
}
ul.nice-menu-down li li.menuparent a:hover,
ul.nice-menu-down li li a:hover {
  color: #FFFFFF;
}
/* ===============================
*  Minobr RU
   ================================  */
ul.nice-menu li.menu-3438{
  width: 227px;
  height: 55px;
}
ul.nice-menu li.menu-3439 {
  /*width: 188px; */
  width: 192px;
  height: 55px;
}
ul.nice-menu li.menu-3440,
ul.nice-menu li.menu-3441,
ul.nice-menu li.menu-3442 {
  /*width: 184px; /**/
  width: 176px;
  height: 55px;
}
ul.nice-menu li.menu-3439 > a,
ul.nice-menu li.menu-3442 > a {
  margin-top: 5px;
}
ul.nice-menu li.menu-3440 > a,
ul.nice-menu li.menu-3441 > a {
  margin-top: 10px;
}
#logo-icon {
  display:none;
}
ul#nice-menu-16 li {
  width: 135px;
}