#menubar {
  /*float: right;
	position: absolute;*/
  height: 50px;
  color: white;
  background-image: url(/templates/sngexposure/images/navbg.png);
  background-repeat: repeat-x;
  vertical-align: top;
}

#menubar ul {
  margin: 0;
  padding: 0;
  list-style: none;
  
}

#menubar a {
  color: white;
  cursor: pointer;
}

/*#menubar ul li:first-child a {
  border-left-width: 0px;	
}*/

#menubar li { /* all list items */
  color: white;
  float: left;
  font-size: 100%;
  position: relative;
  padding: 20px 6px 0px 6px;
  z-index: 80;
  text-transform: uppercase;
}

#menubar ul li:first-child a {
  padding-left: 0px;
  border-left-width: 0px;
}

#menubar ul li ul li:first-child a {
  padding-left: 8px;
}

#menubar ul li ul li:first-child {
  padding-top: 6px;
}

#menubar li ul {/* second-level lists */
  display: block;
  font-size: 100%;
  left: 5px;
  position: absolute;
  top: 2em;
  width: 14em;
  z-index: 81;
}

#menubar li ul li {
  background-image: none;
  height: auto;
  background-color: #131313;
  float: none;
  width: 14em;
  padding: 0px 0px 6px 0px;
  z-index: 901;
  /*border-bottom: 1px solid #222222;*/
}

#menubar li>ul {/* to override top and left in browsers other than IE */
  top: auto;
  left: 5px;
}

#menubar li ul li ul  {/* third-level lists */
  position: absolute;
  display: block; 
  top: 0;
  left: 13em;
}

/* Fix IE. Hide from IE Mac \
* html #menubar ul li { float: left; height: 1%; }
* html #menubar ul li a { height: 1%; }*/
/* End */

#menubar li:hover ul { display: block; }

#menubar li:hover>ul { visibility:visible; }

#menubar ul ul { visibility:hidden; }		

/* Make-up syles */
#menubar ul, li {
  margin: 0 0 0 0; 
}

/* Styles for Menu Items */
#menubar ul a {
  display: block;
  text-decoration: none;
  padding-left: 12px;
  border-left: 1px solid white;
	/*font-weight: bold;*/
}
/* Hover Styles */
#menubar ul li a:hover { 
  /*text-decoration: underline;*/
  color: red;
}

#menubar li ul {
  /*border: 1px outset white;*/
  border-bottom-width: 0px;
  background-image: none;
}

/* Sub Menu Styles */
#menubar li ul a {
  text-decoration: none;
  color: white;
  padding: 2px 8px;
  border-left: 0px;
  cursor: pointer;
} 

/* Sub Menu Hover Styles */
#menubar li ul a:hover { 
  color: red;
  text-decoration: none;
} 

#header #hdrBtm #navBar #menubar li a span {
  display: inline;
  height: auto;
}

/* Icon Styles 
#menubar li a.submenu {background:#fff url("v_arrow.gif") no-repeat right; }
#menubar li a.submenu:hover {background:#f9f9f9 url("v_arrow.gif") no-repeat right;}
#menubar li ul a.submenu {background:#fff url("r_arrow.gif") no-repeat right;}
#menubar li ul a.submenu:hover {background:#f9f9f9 url("r_arrow.gif") no-repeat right;}*/
