/* $Id: nice_menus.css,v 1.6.2.4 2006/08/11 14:16:28 jakeg Exp $ */
/*
  To help understand the CSS, the HTML looks like this (where x is a number; TYPE is down/left/right; PATH is the menu path such as node/343; MID is the menu id such as 33):
  <ul id='nice-menu-x' class='nice-menu nice-menu-TYPE'>
    <li id='menu-MID' class='menu-path-PATH'><a href='#'>This is a menu item</a></li>
    <li class='menuparent menu-path-PATH'><a href='#'>A submenu</a>
      <ul...><li...>...</li>
      </ul>
    </li>
    ...
  </ul>

  If you have more than one nice-menu and want to target a particular one, use its id (e.g. ul.#nice-menu-2)

  See README.txt for some CSS customization examples!

  First we're going to define CSS for all menus, then we'll define based on the type of menu
*/

/* below should fix menu being a few pixels away in some themes, and menus disappearing behind other stuff */
.block-nice_menus {
  line-height: normal;
  /*font-size: normal;*/
  /*position: relative;*/
  z-index: 10;
}

/* need this to enable hidding inner span */
.block-nice_menus h2.title {
  margin: 0;
}
.block-nice_menus h2.title .nice-menu-hide-title {
  display: none;
}
.block-nice_menus h2.title .nice-menu-show-title {
  display: block;
  margin-bottom: 5px;
}

ul.nice-menu,
ul.nice-menu ul{
  list-style: none;
  padding: 0;
  margin: 0;
  z-index: 5;
}

ul.nice-menu li {
  position: relative;
  float: left;
  height: 17px;
  padding-top: 3px;  
  /*background: url(menu.gif);  */
}

ul.nice-menu li a {
  color: #000000;
  font-family: 'Trebuchet MS',Verdana,Arial,Serif;
	font-size:10px;
	font-weight:bold;
}

ul.nice-menu li a:hover {
  color: #b7282f;
}

ul.nice-menu li:hover {
  /*background: url(menu2.gif); */
  color: #b7282f;
}

ul.nice-menu a {
  padding-left: 7px;
  display: block;
  text-decoration: none;
}

ul.nice-menu a:hover {
  text-decoration: none;
}

ul.nice-menu ul{
  position: absolute;
  top: 24px;
  left: -1px;
  border: 0;
  margin-right: 0;
  display: none;
}

ul.nice-menu li.over ul{
  display: block;
}

ul.nice-menu ul li{
  padding: 2px;  
  display: block;
  height: 14px;  
}

ul.nice-menu ul li a{
  font-size: 10px;
  font-family: 'Trebuchet MS',Verdana,Arial,Serif;
  font-weight: bold;
}

ul.nice-menu:after {
  content: "."; 
  display: block;
  height: 0; 
  clear: both; 
  visibility: hidden;
}

/* Show submenus when over their parents */
ul.nice-menu li:hover ul,
ul.nice-menu li.menuparent li:hover ul,
ul.nice-menu li.menuparent li.menuparent li:hover ul,
ul.nice-menu li.over ul,
ul.nice-menu li.menuparent li.over ul,
ul.nice-menu li.menuparent li.menuparent li.over ul { 
  display: block;
  color: #b7282f;
}

 

/* Hide sub-menus initially */
ul.nice-menu li:hover ul ul,
ul.nice-menu li:hover ul ul ul,
ul.nice-menu li.over ul ul,
ul.nice-menu li.over ul ul ul { 
  display: none; 
} 


/* Now stuff specific to the menu type (down, left or right menu pop) */

/* All VERTICAL (left/right) menus */

/* This is the default width of vertical menus. You can override these in your own stylesheet. */
ul.nice-menu-right, ul.nice-menu-left, 
ul.nice-menu-right li, ul.nice-menu-left li{
  
}

/* stuff for VERTICAL menus where submenus pop RIGHT (default) */

ul.nice-menu-right ul {
  
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right ul ul {
  
  left: 12.5em;
  top: -1px;
}

ul.nice-menu-right li.menuparent,
ul.nice-menu-right li li.menuparent{ 
/*  background: url(arrow-right.png) right center no-repeat; */
  color: #b7282f;
}

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: url(arrow-right.png) right center no-repeat; */
}

/* stuff for VERTICAL menus where submenus pop LEFT */

ul.nice-menu-left li ul{
  
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li ul li ul {
  
  left: -12.65em;
  top: -1px;
}

ul.nice-menu-left li.menuparent,
ul.nice-menu-left li li.menuparent{ 
  /* background: url(arrow-left.png) left center no-repeat; */
  /*background: none;*/
}

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: none;*/
 /* background: url(arrow-left.png) left center no-repeat;*/
}

ul.nice-menu-left a, ul.nice-menu-left ul a {  
  padding-left: 14px;
}

/* stuff for HORIZONTAL menus where submenus pop DOWN */

ul.nice-menu-down {
  float: left;
  border: 0;
}

ul.nice-menu-down li {
  
}

ul.nice-menu-down li li {
  border-top: 0;
  background: #ffffff;
  border-right: 1px solid #b7282f;
  border-left: 1px solid #b7282f;
  height: 13px;
}

ul.nice-menu-down li li:hover {  
  background: #b7282f;
  color: white;
  border-right: 1px solid #b7282f;
  border-left: 1px solid #b7282f;
  height: 13px;
}

ul.nice-menu-down li li:hover a:hover {
  color: white;
}

ul.nice-menu-down ul {
  padding-top: 2px;
  /*background: url(menu3.gif) repeat-x;*/
  left: 0;
  border-bottom: 1px solid #b7282f;
}

ul.nice-menu-down ul active {
  background: green;
}

ul.nice-menu-down li ul li ul {
  left: 15.5em;
  top: -1px;
}


ul.nice-menu-down .menuparent a{
  /* padding-right: 15px; */
}

ul.nice-menu-down li.menuparent{ 
  /* background: url(arrow-down.png) right center no-repeat; */
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over{
  /* background: url(arrow-down.png) right center no-repeat; */
}

ul.nice-menu-down li li.menuparent{ 
  /* background: #555 url(arrow-right.png) right center no-repeat; */
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over{
  /* background: #555 url(arrow-right.png) right center no-repeat; */
}

ul.nice-menu-down ul li {
  clear: both;
}

#menu-style{
	background-color:#B7282F;
	border: 4px solid #A58E7A;
	height:26px;	
	margin: 0 0 0 -5px;
}
#menu-style ul li{
	border-right: 4px solid #A58E7A;
	text-align:center;	        
    font-size:12px; 
    padding:4px 12px 5px 12px;   
}

#menu-style ul li a{	
    color: #FFFFFF;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;    
    position: relative;
    text-decoration: none;
    text-transform: uppercase;  
    font-family:'Trebuchet MS',Verdana,Arial,Serif !important;      
}

#menu-style ul li ul li{
	background-color:#B7282F;		
	margin:0px; 
	padding:0px;	
	text-align:left;			
	height:27px;	
}
#menu-style ul li ul li a{
	font-size:12px !important;
	width:180px !important;
}

#menu-style ul li ul li:first-child {
	padding-top:7px;
}
