/*
  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-1 {
  position: absolute;
  left: -10px;
  top: 82px;
  height: 26px;
}

ul.nice-menu,
ul.nice-menu ul {
  display: block;
  padding: 0;
  margin: 0;
}

ul.nice-menu li {
  display: inline;
  border-top: 0;
  height: 26px;
  float: left;
  background-color: #4F5258; 
}

ul.nice-menu li a {
  display: inline;
  text-decoration: none;
  color: white;
  line-height: 26px;
  padding: 0 18px 0 10px;
  font-family: "Arial";
  font-size: 12px;
  font-weight: bold;
  text-transform: uppercase;
}

#block-nice-menus-1 ul.nice-menu li a:hover, #block-nice-menus-1 ul.nice-menu li:hover a, #block-nice-menus-1 ul.nice-menu li.active-trail a:hover, #block-nice-menus-1 ul.nice-menu li.active-trail:hover a {background-position: 0 -26px; background-repeat: repeat-x; height: 27px;}

#block-nice_menus-1 ul.nice-menu li a:hover { background: #7b7f85 url(/sites/all/themes/threevr/images/arrow-right.png) right center no-repeat;}

#block-nice-menus-1 ul.nice-menu li.active-trail a { display: block;background:url(/sites/all/themes/threevr/images/selected_tip.png) no-repeat bottom; height:32px;}

#block-nice-menus-1 ul.nice-menu li.active-trail{background:#000000;height: 27px;}

ul.nice-menu ul {
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
}

ul.nice-menu ul li {
  /*min-width: 18.5em;*/
  min-width: 115%;
}

#wrapper #block-nice-menus-1 ul.nice-menu ul li a, #wrapper #block-nice-menus-1 ul.nice-menu ul li.active-trail a {display: block; float: none; overflow: hidden; height: auto; /*padding: 4px 18px 3px 0px;*//font-size: 11px; font-family:"Arial";color: #fff; /*font:11px "Arial";*/ line-height: 26px; text-transform: none; white-space: nowrap;}

/******************************
 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: 18.5em;  LTR */
  left: 100%;
  top: 0px;
}

ul.nice-menu-down .menuparent a {
/*  padding-right: 15px; /* LTR */
}
ul.nice-menu-down li.menuparent {
  background-color: transparent; 
}

ul.nice-menu-down li:hover {
  background-color: #7b7f85; 
}

ul.nice-menu-down li.menuparent:hover {
  background-color: #7b7f85; 
}

ul.nice-menu-down li li.menuparent {
  background: #4F5258;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #7b7f85;
}
/*
ul.nice-menu-down li li.menuparent {
  background: #4F5258 url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-down li li.menuparent:hover {
  background: #7b7f85 url(arrow-right.png) right center no-repeat;
}
*/

/******************************
 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;
  border-top: 1px solid #ccc;
  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: 17.5em;
  top: -1px;
}

#header-region ul.nice-menu-down li.menuparent {
  background: #eee;
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background: #ccc;
}

#header-region ul.nice-menu-down li li.menuparent {
  background: #eee; 
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background: #ccc;
}

/* 
#header-region ul.nice-menu-down li.menuparent {
  background: #eee url(arrow-down.png) right center no-repeat;
}

#header-region ul.nice-menu-down li.menuparent:hover {
  background: #ccc url(arrow-down.png) right center no-repeat;
}

#header-region ul.nice-menu-down li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat; 
}

#header-region ul.nice-menu-down li li.menuparent:hover {
  background: #ccc url(arrow-right.png) right center no-repeat;
}

*/
