/* $Id: nice_menus_default.css,v 1.10 2010/10/09 16:58:04 add1sun Exp $ */
/*
  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
******************************/

ul.nice-menu {
  width: 960px;
}

ul.nice-menu,
ul.nice-menu ul {
  color: #666;
  text-transform: uppercase;
  font: 12px Arial, Helvetica, sans-serif;
  list-style: none;
  line-height: 23px;
  margin: 0;
  padding: 0;
}

ul.nice-menu li {
  float: left;
  padding: 8px 0 0 0;
  margin-left: 0px;
  margin-right: 3px;
}

ul.nice-menu li span {
  display: block;
  float: left;
  padding-left: 13px;
  background: url(../images/menu.jpg) no-repeat top left;
}

ul.nice-menu li span a{
  text-decoration: none;
  display: block;
  float: left;
  padding-left: 5px;
  padding-right: 26px;
  background: url(../images/menu.jpg) no-repeat top right;
  color: #666;
}


ul.nice-menu li ul {
margin-top:12px;
padding-bottom:7px;
/* background: #fff; / *url(../images/menu.jpg) no-repeat top left;*/
width: 185px;
border:1px solid #999;
background: url(../images/mnu-fon.png);
}

ul.nice-menu li ul li span {
  display: block;
  float: left;
  /* padding-left: 13px; */
background: none;
}

ul.nice-menu li ul li a{
  text-decoration: none;
  text-transform: none;
  display: block;
  float: left;
  /* padding-left: 13px; */
  /* padding-right: 26px; */
  /* background: #fff; url(../images/menu.jpg) no-repeat top right;*/
background: none;
  color: #333;
  font: 12px;
}


/* ul.nice-menu li.active-trail span {
  background: url(../images/menu.jpg) no-repeat left -22px;
}*/

ul.nice-menu li.active-trail span {
  background: url(../images/menu.jpg) no-repeat top left;
}
ul.nice-menu li ul li.active-trail span {
  background: none;
}
ul.nice-menu li.active-trail ul li span {
  background: none;
}
ul.nice-menu li ul li span a.active {
  background: none;
}

ul.nice-menu li span a.active {
  background: url(../images/menu.jpg) no-repeat top right -22px;
  /* color: silver; */
}

ul.nice-menu li ul li span a.active {
  background: none; /* url(../images/menu.jpg) no-repeat right -22px; */
  /* color: silver; */
font-weight: bold;
}
ul.nice-menu li span a.active:hover {
  /* color: white; */
color: #CC0000;
}
ul.nice-menu li span a:hover, ul.nice-menu li a:focus {
 color: #CC0000;
}

ul.nice-menu li ul li span a:hover, ul.nice-menu li ul li a:focus {
	color:#fff;
	background:#c00;
}


ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
  /*width: 12.5em;*/
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {

}

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;
}

ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px; /* LTR */
}

/*ul.nice-menu-down li.menuparent {
  background: #eee url(arrow-down.png) right center no-repeat; /* LTR *
}

ul.nice-menu-down li.menuparent:hover {
  background: #ccc url(arrow-down.png) right center no-repeat; /* LTR *
}

ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat; /* LTR *
}

ul.nice-menu-down li li.menuparent:hover {
  background: #ccc url(arrow-right.png) right center no-repeat; /* LTR *
}*/

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */

/**
 * HORIZONTAL (down) menus
 */

/*#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(arrow-down.png) right center no-repeat; /* LTR /*
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background: #ccc url(arrow-down.png) right center no-repeat; /* LTR /*
}

#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat; /* LTR /*
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background: #ccc url(arrow-right.png) right center no-repeat; /* LTR /*
}*/


ul.nice-menu li.menu-1620,
ul.nice-menu li.menu-1621,
ul.nice-menu li.menu-1622 {
  float: right;
}

ul.nice-menu li.menu-1620 span,
ul.nice-menu li.menu-1621 span,
ul.nice-menu li.menu-1622 span {
  padding: 0;
  background: none;
}

ul.nice-menu li.menu-1620 span a,
ul.nice-menu li.menu-1621 span a,
ul.nice-menu li.menu-1622 span a {
  margin-left:2px;
  display: block;
  width: 37px;
  height: 23px;
  text-decoration: none;
  padding: 0;
}

ul.nice-menu li.menu-1620 span a {
  background: url(../images/smap.gif) no-repeat top left;
}
ul.nice-menu li.menu-1621 span a {
  background: url(../images/favor.gif) no-repeat top left;
}
ul.nice-menu li.menu-1622 span a {
  background: url(../images/mail.gif) no-repeat top left;
}

ul.nice-menu li.menu-1621 span a:hover,
ul.nice-menu li.menu-1620 span a:hover,
ul.nice-menu li.menu-1622 span a:hover {
  text-decoration: none;
}
