/* $Id: nice_menus_default.css,v 1.8 2010/03/31 12:31:55 add1sun Exp $ */
/*
  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
******************************/

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

ul.nice-menu li {
/*  border: 1px solid #ccc;
  border-top: 0;
  background-color: #eee;*/
  float: left; 
  /* Additional overrides to deal with Garland theme. */
  margin: 0;
  padding-left: 0; /* LTR */
  background-image: none;
}

/* Overrides for Garland header. */
#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;
}

ul.nice-menu a {
  padding: 0px 0px 0px 0px;
  font-weight: normal;
  font-size: 1.8em;
  font-family:arial;
  color: #fff;
  text-decoration:none;
  text-transform:none;
}

ul.nice-menu a:hover {color:#25b9f9;}

ul.nice-menu a.active {border-bottom: 0px solid #fffa93; color:#25b9f9;}

ul.nice-menu li li a { 
  padding: 3px 5px 3px 10px;
  font-size: 0.7em;
  font-weight:normal;
  text-align:left;
  color: #222222 !important; 
}

ul.nice-menu li li a:hover {color:#ffefe4; text-decoration:none;}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 2.2em;
  left: -1px; /* LTR */
  border: 0;
  border-top: 0px solid #ccc;
  margin-right: 0; /* LTR */
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 150px;
}

li.menu-3034 a,  li.menu-3034{padding-right:0px;border-right:none !important;}
li.menu-5023 {padding-left:7px !important;}

/******************************
 VERTICAL (left/right) menus
******************************/

/* This is the default width of all vertical menus. */
ul.nice-menu-right, ul.nice-menu-left,
ul.nice-menu-right li, ul.nice-menu-left li {
  width: 12.5em;
}

/* VERTICAL menus where submenus pop RIGHT (default). */
ul.nice-menu-right ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  width: 12.5em;
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent {
  background: #eee url(arrow-right.png) right center no-repeat;
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li.over,
ul.nice-menu-right li li.menuparent:hover,
ul.nice-menu-right li li.over {
  background: #ccc url(arrow-right.png) right center no-repeat;
}

/* VERTICAL menus where submenus pop LEFT. */
ul.nice-menu-left li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  width: 12.5em;
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent {
  background: #eee url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li.over,
ul.nice-menu-left li li.menuparent:hover,
ul.nice-menu-left li li.over {
  background: #ccc url(arrow-left.png) left center no-repeat;
}

ul.nice-menu-left a, ul.nice-menu-left ul a {
  padding-left: 14px;
}

/******************************
 HORIZONTAL (down) menus
******************************/

ul.nice-menu-down {
  float: right; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
/*  border-top: 1px solid #ccc; 
  width: 160px;*/
  padding: 0px 0px 0px 53px;
  text-align:left;
  /*border-left:1px solid #C39292;
  border-right:1px solid #A44C4B;
  height:59px;*/
}

ul.nice-menu-down li li.first {
  border-top: 2px #888 solid;
  }
  
ul.nice-menu-down li li.last {
  border-bottom: 2px #888 solid;
  }

ul.nice-menu-down li li {
  border: 2px #888 solid;
  border-top:0;
  border-bottom:0;
  margin:0;
  padding:5px;
  background-color:#eee;
/*  background: url(images/menu_pri_background.jpg); */
}

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

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

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

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

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

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
 /* background: #fff url(images/arrow-down.png) left center no-repeat;  LTR */
}

ul.nice-menu-down li.menuparent:hover a,
ul.nice-menu-down li.over a,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover a,
#header-region ul.nice-menu-down li.over a{
  
}

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

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
  background: #fff url(images/arrow-right.png) right center no-repeat; /* LTR */
}


/* ADM MENU */

#block-nice_menus-2 {
	font-size:0.6em;
	position:absolute;
	top:0px;
	width:150px;
	z-index:1000;
	background: #c6c6c6;
	}
  
#nice-menu-2 {width:150px; padding: 0 0em 0 10px; margin:0;z-index:1000;}
  
#block-nice_menus-2 ul.nice-menu a{padding:6px;}

#block-nice_menus-2 .nice-menu a {padding:0; margin:0; color:#000; font-size:1em; font-family:arial;}

#block-nice_menus-2 .nice-menu a.active {background: #eee;}

#block-nice_menus-2 .nice-menu li.ie-over a.active {font-weight:bold;}

#block-nice_menus-2 ul.nice-menu-down li {padding:0; margin:0; border:none; height:auto;}

#block-nice_menus-2 ul.nice-menu li li a {font-size:1em;padding:10px;}