/* CSS Document */

/* use this to style the main menu */
#menubar1 ul.horizontal li.level1 {
font: 9pt trebuchet ms, Arial, Helvetica, sans-serif;
}

/* controls the root menu's list item links, use this to style the main menus links */
#menubar1 ul.horizontal li.level1 a { padding:0px 7px;
  color: #ffffff;
  text-decoration: none;
  text-align: center;
  background: url(../images/menuOff.png) no-repeat bottom center;
  text-transform:uppercase;
  margin:8px 0px;
  border-left: 1px solid #6b94c8;
}

/* controls the root menu's list item links when a cursor is over them (mouseover) */
#menubar1 ul.horizontal li.level1 a:hover {
color: #6b94c8;
}

#menubar1 ul.horizontal li#level1-1 a { padding-left:10px !important; border:none; }

/* this controls the style of the dropdown and flyout menus, A great deal of the styling will be done here, probably. */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown {
width: 135px;
  border: 1px solid #191919;
  margin: 0 0 0 0;
}

#menubar1 ul.flyout {
width: 135px;
  border: 1px solid #191919;
  margin: 0 0 0 0;
}

/* this controls the styles of the list items that are in the dropdown and flyout menus.
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2,
#menubar1 ul.flyout li.level3 {
  border-bottom: 1px #191919 solid;
}

/* this controls the styles of the list item's links that are in the dropdown and flyout menus */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2 a,
#menubar1 ul.flyout li.level3 a { width: 135px;
font: 8pt trebuchet ms, Arial, Helvetica, sans-serif;
text-align: left;
  color: #191919;
  padding: 0px 7px;
background:#ffffff;text-transform:uppercase;
text-decoration:none;
margin:0px;
border:0px;
}

/* this controls the style of the list item's links that are in the dropdown and flyout menus when a cursor is over them. (mouseover) */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown li.level2 a:hover,
#menubar1 ul.flyout li.level3 a:hover {
background:#c8c8c1; color:#191919;
}


/* this controls the div that is wrapped around the entire menubar */
#menubar1 { position: relative; float: left; z-index:2; }

/* controls the unordered list tag, I don't think styling should be done here either. Use more specific selectors to style the menu. */
#menubar1 ul { margin: 0px; padding: 0px; list-style: none; }

/* controls a list item in an unordered list tag, I don't think styling should be done here either. Use more specific selectors to style the menu. */
#menubar1 ul li { list-style: none; }

/* controls the list item link tag. */
#menubar1 ul li a { float: left; display: block; }

/* controls the root menu's list items. use this to style the main menu */
#menubar1 ul.horizontal li.level1 { float: left; }

/* controls the width of a list item's link tag. DON'T CHANGE UNLESS YOU KNOW WHAT YOU ARE DOING.
This is needed for things to function well. */
#menubar1 ul.horizontal > li.level1 a { width: auto; }

/* More functional css, don't change unless you know what you are doing */
/* Commented Backslash Hack hides rule from IE5-Mac */
#menubar1 ul li a { float:none; }
/* End IE5-Mac hack */

/* this controls the style of the dropdown and flyout menus, A great deal of the styling will be done here, probably. */
/* note that the comma needs to be there, don't remove it. */
#menubar1 ul.dropdown,
#menubar1 ul.flyout { position: relative; top: 0px; left: 0px; visibility: hidden; }

/* don't change this unless you know what you are doing, this makes sure that the menus appear on the top like they are supposed to */
#menubar1 ul { z-index: 1 !important; }

#menubar1 #bridgetools { margin-bottom: 0px; height: 5px; white-space: nowrap;}

#menubar1 #bridgetools a { opacity: 1;
filter: alpha(opacity=100);
font-style: normal;
margin:0px; }


#menubar2 a {
color: #999999;
font: 11px trebuchet ms, Arial, Helvetica, sans-serif;
text-decoration: none;
border-left: 1px solid #dcdada;
padding: 0px 8px;
text-transform:uppercase; }

#menubar2 a:hover {
color: #666666; }

#menubar2 .item1 { border-left:none; }


#menubar3 .navlabel { font: bold 10px arial, helvetica, sans-serif;
color: #ffffff;
text-align: center;
display:none; }

#menubar3 .navicon { padding: 10 0 0 0;
margin: 10 0 0 0; }

#menubar3 a { display: block;
text-decoration: none;
padding: 10 0 0 0;
outline:none; }

#menubar3 .item1 { padding: 0px; }
