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

#block-nice_menus-1{
    clear: both;
    overflow: visible;
    padding-top: 27px;
    background:  url(../../misc/img/b.gif) no-repeat 0 100%; 
    padding-left: 1px;
    font-family: Verdana, Tahoma;
}

/******************************
 Global CSS for ALL menu types
******************************/

#block-nice_menus-1 ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin-left: 0em !important;
}

ul.nice-menu li {
	border-top: 0;
    float: left;
    height: 35px;
    line-height: 35px;
    background:  url(../../misc/img/b.gif) no-repeat 100% 0; 
}

ul.nice-menu a {
    color: #fff;
    padding: 0 15px;
    font-size: 1em;	
}

ul.nice-menu a:hover{
background: #b50001; 
text-decoration:none;
}
ul.nice-menu li.active-trail a.active{
    background: #db0000; 
    color: #fff;
}
/*ul.nice-menu li li.active-trail a.active{

	color: #fff;
}*/
ul.nice-menu ul {
  top: 2.5em;
  left: -1px; /* LTR */
  border: 0;
  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: rgb(181, 0, 1);
}

ul.nice-menu-right li.menuparent:hover,
ul.nice-menu-right li li.menuparent:hover {
  background: rgb(181, 0, 1);
}

/* 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 left center no-repeat;
}

ul.nice-menu-left li.menuparent:hover,
ul.nice-menu-left li li.menuparent:hover {
  background: #ccc 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 {
/*    background: url(../../misc/img/b.gif) no-repeat 100% 0; */
    font-size: 14px;
}

ul.nice-menu-down li li {
  border-top: 0;
}

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

ul.nice-menu-down li ul li {
background:#db0000;
font-size:12px;
line-height: 120%;
height:auto;
width:175px;
clear: both;
border-bottom: 1px solid #ee0000;	
}
ul.nice-menu-down li li a {
	height:100%;
	padding-bottom: 7px;
	padding-top: 7px;
}


ul.nice-menu-down li ul li ul {
  left: 12.5em; /* LTR */
  top: 20px;
  z-index:8;
}

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

ul.nice-menu-down li.menuparent {
    background: url(../../misc/img/b.gif) no-repeat 100% 0;
height: 35px;
}
/*
ul.nice-menu-down li.menuparent:hover {
  background: #000 right center no-repeat;
}
*/
ul.nice-menu-down li li.menuparent {
  background: #db0000 right center no-repeat; /* LTR */
  height: auto;
}

/*ul.nice-menu-down li li.menuparent:hover {
  background: #ccc 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-top: 0;
  padding-bottom: 0;
  padding-left:0;
  position:relative;
  left:-1px;
}

#header-region ul.nice-menu ul {
  top: 1.8em;
  left: -1px;
  border: 0;
  margin-right: 0;
}

#header-region ul.nice-menu ul {
  top: 2.6em;
}

/**
 * HORIZONTAL (down) menus
 */
#header-region ul.nice-menu-down li ul li ul {
  left: 12.5em;
  top: 0;
}

#header-region ul.nice-menu-down li.menuparent {
    font-size: 14px;
    float: left;
    height: 35px;
    line-height: 35px;
    padding-right: 2px;
background: url(../../misc/img/b.gif) no-repeat 100% 0;
}