/*
  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.
*/

/*******************************
General menu layout for Primary Nav (nice menu) 
*******************************/
.region-header .block-nice-menus{
  background-image: url("../pic/bgmainmenu.jpg");
  background-position: right bottom;
  background-repeat: repeat-x;
  height: 40px;
  left: 0;
  
  position: absolute;
  top: 120px;
  width: 717px;
}
.region-header .block-nice-menus ul{
  background-image: url("../pic/bgmainmenu_left.jpg");
  background-position: left top;
  background-repeat: no-repeat;
  height: 40px;
  margin: 0;
  padding: 0 0 0 20px;
  /*
  position: absolute;
  left: 0*/
}
.region-header .block-nice-menus ul li.active{
  background:#286383;
}

.region-header .block-nice-menus a{
   color: #ffffff;
   font-weight: 600;
   text-decoration: none;
}

/******************************
 Global CSS for ALL menu types
******************************/

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.nice-menu li {
  border-top: 0;
  float: left; /* LTR */
  padding:12px;
}
/*
ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}
*/
ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
  background:#fff;
}
/*
ul.nice-menu ul li {
  width: 12.5em;
}*/
/******************************
 HORIZONTAL (down) menus
******************************/
#block-nice-menus-1 ul.nice-menu-down li ul {
  background: url("../pic/dropdown_top.png") no-repeat top left;
  padding-top: 20px;
}

#block-nice-menus-1 ul.nice-menu-down ul li.last {
  background: url("../pic/dropdown_bottom.png") no-repeat bottom left;
  padding-bottom: 20px;
  width: 146px;
}

ul.nice-menu-down {
  float: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {

}

ul.nice-menu-down li li {
  border-top: 0;
}
/* the dropdown menu itself (child) */
ul.nice-menu-down ul {
  left: 0; /* LTR */
  background-image: none;

}

ul.nice-menu-down ul li {
  clear: both;
  background: url("../pic/dropdown_center.png") repeat-y;
  padding-left:10px;
  padding-right:10px;
  padding-top:5px;
  padding-bottom:5px;
  width:146px;
}

ul.nice-menu-down ul li a {
  max-width: 105px;
  padding: 0px 5px;
}

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 .menuparent ul li a {
  color:#286383;
  line-height:100%;
}
ul.nice-menu-down .menuparent ul li a:hover {
  text-decoration: underline;
}

ul.nice-menu-down li.menuparent {
  background: url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li.menuparent:hover {
  background: url(arrow-down.png) right center no-repeat; /* LTR */
}

ul.nice-menu-down li li.menuparent {
  background: 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 */
}
/******************************
  Custom added from nice menu
******************************/
.region-header ul.nice-menu li.menuparent ul, .region-header ul.nice-menu li.menuparent ul {
    overflow: visible !important;
    margin-top:20px;
    background:none;
    padding:0px;
}

/******************************
 Garland-specific CSS
******************************/

/**
 * Global CSS for ALL menu types
 */
ul.nice-menu li {
  margin: 0;
  /* padding-left: 0; LTR */
  background-image: none;
}

#header-region ul.nice-menu li {
  margin: 0;
  /* Padding rules are needed to deal with Garland's header line-height. */
  padding-top: 0.1em;
  padding-bottom: 0.1em;
  background: #eee;
}

#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
}

#header-region ul.nice-menu ul {
  top: 1.7em;
}

/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: -1px;
}

#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 */
}
