/** 
 * CSS Stylesheet for the navigation system. This stylesheet is used to
 * control all of the tab navigation elements look and feel.
 *
 * Last Modified By:  $Author: gmead6 $
 * Revision:          $Revision: 1.3 $ $Date: 2006-07-25 14:50:45 $
 */


/* ------------------------------------------------- */
/* Level 1 Tab Style Items                           */
/* ------------------------------------------------- */


/* The general style for rendering level 1 selected tab items */
.navmenuselect 
{
    FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial; 
    BACKGROUND: #003f87;
    COLOR: white;
}

/* The general style for rendering level 1 NOT selected tab items */
.navmenunotselect
{
    FONT-SIZE: 13px; COLOR: #000000; FONT-FAMILY: Arial;
    BACKGROUND: #c8cdd5;
    COLOR: #555555;
}

/* The hovering style for rendering level 1 selected tab items on mouse over */
.navmenuselect A:hover
{
    TEXT-DECORATION: underline;
}

/* The hovering style for rendering level 1 NOT selected tab items on mouse over */
.navmenunotselect A:hover
{
    TEXT-DECORATION: underline;
}


/* ------------------------------------------------- */
/* Level 2 Tab Style Items                           */
/* ------------------------------------------------- */

/* The general style for rendering level 2 tab backgrounds */
.navsubmenubackground
{
    BACKGROUND: #003f87;
}

.navsubmenubackground A:hover
{
    TEXT-DECORATION: underline;
}

/* The general style for rendering level 2 selected tab items */
.navsubmenuselect
{
    COLOR: white;
    BACKGROUND: #003f87;
    FONT-SIZE: 13px; FONT-FAMILY: Arial;
}

/* The general style for rendering level 2 NOT selected tab items */
.navsubmenunotselect
{
    COLOR: #c8cdd5;
    BACKGROUND: #003f87;
    
    FONT-SIZE: 13px; FONT-FAMILY: Arial;
}



/* The hovering style for rendering level 2 selected tab items on mouse over */
.navsubmenuselect A:hover 
{
    TEXT-DECORATION: none;
}

/* The hovering style for rendering level 2 NOT selected tab items on mouse over */
.navsubmenunotselect A:hover 
{
    COLOR: #EAEAEA;
    TEXT-DECORATION: underline;
}

/* The navigation indicator on each page */
.navlocationnotselect
{
    FONT-SIZE:		8pt;
}

/* The navigation indicator on each page */
td.navlocationnotselect A:hover 
{
    color: #4b0082;
    TEXT-DECORATION: underline;
}

/* The footer on each page */
.footer
{
    FONT-SIZE:		8pt;
} 

/* The associated image if any */
.notselected {
filter:alpha(opacity=50);
-moz-opacity:0.5;
border:0px;
width:15px;
vertical-align:bottom;
}

/* The associated image if any */
.selected {
-moz-opacity:1;
width:15px;
vertical-align:bottom;
}




