.chromestyle{
  /*width: auto;*/
  /*height: 100%;*/
  font-family: Arial;
  font-weight: bold;
  /*border: 1px solid #aaaaaa;*/
}


/*.chromestyle:after /*Add margin between menu and rest of content in Firefox*/
/*{
  /*
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
  */
/*}*/


/*************************************************************
 * Styles used by a table version of the menu
 *************************************************************/
.chromestyle table
{
  /*width: 100%;*/
  height: 24px;                     /* CONFIG: Make sure this height is the same as the background image or the height you want for the menu */
  text-align: center;
  /*background: url(/images/layout/menu-background.gif) repeat-x top; /*THEME CHANGE HERE*/
}


.chromestyle table td
{
  /*border-right: 1px solid #FFFFFF;*/
  border-left: 1px solid #FFFFFF;
  text-transform: uppercase;
  /*padding-right: 15px;*/
  padding-left: 8px;
  padding-right: 7px;
  vertical-align: middle;
  margin-left: 2px;
}


/*.chromestyle table td.first
{
  padding-left: 0px;
}*/


/*
.chromestyle table td:last-child
{
  border-right: 0px;
}
*/

/*.chromestyle table td.last
{
  border-right: 0px;
}*/


.chromestyle table a
{
  width: auto;
  color: #60513A;                   /* Color of the unhighlighted menu text */
  line-height: 24px;                /* CONFIG: Make sure this is the same height as the table */
  text-decoration: none;
  display: block;                   /* Required to take over the whole table cell */
}

.chromestyle table a.active
{
  color: #3C83BB;                   /* Color of the highlighted main menu text */
}


/*.chromestyle table a:hover, .chromestyle table .active a, .chromestyle table a.active*/
/*{
/*  color: #3C83BB;                   /* Color of the highlighted main menu text */
  /*background-color: #324C81;        /* Makes the entire background a highlighted main menu a solid color */
  /*background: url(/images/menu/menu-background-over.gif) center center repeat-x;*/ /*THEME CHANGE HERE*/
/*}*/

.chromestyle table a:hover
{
  color: #3C83BB;                   /* Color of the highlighted main menu text */
}

.chromestyle table td:hover
{
  color: #3C83BB;                   /* Color of the highlighted main menu text */
  /*border-right: 1px solid #AA9E90;*/
  border-left: 1px solid #AA9E90;
}



/*************************************************************
 * Style for the Drop Down Menu
 *************************************************************/
.dropmenudiv
{
  position: absolute;
  top: 0;
  width: 160px;
  border: 1px solid #aaaaaa; /*THEME CHANGE HERE*/
  /*border-bottom-width: 1;*/
  z-index: 100;
  background-color: #FFFFFF;        /* Color of the dropdown menu's background */
  visibility: hidden;
  /*filter: progid:DXImageTransform.Microsoft.Shadow(color=#CACACA,direction=135,strength=4);*/ /*Add Shadow in IE. Remove if desired*/
}


/* Sets the style of the drop down menu item links */
.dropmenudiv a
{
  font-weight: normal;
  color: #60513A;                   /* Color of the unhighlighted menu text */
  width: auto;
  display: block;
  text-decoration: none;
  /*border-bottom: 1px solid #BBB;*/ /* Creates a line underneath each menu item */
  padding: 2px 8px 2px 8px;
}

* html .dropmenudiv a /*IE only hack*/
{
  width: 100%;
}

.dropmenudiv a:hover /*THEME CHANGE HERE*/
{
  color: #60513A;                   /* Color of the font when highlighted */
  background-color: #CDDFE4;        /* Background color of the link when highlighted */
}
