/* The navigation links are displayed in a table */

/* The following is an easy way to set the styles for the many classes involved
   while using the flyout menus. It's not required to set every class the same.
   You can always set the classes individually. */
   
/* table styles for main and flyout */
.menuBarVtOff td,
.menuBarVtOffON,
.menuBarVtOffON td,
.menuBarVtON,
.menuBarVtON td,
table.simediaMenus,
{ 
  font-weight: bold;
  font-size:10pt; 
  color:black;
} 

/* background color for main navigation*/
.menuBarVtOff,
.menuBarVtOff td,
.menuBarVtOffON,
.menuBarVtOffON td,
.menuBarVtON,
{
  background-color:;
}

/* background color for flyout navigation*/
td.simediaMenus,
td.simediaMenusON,
td.simediaMenusImage
{
  background-color:;
  
  
}


/************************************************
//
// individual classes below for main navigation
//
************************************************/

/* This is the main navigation table before mouseover */
.menuBarVtOff {
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 3px;
 padding-bottom: 3px;
}

/* This is the main navigation cells before mouseover */
.menuBarVtOff td {

text-decoration: none;
}

/* This is on mouseover for the main navigation table */
.menuBarVtOffON {
 padding-left: 6px;
 padding-right: 6px;
 padding-top: 2px;
 padding-bottom: 2px;
 border: 1px solid #9d9d9d;
 background-color:white;
 cursor: hand;
}

/* This is on mouseover for the main navigation table cells not the actual link*/
.menuBarVtOffON td {
text-decoration: none; 

}

/* main navigation links before mouseover */
/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

.menuBarVtOff a:link, .menuBarVtOff a:visited {color:black;font-weight:normal;text-decoration:none; }
.menuBarVtOff a:link:focus, .menuBarVtOff a:visited:focus { color: black;font-weight:normal; }
.menuBarVtOff a:link { color:black;font-weight:normal;text-decoration:none; }
.menuBarVtOff a:visited { color: black;font-weight:normal; }
.menuBarVtOff a:link:hover, .menuBarVtOff a:visited:hover { color: blue;text-decoration: underline; font-weight:normal;}
.menuBarVtOff a:link:active, .menuBarVtOff a:visited:active { color: black;font-weight:normal; }

/* Main Navigation Links on mouseover*/
/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

.menuBarVtOffON a:link, .menuBarVtOffON a:visited {color:black;font-weight:normal;text-decoration:none; }
.menuBarVtOffON a:link:focus, .menuBarVtOffON a:visited:focus { color: black;font-weight:normal; }
.menuBarVtOffON a:link { color:black;font-weight:normal;text-decoration:none; }
.menuBarVtOffON a:visited { color: black;font-weight:normal; }
.menuBarVtOffON a:link:hover, .menuBarVtOffON a:visited:hover { color: blue;text-decoration: underline; font-weight:normal;}
.menuBarVtOffON a:link:active, .menuBarVtOffON a:visited:active { color: black;font-weight:normal; }

/* this is the current page link table*/
.menuBarVtON {
 padding-left: 7px;
 padding-right: 7px;
 padding-top: 3px;
 padding-bottom: 3px;
 cursor: hand;
 border: 1px solid #9d9d9d;
 background-color:white;
}

/* this is the current page link table cell */
.menuBarVtON td {
 text-decoration: none;
 
}

/* this is the current page link in the main navigation */
/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

.menuBarVtON a:link, .menuBarVtON a:visited {color:black;font-weight:normal;text-decoration:none; }
.menuBarVtON a:link:focus, .menuBarVtON a:visited:focus { color:black;font-weight:normal; }
.menuBarVtON a:link { color:black;font-weight:normal;text-decoration:none; }
.menuBarVtON a:visited { color:black;font-weight:normal; }
.menuBarVtON a:link:hover, .menuBarVtON a:visited:hover { color: blue;text-decoration: underline; font-weight:normal;}
.menuBarVtON a:link:active, .menuBarVtON a:visited:active { color:black;font-weight:normal; }

/********************************************************
// Begin flyout Menu Styles
********************************************************/

/* flyout table border*/
table.simediaMenus {
 border: 1px solid #9d9d9d;
}

/* flyout table cells */
/* setting the background-color here create the color for
   the flyout box before mouseover */
td.simediaMenus {
 padding-right: 7px;
 padding-left: 7px;
 padding-bottom: 3px;
 padding-top: 3px;
}

/* This is the color of the sub navigation flyout links before mouseover */
/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

td.simediaMenus a:link, td.simediaMenus a:visited {color:black;font-weight:normal;text-decoration:none; }
td.simediaMenus a:link:focus, td.simediaMenus a:visited:focus { color:black;font-weight:normal; }
td.simediaMenus a:link { color:black;font-weight:normal;text-decoration:none; }
a.linknav:visited { color:black;font-weight:normal; }
td.simediaMenus a:link:hover, td.simediaMenus a:visited:hover { color: blue;text-decoration: underline; font-weight:normal;}
td.simediaMenus a:link:active, td.simediaMenus a:visited:active { color:black;font-weight:normal; }

/* this is the background color change on mouseover for flyout */
td.simediaMenusON {
 padding-right: 7px;
 padding-left: 7px;
 padding-bottom: 2px;
 padding-top: 2px;
 
 border-top: 1px solid #9d9d9d;
 border-bottom: 1px solid #9d9d9d;
 background-color:white;
 cursor: hand;
}

/* This is the color of the sub navigation flyout links on mouseover */
/* It is highly recommended that you use all link style 
selectors to be cross browser friendly */

td.simediaMenusON a:link, td.simediaMenusON a:visited {color:black;font-weight:normal;text-decoration:none; }
td.simediaMenusON a:link:focus, td.simediaMenusON a:visited:focus { color:black;font-weight:normal; }
td.simediaMenusON a:link { color:black;font-weight:normal;text-decoration:none; }
td.simediaMenusON a:visited { color:black;font-weight:normal; }
td.simediaMenusON a:link:hover, td.simediaMenusON a:visited:hover { color: blue;text-decoration: underline; font-weight:normal;}
td.simediaMenusON a:link:active, td.simediaMenusON a:visited:active { color:black;font-weight:normal; }

/* this is the arrow icon showing there is another level */
/* the background color should probably match the td.simediaMenus background color */
td.simediaMenusImage {
 padding-right: 0px;
 padding-left: 0px;
}

