  #navbar {
	border-top: 1px solid #000;
	border-bottom: 1px solid #333;
	background-color: #6A1012;
	}

  #dropdown, #dropdown ul, .drop{
    padding:0;
	margin:0;
	list-style:none;
	line-height: 1;
 	text-align: center;
 }
  
  .drop li { text-align: left; }
 
  .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 a.subpopup {
	padding: 5px 16px 5px 10px;
	background-image: url(arrowright.gif);
	background-repeat: no-repeat;
	background-position: right center;
  }

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

  ul.drop {
	position: absolute;
	display: none;
	background-color: #ECB9BB;
	border-right: 1px solid #333333;
	border-bottom: 1px solid #333333;
 }

  ul.drop 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 {
	background-color: #D54046;
  }

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

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

  #dropdown ul a:hover {
	background-color: #EF686D!important;
	color: #white!important;
  }
   
  #dropdown li ul ul {
	margin: -28px 0 0 10em;
  }

  #dropdown li:hover ul ul, #dropdown li.sfhover ul ul {
	left: -999em;
  }

  #dropdown li li:hover ul, #dropdown li li.sfhover ul {
	left: 32px;
  }

