/* begin CSS for BLUE drop down javascript menu */

div.BlueTable {
 background-color: transparent;
 border-right: 0px;
 border-bottom: 0px;
 border-left: 0px;
 border-top: 0px;
 color: #000099;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 left: 0px;
 line-height: 24px;
 position: absolute;
 text-align: left;
 top: 800px;
 visibility: hidden;
 z-index: 100; }

div.BlueTableSubMenu {
 background-color: transparent;
 border-left: 1px solid #ffffff;
 border-right: 1px solid #000000;
 border-bottom: 1px solid #000000;
 border-top: 1px solid #ffffff;
 color: #000099;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 left: 0px;
 line-height: 24px;
 position: absolute;
 text-align: left;
 top: -10px;
 visibility: hidden;
 z-index: 100; }

div.BlueTable a.BlueTableItem,
div.BlueTable a.BlueTableItemTop,
div.BlueTableSubMenu a.BlueTableItem,
div.BlueTableSubMenu a.BlueTableItemTop {
 background-color: #CDDBEB;
 border-bottom: 1px solid #454ec7;
 border-left: 1px solid #454ec7;
 border-right: 1px solid #454ec7;
 color: #000099;
 display: block;
 font-family: Verdana,Arial,Helvetica,sans-serif;
 font-size: 14px;
 font-style: normal;
 font-weight: bold;
 line-height: 24px;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 8px;
 padding-right: 12px;
 text-align: left;
 text-decoration: none;
 white-space: nowrap; }

div.BlueTable a.BlueTableItemTop {
 border-top: 1px solid #C0C0C0;
 }

div.BlueTableSubMenu a.BlueTableItemTop {
 border-top: 1px solid #454ec7;
 }

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 {
	background-color: #454ec7;
	color: #FFFF00;
	font-family: Verdana,Arial,Helvetica,sans-serif;
	font-size: 14px;
	font-weight: bold;
    text-align: left;
	 }

/* 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: normal;
 color: #000099;
 display: block;
 padding-top: 0px;
 padding-bottom: 0px;
 padding-left: 3px;
 padding-right: 12px;
 line-height: 1px;
 text-align: left; 
 text-decoration: none;
 white-space: nowrap;
 background-color: transparent;
 border-right: 0px;
 border-bottom: 0px;
 border-left: 0px;
 border-top: 0px; }


/* 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: 14px;
 font-style: normal;
 font-weight: bold;
 color: #000099;
 display: block;
 padding-top: 3px;
 padding-bottom: 3px;
 padding-left: 3px;
 padding-right: 12px;
 line-height: 5px;
 text-decoration: none;
 white-space: nowrap;
 background-color: transparent;
 border-right: 0px;
 border-bottom: 0px;
 border-left: 0px;
 border-top: 0px; }
*/