/* begin CSS for BLUE drop down javascript menu */

div.BlueTable,
div.BlueTableSubMenu {
 background-color: transparent;
 line-height: 18px;  	
 left: 0px;
 position: absolute;
 top: 0px;
 z-index: 101;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #ffffff;  
 visibility: hidden;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #ffffff; 
}

div.BlueTableSubMenu {
 border-top: 1px solid #ffffff;

 }

div.BlueTable a.BlueTableItem,
div.BlueTable a.BlueTableItemTop,
div.BlueTableSubMenu a.BlueTableItem,
div.BlueTableSubMenu a.BlueTableItemTop {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #ffffff;
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 12px;
 line-height: 10px;
 line-height: 10px;
 text-decoration: none;
 white-space: nowrap;
 border-right: 1px solid #000000;
 border-left: 1px solid #8D0000;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #000000;
 background-color: #B3221C;

  /* border: 1px solid #8D0000; */
}

div.BlueTable a.BlueTableItemTop {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 10px;
 font-style: normal;
 font-weight: bold;
 color: #ffffff;
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 12px;
 line-height: 10px;
 line-height: 12px;
 text-decoration: none;
 white-space: nowrap;
 border-right: 1px solid #000000;
 border-left: 1px solid #8D0000;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #000000;
 background-color: #B3221C;

  /* border: 1px solid #8D0000; */
}

div.BlueTable a.BlueTableItemTop,
div.BlueTableSubMenu a.BlueTableItemTop {
 border-top: 1px solid #000000;
 }

div.BlueTable a.menuItemHighlight, 		/* keeps main menu highlighted when bringing up sub-menu */
div.BlueTable a.BlueTableItem:hover, 
div.BlueTable a.BlueTableItem:visited:hover,
div.BlueTable a.BlueTableItem:active:hover, 
div.BlueTable a.BlueTableItemTop:hover, 
div.BlueTable a.BlueTableItemTop:visited:hover,
div.BlueTable a.BlueTableItemTop:active:hover,

div.BlueTableSubMenu a.menuItemHighlight, 
div.BlueTableSubMenu a.BlueTableItemTop:hover, 
div.BlueTableSubMenu a.BlueTableItemTop:visited:hover,
div.BlueTableSubMenu a.BlueTableItemTop:active:hover,
div.BlueTableSubMenu a.BlueTableItem:hover, 
div.BlueTableSubMenu a.BlueTableItem:visited:hover,
div.BlueTableSubMenu a.BlueTableItem:active:hover {
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 10px;
	font-weight: bold;
	color: #FFFF00;
	background-color: #8D0000;
    border-right: 1px solid #000000;
    border-left: 1px solid #000000;
    border-bottom: 1px solid #000000;
    border-top: 1px solid #000000;
  }


/* div.menu a.menuItem span.menuItemArrow */
.menuItemArrow{margin-right: -.1em;}

/* blank menu items for Gecko browsers 2 */
a.blank,
a.blank:hover, 
a.blank:visited:hover,
a.blank:active:hover {
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 1px;
 font-style: normal;
 font-weight: bold;
 color: #ffffff;
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 12px;
 line-height: 1px;
 text-decoration: none;
 white-space: nowrap;
 border-right: none;
 border-bottom: none;
 border-left: none;
 background-color: transparent;
 }