﻿/* $Id: nice_menus_default.css,v 1.6 2007/10/29 16:38:28 add1sun Exp $ */
/******************************
 Global CSS for ALL menu types
******************************/
#block-nice_menus-1 {
  overflow: visible;
  overflow-y: visible;
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 11px;
  margin-top: 1px;
  height: 32px;
  background:url(../images/nav_background_1.jpg) repeat-x;
}

#block-nice_menus-1 .inner {
  float: left;
}

ul.nice-menu,
ul.nice-menu ul {
  list-style: none;
  padding: 0;
  margin: 0;
  border-top: 0px solid #ccc;
  width:auto;
}

ul.nice-menu a {
  color: #fff;
}

ul.nice-menu li {
  border-right: 1px solid #fff;
  border-top: 0;
  float: left;
  text-align: center;
  /* Additional overrides to deal with Garland theme. */
  margin: 0 0px 0 0;
  padding-left: 0;
}

/* Overrides for Garland header. */
#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: #2c6cb3;
}

ul.nice-menu a {
  padding: 0.3em 5px 0.3em 5px;
}

ul.nice-menu ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu ul {
  top: 2.4em;
  left: -1px;
  border: 0;
  border-top: 0px solid #ccc;
  margin-right: 0;
}

/* Override for Garland header. */
#header-region ul.nice-menu ul {
  top: 1.7em;
}

ul.nice-menu ul li {
  width: 162px;
}

/******************************
 OCHA top image menu
******************************/
ul.nice-menu li,
ul.nice-menu li a:link,
ul.nice-menu li a:visited {
  padding: 0px;
  height: 32px;
  width: 162px;
  display:block;
  color:#fff;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:250%;
}

ul.nice-menu li.menuparent:hover {
  margin-left: -1px;
  width: 162px;
  background: #fff;
  color:#f28a52;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:250%;
  border-right: 1px solid #f28a52;
  border-left: 1px solid #f28a52;
  border-top: 1px solid #f28a52;
}

ul.nice-menu li.menuparent:hover .nolink {
  border-bottom: 2px solid #f28a52;
  color:#f28a52;
  font-size:13px;
  font-weight:bold;
}

ul.nice-menu li ul {
  border-right: 1px solid #f28a52;
  border-left: 1px solid #f28a52;
  border-bottom: 1px solid #f28a52;
}

ul.nice-menu li ul li#menu-17982 {
  border-top: 0px solid #f28a52;
  border-right: 0px solid #f28a52;
}

ul.nice-menu li ul li {
  height:auto;
  width: 162px;
  background-color:#FFF;
}

ul.nice-menu li ul li a:link,
ul.nice-menu li ul li a:visited,
ul.nice-menu li ul li a:hover,
ul.nice-menu li ul li a:active {
  background: #fff;
  padding: 5px 5px 5px 15px;
  width: 135px;
  height: auto;
  line-height:150%;
  text-align: left;
  display: block;
  color:#f28a52;
  font-size:11px;
  text-transform: none;
  border-right: 0px solid #f28a52;
  border-left: 0px solid #f28a52;
  border-top: 0px solid #f28a52;
}

ul.nice-menu li#menu-5357,
ul.nice-menu li#menu-5357 a:link,
ul.nice-menu li#menu-5357 a:visited {
  padding: 0px;
  height: 32px;
  width: 164px;
  display:block;
  color:#fff;
  font-size:13px;
  text-transform:uppercase;
  line-height:250%;
  border-right: 1px solid #f28a52;
}

ul.nice-menu li#menu-5357:hover {
  margin-left: -1px;
  width: 164px;
  background: #fff;
  color:#f28a52;
  font-size:13px;
  font-weight:bold;
  text-transform:uppercase;
  line-height:250%;
  border-right: 1px solid #f28a52;
  border-left: 1px solid #f28a52;
  border-top: 1px solid #f28a52;
}

ul.nice-menu li#menu-5357 ul li {
  height:auto;
  width: 164px;
  background-color:#FFF;
}

ul.nice-menu li#menu-5357 ul li a:link,
ul.nice-menu li#menu-5357 ul li a:visited,
ul.nice-menu li#menu-5357 ul li a:hover,
ul.nice-menu li#menu-5357 ul li a:active {
  background: #fff;
  padding: 5px 5px 5px 15px;
  width: 135px;
  height: auto;
  line-height:150%;
  text-align: left;
  display: block;
  color:#f28a52;
  font-size:11px;
  text-transform: none;
  border-right: 0px solid #f28a52;
  border-left: 0px solid #f28a52;
  border-top: 0px solid #f28a52;
}

/******************************
 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: #2c6cb3 url(arrow-right.png) right center no-repeat;
}

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: #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: #2c6cb3 url(arrow-left.png) left center no-repeat;
}

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: #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;
  border: 0;
}

ul.nice-menu-down li {
  border-top: 0px solid #ccc;
}

ul.nice-menu-down li li {
  border: 0px solid #1a60ae;
}

ul.nice-menu-down ul {
  left: -1px;
}

ul.nice-menu-down ul li {
  clear: both;
}

ul.nice-menu-down li ul li ul,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li ul li ul {
  left: 9.4em;
  top: -1px;
  display:none;
}

ul.nice-menu-down li li a:hover, 
ul.nice-menu-down li li.over {
  background: #1a60ae;
}

ul.nice-menu-down .menuparent a {
  padding-right: 15px;
}

ul.nice-menu-down li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent {
  /*background: #2c6cb3 url(arrow-down.png) right center no-repeat;*/
}

