/* DROPMENU.CSS

 * Copyright (C) 2005 Six Ray Vision LLC.  All rights reserved.

 * version: $Id: dropmenu.css,v 1.3 2005/04/19 19:53:35 doug Exp $

 */



/* width of menu is set by going to home page

   click edit home properties and change dropmenuWidth

   if there is no value there, it will be 160 px wide

*/



#dropmenudiv {

  /* you can change these properties */

  background: #f2f3f4;

  background-image:  url('/transera/data/menunav-bg.jpg');

  background-repeat: repeat-x;

  background-position: top left;

  border: 1px solid #e1e1e1;

  border-top: none;

  padding: 5px 0px 5px;

  font-size: 11px;
  
  text-align: left;



  /* control width here - overridden in dropmenu.jsp */

  width: 150px!important;

  position: absolute;

  z-index: 100;

}

#dropmenudiv a:first-child {


}

#dropmenudiv a {

  /* you can change these properties */

  color: #666666;
  padding: 0 5px 8px 10px;


  /* please don't mess */

  display: block;

}



#dropmenudiv a:hover {

  /* you can change these properties */

  color: #4ea3ca;
  text-decoration:none;

}

