/* CSS Document */

/* use this to style the main menu */
#menubar1 ul.horizontal li.level1 {
font: 8pt 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 { background:url(../images/menuBG.gif) repeat-x top;
padding:25 8 5 8;
margin:0 0 7 0;
  font-style: normal;
  color: #e8e8e8;
  text-decoration: none;
  border-left: 1px solid #ffffff;
  text-transform:uppercase;
}

/* controls the root menu's list item links when a cursor is over them (mouseover) */
#menubar1 ul.horizontal li.level1 a:hover {  color: #ffffff;
}

#menubar1 ul.horizontal li#level1-1 a { border:0px; padding: 25 8 3 5; }

/* 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;
  margin: -6 0 0 0;
  border: 1px solid #00005b;
  background:#ffffff;
}

#menubar1 ul.flyout {
width: 140px;
  margin: 0 0 0 0;
  border: 1px solid #00005b;
  background:#ffffff;
}

/* 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 #00005b 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: 140px;
background:#ffffff url(../images/flyout.gif) repeat-x top;
font: 8pt Arial, Helvetica, sans-serif;
  font-weight: normal;
  color: #00005b;
  padding: 0 8 0 8;
  margin:0px;
text-transform:uppercase;
  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 {
  color: #ffffff; background: #1d2f47 url(../images/flyoutOn.gif) repeat-x top; border:0px; 
}


/* 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 { margin:0px !important; }

#menubar2 a{
display:block;
float:right;
color: #a9b1bd;
font:7pt Arial, Helvetica, sans-serif;
text-decoration:none;
padding:0px 4px 0px 4px;
margin: 0 0 2 0;
border-right:1px solid #6b7d9a;
text-transform:uppercase;
}

#menubar2 a:hover{
color: #ffffff;
}

#menubar2 .item1 { border-right:0px; }

#menubar3 a{
color: #000078;
font:8pt Arial, Helvetica, sans-serif;
text-decoration:none;
padding:0px 4px 0px 4px;
text-transform:uppercase;
border-left: 1px solid #221177;
}

#menubar3 a:hover{
text-decoration: underline;
}
#menubar3 .item1 { border-left:0px; }

#menubar4 a {
	margin: 0px 0px 0px 3px;
	padding:0px;
	text-decoration:none;
}

#menubar4 a:hover { }

#menubar4 .navlabel {
display: none;
}

#menubar4 #bridgetools { position:absolute; top: 10px; left: 10px; z-index:1; }
