/* $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;

}

ul.nice-menu {
  background: url("images/background/bgRestoMenuNew.png") no-repeat scroll 67px 10px transparent;
  height: 90px;
  width: 100%;
  margin: 15px 0 0 25%;
}

ul.nice-menu li {
  border-top: 0;
  float: left; /* LTR */
  width: 125px;
  margin-top: 9px;
}

ul.nice-menu li:first-child {
	margin: 0;
	width: auto;
}

ul.nice-menu ul li.first {
	margin: 0;
	width: 125px;
}
ul.nice-menu ul li
{
	margin: 0;	
}

ul.nice-menu a {
  background:#fff url("images/background/bgMenuItem3.png") no-repeat right bottom;
  color: #929292;
  display: block;
  font-family: trebuchet MS;
  font-size: 11px;
  font-weight: bold;
  height: 15px;
  padding: 6px 20px 4px;
  text-transform: uppercase;
  text-align: center;
}

ul.nice-menu a:hover, ul.nice-menu a.active {
  color: #000;
}

ul.nice-menu a.final{
background: none repeat scroll 0 0 transparent;
}

#nice-menu-1 li ul li a{
	background:url(../images/home/bgSubmenu.png) no-repeat left center;
	text-align:left;
	padding:5px 0 5px 18px;
}

ul.nice-menu ul {
  top: 1.8em;
  left: -1px; /* LTR */
  border: 0;
  margin-right: 0; /* LTR */
}

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

/******************************
 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;
  border: 1px solid;
}

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: 12.5em; /* LTR */
  top: -1px;
}

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

/*ul.nice-menu a.logo
{
	background: url("images/logo/logo3.png") no-repeat scroll left top transparent;
	font-size: 0;
	height: 143px;
	padding: 0 20px 0 0;
	width: 152px;
}*/

ul.nice-menu a.logo
{
	background: url("images/logo/logoNewInterno.png") no-repeat scroll left top transparent;
	font-size: 0;
	height: 46px;
	padding: 0 0 0 0;
	margin:0 20px 0 0;
	width: 200px;
}

ul.nice-menu .menu-549 a
{
	margin:0 0 0 18px;
}

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

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

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

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

/* Customizacoes Menu Admin (Nice Menu) */
#nice-menu-2 {
	margin: 15px 0 0 0;
}

#block-nice_menus-2 ul.nice-menu-down li ul li ul {
	left: 9em; /* LTR */
	top: -1px;
}

#block-nice_menus-2 ul.nice-menu-down li li{
	border: none;
}

#block-nice_menus-2 li ul li.menuparent{
	background: url("images/menu/arrow-right.png") no-repeat right 7px;
}

#block-nice_menus-2 ul.nice-menu {
	height: 75px;
}
