Team:Macquarie Australia/NavBarCss

/* #F93 */ /* #C60 */

  1. navbar {
 border: none;
 border: 0px;
 margin: 0px;
 padding: 0px;
 font: 67.5% "Lucida Sans Unicode", "Bitstream Vera Sans", "Trebuchet Unicode MS", "Lucida Grande", Verdana, Helvetica, sans-serif;
 font-size: 14px;
 font-weight: bold;
 width: auto;

}

  1. navbar ul {
 background: #50b738;
 height: 50px;
 list-style: none;
 margin: 0;
 padding: 0;
 -webkit-border-radius: 15px;
 -moz-border-radius: 15px;
 border-radius: 15px;
 -webkit-box-shadow: inset 0px 16px 0px 0px white(255, 255, 255, 0.1);
 -moz-box-shadow: inset 0px 16px 0px 0px white(255, 255, 255, 0.1);
 box-shadow: inset 0px 16px 0px 0px white(255, 255, 255, 0.1);

}

  1. navbar li {
 float: left;
 padding: 0px 0px 0px 15px;

}

  1. navbar li a {
 color: #000;
 display: block;
 font-weight: normal;
 line-height: 50px;
 margin: 0px;
 padding: 0px 25px;
 text-align: center;
 text-decoration: none;

}

  1. navbar li a:hover {
 background: #7bc470;
 color: #FFF;
 text-decoration: none;
 -webkit-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
 -moz-box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);
 box-shadow: inset 0px 0px 7px 2px rgba(0, 0, 0, 0.3);

}

  1. navbar ul li:hover a {
 background: #50b738;
 color: #FFF;
 text-decoration: none;

}

  1. navbar li ul {
 display: none;
 height: auto;
 padding: 0px;
 margin: 0px;
 border: 0px;
 position: absolute;
 width: 200px;
 z-index: 200;

}

  1. navbar li:hover ul {
 display: block;

}

  1. navbar li li {
 display: block;
 float: none;
 margin: 0px;
 padding: 0px;
 width: 200px;
 background: #ff9933;
 /*this is where the rounded corners for the dropdown disappears*/

}

  1. navbar li:hover li a {
 background: none;

}

  1. navbar li ul a {
 display: block;
 height: 50px;
 font-size: 12px;
 font-style: normal;
 margin: 0px;
 padding: 0px 10px 0px 15px;
 text-align: left;

}

  1. navbar li ul a:hover,
  2. navbar li ul li:hover a {
 border: 0px;
 color: #FFF;
 text-decoration: none;
 background: #cc6600;
 -webkit-box-shadow: inset 0px 0px 7px 2px white(0, 0, 0, 0.3);
 -moz-box-shadow: inset 0px 0px 7px 2px white(0, 0, 0, 0.3);
 box-shadow: inset 0px 0px 7px 2px white(0, 0, 0, 0.3);

}