/*
  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 (REGION-HEADER) 
******************************/

#block-nice-menus-1 { margin-right: 0px; z-index: 100; }

.region-header a { text-decoration: none;}
.region-header a:hover { text-decoration: none;}
.region-header a:visited { text-decoration: none; }

.region-header ul.nice-menu,
.region-header ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 1px solid #ccc;
}

.region-header ul.nice-menu li {
  border-right: 2px solid #a40200;
  border-top: 0;
  float: left; /* LTR */
  background-color: none;
}

.region-header ul.nice-menu li.last {
  border-right: 0px solid #a40200;
}

.region-header ul.nice-menu li a:hover {
  color: #000;
}

.region-header ul.nice-menu a {
  padding: 1px 20px;
	color: #a40200;
	font-size: 16px;
	font-weight: bold;
	letter-spacing: 1px;
    word-spacing: 1px;
}

.region-header ul.nice-menu ul {
  top: 21px;
  left: -1px; /* LTR */
  border: 0;
  border-top: 0px solid #000;
  border-bottom: 10px solid #a40200;
  margin-right: 0; /* LTR */
  background-color: #fff;
  -webkit-box-shadow:  1px 1px 5px 1px rgba(0, 0, 0, .5);
  box-shadow:  -2px 2px 2px 0px rgba(0, 0, 0, .5); 
}

.region-header ul.nice-menu ul li {
  width: 170px;
  border-right: 2px solid #a40200;
}

.region-header ul.nice-menu ul li.last {
  border-right: 2px solid #a40200;
}

.region-header ul.nice-menu ul li a{
  font-size: 14px;
  padding-top: 15px;
  padding-bottom: 15px;
}

.region-header ul.nice-menu ul li a:hover{
	background-color: #f2f2f2;
}

/******************************
 HORIZONTAL (down) menus (REGION-HEADER)
******************************/

.region-header ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
  text-align: right;
}

.region-header ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

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

.region-header ul.nice-menu-down ul {
  left: -84px; /* LTR */
}
.region-header  ul.nice-menu-down li.menu-600 ul {
  left: -89px; /* LTR */
}
.region-header ul.nice-menu-down ul li {
  clear: both;
}

.region-header ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

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

.region-header ul.nice-menu-down li.menuparent {
  /* background: url(arrow-down.png) right center no-repeat;  LTR */
}

.region-header ul.nice-menu-down li.menuparent:hover {
  /*background: url(arrow-down.png) right center no-repeat; /* LTR */
}

.region-header ul.nice-menu-down li li.menuparent {
  /* background: #eee url(arrow-right.png) right center no-repeat; /* LTR */
}

.region-header ul.nice-menu-down li li.menuparent:hover {
  /* background: #ccc url(arrow-right.png) right center no-repeat; /* LTR */
}

/******************************
 Global CSS for ALL menu types (TOP-MENU)
******************************/

#top-menu a { text-decoration: none;}
#top-menu a:hover { text-decoration: none;}
#top-menu a:visited { text-decoration: none; }

#top-menu ul.nice-menu,
#top-menu ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0px solid #ccc;
  background: #262626;
  -webkit-box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .5);
  box-shadow:  0px 1px 5px 1px rgba(0, 0, 0, .5);
  font-size: 14px;

}

#top-menu ul.nice-menu li {
  border-right: 1px solid #fff;
  border-top: 0;
  float: left; /* LTR */
  height: 40px;
}
#top-menu ul.nice-menu li:hover {
	background-color: #444;
}

#top-menu ul.nice-menu li.last{
  border-right: 0px solid #fff;
}

#top-menu ul.nice-menu a {
  padding: 12px 25px;
	color: #f2f2f2;
	text-shadow: -1px -1px 0px #000;
	font-weight: bold;
}

#top-menu ul.nice-menu ul {
  top: 40px;
  left: -1px; /* LTR */
  border: 0;
  border-top: 1px solid #ccc;
  margin-right: 0; /* LTR */
  border-bottom: 10px solid #06b2c6;
}

#top-menu ul.nice-menu ul li {
  height: auto;
  border-right: 0px solid #fff;
}

#top-menu ul.nice-menu ul li a{
  padding-top: 15px;
  padding-bottom: 15px;
}

#top-menu ul.nice-menu ul li a:hover{
	background-color: #444;
}

/******************************
 HORIZONTAL (down) menus (TOP-MENU
******************************/

#top-menu ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
  height: 40px;
}

#top-menu ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

#top-menu ul.nice-menu-down li li {
  border-top: 0;
  width: 250px;
}

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

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

#top-menu ul.nice-menu-down ul li.last {
  border-right: 0px solid #a40200;
}

#top-menu ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

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

#top-menu ul.nice-menu-down li.menuparent {
  /* background: #262626 url(arrow-down.png) right center no-repeat; /* LTR */
}

#top-menu ul.nice-menu-down li.menuparent:hover {
  /* background: #444 url(arrow-down.png) right center no-repeat; /* LTR */
}

#top-menu ul.nice-menu-down li li.menuparent {
  /* background: #eee url(arrow-right.png) right center no-repeat; /* LTR */
}

#top-menu ul.nice-menu-down li li.menuparent:hover {
  /* background: #ccc url(arrow-right.png) right center no-repeat; /* LTR */
}
