/* $Id: nice_menus_default.css,v 1.10 2010/10/09 16:58:04 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;
  padding: 0;
  margin: 0;
/*  border-top: 1px solid #ccc; */
}

ul.nice-menu li {
/*  border: 1px solid #ccc; */
  border-top: 0;
  float: left; /* LTR */
/*  background-color: #eee; */
}

ul.nice-menu a {
  /* padding: 0.3em 5px 0.3em 5px; */ 
}

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;
}

/******************************
 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 li.menuparent:hover {
  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 li.menuparent:hover {
  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: left; /* LTR */
  border: 0;
}

ul.nice-menu-down li {
/*  border-top: 1px solid #ccc; */
}

ul.nice-menu-down li li {
  border-top: 0;
}

ul.nice-menu-down ul {
  left: 0; /* LTR */
}

ul.nice-menu-down ul li, ul.nice-menu-down ul li.first {
  clear: both;
  
background: #4391c4; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzOTFjNCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjNDM5MWM0IiBzdG9wLW9wYWNpdHk9IjEiLz4KICA8L2xpbmVhckdyYWRpZW50PgogIDxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxIiBoZWlnaHQ9IjEiIGZpbGw9InVybCgjZ3JhZC11Y2dnLWdlbmVyYXRlZCkiIC8+Cjwvc3ZnPg==);
background: -moz-linear-gradient(top,  #4391c4 0%, #4391c4 0%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4391c4), color-stop(0%,#4391c4)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #4391c4 0%,#4391c4 0%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #4391c4 0%,#4391c4 0%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #4391c4 0%,#4391c4 0%); /* IE10+ */
background: linear-gradient(to bottom,  #4391c4 0%,#4391c4 0%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4391c4', endColorstr='#4391c4',GradientType=0 ); /* IE6-8 */

border-bottom:#0072b6 1px solid;
text-indent:29px;

}

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 li { padding:0; margin:0;}
ul.nice-menu-down .menuparent li a {
background:url(images/menu-dropdown-left-aero.png) 18px 7px no-repeat;
font:12px/23px Arial, Helvetica, sans-serif; color:#fff; text-decoration:none;
	}

ul.nice-menu-down .menuparent li:hover {
	background:url(images/menu-dropdown-li-over.png) left top repeat-x #4391c4;
	}
ul.nice-menu-down li.first { padding-left:15px; background:none;}
ul.nice-menu li.menuparent ul li.first { padding-left:0 !important;}

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
 */
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: 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 */
}



/* nice menu start 
.block-nice_menus { float:left;}
.block-nice_menus li.odd, .block-nice_menus li.even {background-color:none !important;}
.ul.nice-menu-down li { border-top:none;}

ul.nice-menu li { border-style:none;}
ul.nice-menu-down .menuparent a { padding-right:;}
ul.nice-menu-down li.menuparent { background:none;}*/

ul.nice-menu li.menuparent ul, #header-region ul.nice-menu li.menuparent ul { border:#0977b9 1px solid; border-bottom:none;} 

