  #navbar {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #909090;
    background-image: url(menubar.jpg);
	background-repeat: repeat-x;
  }

  #dropdown, .popup {
    padding:0;
	margin:0;
	list-style:none;
  }
  
  .cleared {
	clear: both;
	height: 0;
	line-height: 0.0;
	font-size: 0;
    }

  #dropdown a {
	display: block;
	text-decoration: none;
	padding: 5px 10px 5px 10px;
	border-right: 1px solid #333;
	font-size: .85em;
	color: #CCCCCC;
    }
  
  #dropdown a.popup {
	padding: 5px 16px 5px 10px;
	background-image: url(arrowdown.gif);
	background-repeat: no-repeat;
	background-position: right center;
  }

  #dropdown li { 
    float:left;
	width:7em;
  }

  ul.popup {
	position: absolute;
	display: none;
	background-color: #FFFFFF;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
	background-image: url(menugrad.jpg);
	background-repeat: repeat-x;
  }

  ul.popup li a {
	color: #565656;
	border-right: 0;
	padding: 3px 12px 3px 16px;
  }

  #dropdown li:hover a, #dropdown a:focus,
  #dropdown a:active, #dropdown li.over a {
	color: white;
	background-color: green;
  }

  #dropdown li:hover ul a, #dropdown li.over ul a {
	color: #000000;
	background-color: transparent;
  }

  #dropdown li ul, #dropdown ul li  {
	width: 18em;
  }
  
  #dropdown li:hover ul
    {
    display: block;
    }

  #dropdown ul a:hover {
	background-color: #606060!important;
	color: #FFFFFF!important;
  }
  

