html, body
{
	border: 0px;
	margin: 0px;
	padding: 0px;
}

div#menu
{
	width: 742px;
	margin: 0 0 0  173px;
	text-align:left;
	padding: 0 0 0 8px;  
	border:0;
	font-family: Tahoma, Verdana, sans-serif; 
	font-size: 11px;
}

div.menuBar {
 width:100%; /* No idea why, but without this IE7 adds unexpected gaps below the menu buttons */
}

div.menuBar div.menuBarIcons {
	position: absolute;
	top: 4px;
	right: 0px;
	padding: 0px;
	margin: 0px;
	border: 0px;
	height: 20px;
}

div.menuBarIcons a.menuBarIcon {
	padding-right: 0.5em;
	color: blue;
	text-decoration: none;
}
		
div.menuBarIcons a.menuBarIcon img {
	margin-right: 0.25em;
	border: none;
}		

<!--************************************************************************-->
<!--* Copyright 2000-2004 by Mike Hall                                     *-->
<!--* Please see http://www.brainjar.com for terms of use.                 *-->
<!--************************************************************************-->
div.menuBar,
div.menuBar a.menuButton,
div.menuBar a.menuImage,
div.menu,
div.menu a.menuItem,
div.menu a.menuItem span {
  font-family: Tahoma, Verdana, sans-serif; 
  font-size: 11px;
  font-style: normal;
  font-weight: normal;
  color: #000000;
  text-align: left;
}

div.menuBar a.menuButton {
	font-weight: bold;
 }

div.menuBar {
  position: relative;
  top: 0px;
  left: 0px;
  background-color: #e0e0e0;
  border: 2px outset #e0e0e0;
  padding: 6px 0px 6px 0px;
  margin: 0px 0px 0px 0px; 
  text-align: left;
  background-image: url(images/menubar_background.gif);
  background-repeat: repeat;
}

/* "Holly" hack. Stops IE Win adding spurious 5px to top position */
* html div.menuBar {
/* \*/
  height: 1px;
/* */
}

div.menuBar a.menuButton {
  background-color: transparent;
  border: 1px solid #000000;
  color: #000000;
  cursor: default;
  left: 0px;
  margin: 1px;
  padding: 2px 6px 2px 6px;
  position: relative;
  text-decoration: none;
  top: 0px;
  text-align: left;
  z-index: 100;
}


div.menuBar a.menuButton:hover,
div.menuBar a.menuButtonActive,
div.menuBar a.menuButtonActive:hover {
  padding: 2px 6px 2px 6px;
  border: 1px solid #000000;
  background-color: #a0a0a0;
  border-color: #909090 #f0f0f0 #f0f0f0 #909090;
  border-color: #000000;
  color: #ffffff;
/*  left: 1px;
  top: 1px; */
}

div.menu {
  background-color: #ffffff;
  border: 2px outset #e0e0e0;
  left: 0px;
  padding: 0px 1px 1px 0px;
  position: absolute;
  top: 0px;
  visibility: hidden;
  text-align: left;
  z-index: 101;
}

div.menu a.menuItem {
  color: #000000;
  cursor: default;
  display: block;
  padding: 3px 1em;
  text-decoration: none;
  white-space: nowrap;
}

div.menu a.menuItem:hover, 
div.menu a.menuItem:hover span, 
div.menu a.menuItemHighlight {
  background-color: #6060bf;	/* [style=MenuBackground] */
  color: #ffffff;				/* [style=MenuColor] 	  */
}

div.menu a.menuItem span.menuItemText {}

div.menu a.menuItem span.menuItemArrow {
  margin-right: -.75em;
}

div.menu div.menuItemSep {
  border: 1px inset #e0e0e0;
  margin: 4px 2px;
}