
/* Styles for menus */

/* Section Sub-menus */
.sec-menu 
{
font-size: 75%;
font-family: Arial, Helvetica, sans-serif; 
}

.sec-menu:link 
{
text-decoration : none;  
color : #101010;
}

.sec-menu:visited 
{
text-decoration : none;  
color : #101010;
}

.sec-menu:hover 
{
text-decoration : none;
color: white;
background-color: blue;
}

.sec-menu-div
{
margin-right : 0.2em; 
line-height: 1.1; 
padding-bottom: 0em; 
padding-top: 0em;
margin-bottom: 0em;
margin-top: 0em;
}

.sec-menu-sel 
{
text-decoration : none;  
font-size: 75%;
font-family: Arial, Helvetica, sans-serif;  
color : blue;
}

.menu-bullet 
{
font-family: Courier, monospace;
text-align: center;
color: blue;
font-size: 125%;
padding: 0em; 
margin: 0em;
vertical-align: middle;
line-height: 0.5;
}


.sec-menu-hdng 
{
text-decoration : none;  
font-family: Arial, sans-serif; 
color: white;  
margin-right: 0.25em; 
margin-left: 0.25em; 
margin-top: 0.6em;
margin-bottom: 0.3em;
padding: 0.1em; 
background-color: #0066cc; 
font-size : 80%; 
font-weight: bold;
}

/* Menu of sections */
.menu-sec-bdr
{    
    font-family: Arial,sans-serif;
    font-weight: bold;
    font-size: 70%;
    text-align: center;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    border-bottom: 1px solid black;
    text-transform: uppercase;    
}

.menu-sec :hover 
{
    text-decoration : none;
    font-face: sans-serif; 
    color: green; 
    background-color: blue;
}

.menu-sec
{    
    font-family: Arial, sans-serif;
    font-weight: bold;
    font-size: 90%;
    text-align: center;
    padding-top: 0.6em;
    padding-bottom: 0.0em; 
}

.menu-sec-link:link 
{
text-decoration : none;  
color : black;
}

.menu-sec-link:visited 
{
text-decoration : none;  
color : black;
}

.menu-sec-link:hover 
{
text-decoration : none;  
color: white;
background-color: blue 
}

/* Top Navbar */
.navbar a:link 
{
    text-decoration: none;  
    font-face: sans-serif; 
    color: blue;
}

.navbar a:visited 
{
    text-decoration : none;
    font-face: sans-serif; 
    color: blue;
}

.navbar a:hover 
{
    text-decoration : none;
    font-face: sans-serif; 
    color: white; 
    background-color: blue;
}


.navbar 
{
    font-size: 100%;      
}
