
/* 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. Netscape and Firefox do not like it
   when you group the styles like this so be careful. */


/* 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:white;
}


/************************************************
//
// individual classes below for main navigation
//
************************************************/


/* This is the main navigation table before mouseover */

.menuBarVtOff {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:8pt;
   font-weight:normal;
   padding-left:5px;
   padding-right:0px;
   padding-top:3px;
   padding-bottom:3px;
   width:150px;
}


/* This is the main navigation cells before mouseover */

.menuBarVtOff td {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:8pt;
   font-weight:normal;
   padding-left:5px;
   padding-right:0px;
   padding-top:3px;
   padding-bottom:3px;
   text-decoration:none;
   border-bottom:1px dotted #f0f0f0;
}


/* This is on mouseover for the main navigation table */

.menuBarVtOffON {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:8pt;
   font-weight:normal;
   padding-left:5px;
   padding-right:0px;
   padding-top:3px;
   padding-bottom:3px;
   cursor:hand;
}


/* This is on mouseover for the main navigation table cells not the actual link*/

.menuBarVtOffON td {

   font-family:Verdana, Arial, Helvetica, sans-serif;
   font-size:8pt;
   font-weight:normal;
   padding-left:5px;
   padding-right:0px;
   padding-top:3px;
   padding-bottom:3px;
   text-decoration:none;
   border-bottom:1px dotted #f0f0f0;
}


/* 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:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

.menuBarVtOff a:link:focus, .menuBarVtOff a:visited:focus {

   color:black;
   font-weight:normal;
}

.menuBarVtOff a:link {

   color:#ff8000;
   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:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

.menuBarVtOffON a:link:focus, .menuBarVtOffON a:visited:focus {

   color:black;
   font-weight:normal;
}

.menuBarVtOffON a:link {

   color:#ff8000;
   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:0px;
   padding-right:0px;
   padding-top:3px;
   padding-bottom:3px;
   cursor:hand;
}


/* 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:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

td.simediaMenus a:link:focus, td.simediaMenus a:visited:focus {

   color:#ff8000;
   font-weight:normal;
}

td.simediaMenus a:link {

   color:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

a.linknav:visited {

   color:#ff8000;
   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:#ff8000;
   font-weight:normal;
}


/* this is the background color change on mouseover for flyout */

td.simediaMenusON {

   padding-right:7px;
   padding-left:7px;
   padding-bottom:3px;
   padding-top:3px;
   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:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

td.simediaMenusON a:link:focus, td.simediaMenusON a:visited:focus {

   color:#ff8000;
   font-weight:normal;
}

td.simediaMenusON a:link {

   color:#ff8000;
   font-weight:normal;
   text-decoration:none;
}

td.simediaMenusON a:visited {

   color:#ff8000;
   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:#ff8000;
   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;
}

