
/*  Main table that main navigation is in */

table.simediaHzMenus,
table.menuBarHz,
.menuBarHzOFF,
.menuBarHzOFFover,
.menuBarHzON, {

   font-family:copperplate gothic light,verdana,arial;
   font-size:.9em;
   color:white;
   font-weight:strong;
}

table.menuBarHz {

}


/*  table cell when the page is not chosen before mouseover */

.menuBarHzOFF {

   background-color:;
   color:white;
   font-weight:normal;
   padding-left:7px;
   padding-right:7px;
   padding-top:2px;
   padding-bottom:2px;
   border-right:1px solid #c5c5c5;
}


/*  table cell when the page is not chosen and on mouseover */

.menuBarHzOFFover {

   background-color:;
   color:white;
   font-weight:normal;
   padding-left:7px;
   padding-right:7px;
   padding-top:1px;
   padding-bottom:1px;
   cursor:hand;
   border-right:1px solid #c5c5c5;
}


/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

.menuBarHzOFF a:link, .menuBarHzOFF a:visited {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzOFF a:link:focus, .menuBarHzOFF a:visited:focus {

   color:white;
   font-weight:bold;
}

.menuBarHzOFF a:link {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzOFF a:visited {

   color:white;
   font-weight:bold;
}

.menuBarHzOFF a:link:hover, .menuBarHzOFF a:visited:hover {

   color:white;
   text-decoration:none;
   font-weight:bold;
}

.menuBarHzOFF a:link:active, .menuBarHzOFF a:visited:active {

   color:white;
   font-weight:bold;
}

.menuBarHzOFFover a:link, .menuBarHzOFFover a:visited {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzOFFover a:link:focus, .menuBarHzOFFover a:visited:focus {

   color:white;
   font-weight:bold;
}

.menuBarHzOFFover a:link {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzOFFover a:visited {

   color:white;
   font-weight:bold;
}

.menuBarHzOFFover a:link:hover, .menuBarHzOFFover a:visited:hover {

   color:white;
   text-decoration:none;
   font-weight:bold;
}

.menuBarHzOFFover a:link:active, .menuBarHzOFFover a:visited:active {

   color:white;
   font-weight:bold;
}


/* the selected link on the main navigation, not flyout */

.menuBarHzON {

   background-color:#1F90FA;
   color:white;
   border-right:1px solid #c5c5c5;
   font-weight:bolder;
   padding-left:7px;
   padding-right:7px;
   padding-top:2px;
   padding-bottom:2px;
}

.menuBarHzON a:link, .menuBarHzON a:visited {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzON a:link:focus, .menuBarHzON a:visited:focus {

   color:white;
   font-weight:bold;
}

.menuBarHzON a:link {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

.menuBarHzON a:visited {

   color:white;
   font-weight:bold;
}

.menuBarHzON a:link:hover, .menuBarHzON a:visited:hover {

   color:white;
   text-decoration:none;
   font-weight:bold;
}

.menuBarHzON a:link:active, .menuBarHzON a:visited:active {

   color:white;
   font-weight:bold;
}


/************************************************************
// Begin flyout menues
**************************************************************/

table.simediaHzMenus {

   border-bottom:1px solid #9d9d9d;
   border-left:1px solid #9d9d9d;
   border-right:1px solid #9d9d9d;
}


/* flyout table cells before mouseover */

td.simediaHzMenus {

   background-color:#602827;
   padding-right:7px;
   padding-left:7px;
   padding-bottom:5px;
   padding-top:5px;
   border-top:1px solid #9d9d9d;
}


/* flyout table cells on mouseover */

td.simediaHzMenusON {

   background-color:#602827;
   border-top:1px solid #9d9d9d;
   padding-right:7px;
   padding-left:7px;
   padding-bottom:5px;
   padding-top:5px;
   cursor:hand;
}

td.simediaHzMenus a:link, td.simediaHzMenus a:visited {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

td.simediaHzMenus a:link:focus, td.simediaHzMenus a:visited:focus {

   color:white;
   font-weight:bold;
}

td.simediaHzMenus a:link {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

td.simediaHzMenus a:visited {

   color:white;
   font-weight:bold;
}

td.simediaHzMenus a:link:hover, td.simediaHzMenus a:visited:hover {

   color:white;
   text-decoration:none;
   font-weight:bold;
}

td.simediaHzMenus a:link:active, td.simediaHzMenus a:visited:active {

   color:white;
   font-weight:bold;
}

td.simediaHzMenusON a:link, td.simediaHzMenusON a:visited {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

td.simediaHzMenusON a:link:focus, td.simediaHzMenusON a:visited:focus {

   color:white;
   font-weight:bold;
}

td.simediaHzMenusON a:link {

   color:white;
   font-weight:bold;
   text-decoration:none;
}

td.simediaHzMenusON a:visited {

   color:white;
   font-weight:bold;
}

td.simediaHzMenusON a:link:hover, td.simediaHzMenusON a:visited:hover {

   color:white;
   text-decoration:none;
   font-weight:bold;
}

td.simediaHzMenusON a:link:active, td.simediaHzMenusON a:visited:active {

   color:white;
   font-weight:bold;
}

td.simediaHzMenusImage {

   padding-right:2px;
   padding-left:2px;
   background-color:black;
}