ul.nice-menu-down li.menuparent:hover,
ul.nice-menu-down li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li.menuparent:hover,
#header-region ul.nice-menu-down li.over {
/*background: #ccc url(arrow-down.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent {
/*background: #2c6cb3 url(arrow-right.png) right center no-repeat;*/
}

ul.nice-menu-down li li.menuparent:hover,
ul.nice-menu-down li li.over,
/* Repeat for Garland header. */
#header-region ul.nice-menu-down li li.menuparent:hover,
#header-region ul.nice-menu-down li li.over {
/*background: #ccc url(arrow-right.png) right center no-repeat;*/
}

/******************************
 What We Do Menu
******************************/
.menu-what-we-do-tabs {
  width: 95%;
  height: 25px;
  border-bottom:1px solid #cccccc;
  margin-bottom:30px;
}

.menu-what-we-do-tabs ul.menu {
  margin: 0;
  padding: 0;
  position: absolute;
}
 
.menu-what-we-do-tabs ul.menu li {
  display: inline;
  list-style: none;
  margin: 0 5px 0 0;
  padding: 2px 0.5em 2px 0.5em;
}

.menu-what-we-do-tabs ul.menu li.expanded.active-trail, .menu-what-we-do-tabs ul.menu li.leaf.active-trail, .menu-what-we-do-tabs ul.menu li.menu-mlid-22979.active, .menu-what-we-do-tabs ul.menu li.menu-mlid-23001.active, .menu-what-we-do-tabs ul.menu li.menu-mlid-23100.active, .menu-what-we-do-tabs ul.menu li.menu-mlid-23107.active, .menu-what-we-do-tabs ul.menu li.menu-mlid-22986.active, .menu-what-we-do-tabs ul.menu li.menu-mlid-23022.active, .menu-what-we-do-tabs ul.menu li.leaf.active {
  display: inline;
  list-style: none;
  margin: 0 5px 0 0;
  line-height: 25px;
  border: 1px solid #cccccc ;
  border-bottom:1px solid #fff;
  padding: 4px 1em 6px 1em;
  position:relative;
  background-color:#fff;
}

.menu-what-we-do-tabs ul.menu li ul li.leaf.active-trail, .menu-what-we-do-tabs ul.menu li ul li.leaf.active {
  background-color:#efefef;
  padding: 0px 0.5em 0px 0.5em;
  border-right: 1px dotted #AAA;
  border-left:none;
  border-top:none; 
}

.menu-what-we-do-tabs ul.menu li ul li.leaf.last.active-trail {
  border-right:none;
}

.menu-what-we-do-tabs ul.menu li ul li{
  display: inline;
  margin: 0;
  padding: 0 10px 0 0;
  border:none;
}

.menu-what-we-do-tabs ul.menu ul {
  display: none;
  margin:0px;
  padding:0px;
}

.menu-what-we-do-tabs ul.menu li.active-trail ul {
  position: absolute;
  display: block;
  width: 660px;
  top:20px;
  margin: 5px 0 0 0;
  text-align:center;
  left:0;
  background-color:#fff;
  font-size:12px;
}

.menu-what-we-do-tabs ul.menu li ul li {
  background-color:#FFF;
  padding: 0px 0.5em 0px 0.5em;
  border-right: 1px dotted #AAA;
}

.menu-what-we-do-tabs ul.menu li ul li.last {
  border:none;
}

.menu-what-we-do-right .active-trail {
  color:#000;
}

body.dark-gray-theme
#header-region ul.nice-menu ul ,
body.dark-gray-theme
ul.nice-menu li ul {
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-bottom: 1px solid #333333;
}

body.dark-gray-theme
ul.nice-menu li.menuparent:hover 
{
  border-right: 1px solid #333333;
  border-left: 1px solid #333333;
  border-top: 1px solid #333333;
}
body.dark-gray-theme
ul.nice-menu-down li.menuparent {
  background:url(/sites/all/themes/ochaonline_theme/images/task-bar-dark-gray.png);
}

body.dark-gray-theme
ul.nice-menu-down li.menu-path-node-1 {
  background:url(/sites/all/themes/ochaonline_theme/images/task-bar-dark-gray.png);
}

body.dark-gray-theme
ul.nice-menu li.menuparent:hover .nolink,
body.dark-gray-theme
#header-region ul.nice-menu ul li,
body.dark-gray-theme
#header-region ul.nice-menu li.last ul li {
  border-right: 1px solid #333333;
  color: #333333;
}

body.dark-gray-theme
ul.nice-menu li.menuparent:hover
{
  background: #FFFFFF;
}
body.dark-gray-theme ul.nice-menu li.menuparent ul li a:link,
body.dark-gray-theme ul.nice-menu li.menuparent ul li a:visited,
body.dark-gray-theme ul.nice-menu li.menuparent ul li a:active,
body.dark-gray-theme ul.nice-menu li.menuparent ul li a:hover {
  color: #333333;
}

body.dark-gray-theme #block-nice_menus-1
{
  background:url(/sites/all/themes/ochaonline_theme/images/task-bar-dark-gray.png);
}
