/* $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:none;
  float:left;
}
ul.nice-menu li {
  float: left; /* LTR */
  margin-right:1em;
}
ul.nice-menu ul,
ul.nice-menu ul li {
  width: 12.5em;
  clear: both;
  background-color:#aca39a;
}
ul.nice-menu ul li {
	border-bottom:2px solid #881c1c;
}

ul.nice-menu li ul li ul{
  left: 12.5em; /* LTR */
  top: -1px;
  border-left:5px solid white;
}

/* anchor styles */

ul.nice-menu a {
  padding: .75em;
  border-bottom:none;
}

ul.nice-menu li a{
  text-decoration:none;
  color:#000000;
}
ul.nice-menu li a:hover,
ul.nice-menu li a:active,
ul.nice-menu li a:focus {	
   background-color:#cccccc;}
	
ul.nice-menu .menuparent a {
  padding-right: 15px; /* LTR */
}


/* menuparent styles*/
ul.nice-menu li.menuparent {
 /* background: url('arrow-down.png') no-repeat right center; */
}

ul.nice-menu li.menuparent:hover {
 /* background: url('arrow-down.png') no-repeat right center;*/
}

ul.nice-menu li li.menuparent {
 /* background: url('arrow-right-small.png') no-repeat right center; */
}

ul.nice-menu li li.menuparent:hover {
  /* background: url('arrow-right.png') no-repeat right center;  */
  background-color:#cccccc;
}
