﻿/* '''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''
CSS Stylesheet: Navigation 
This stylesheet defines styles for various sidebar navigation layouts.
''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''''' */

/* Javascript navigation */
div.nav
{
    width: 150px;
    padding: 5px;
    border: 1px solid #009900;
    font-family: Arial, Sans-Serif;
    font-size: .9em;
    background-color: #F9F9F9;
    position: relative;
    display:block;
}

div.navHide {display:none;}
    
div.navTitle, a.navTitle 
{
    position: absolute;
    top: -5px;
    right: 15px;
    background-color: #ffffff;
    color: #990000;
    font-weight:bold;
    font-size: 1em; 
}
    
a.navTitleNormal 
{ 
    background-color: #F9F9F9;
    color: #990000;
    font-weight:bold;
    font-size: 1em;
}

div.navMenuItems{margin-top:10px;}

hr.menubullet{height:5px; width:5px; color:#990000; background-color:#990000; 
    margin-right:auto; margin-left:auto; border:solid 1px #990000;}
   
td.menubullet{padding-left:5px;}

td.menuitem{padding-left:5px;}
    
a.nav:link, a.nav:visited, a.nav:active
{
    font-size: .9em;
    font-weight: bold;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, Trebuchet MS, Sans-Serif;
    color: #009900;
}

a.nav:hover
{
    text-decoration: none;
    color: #990000;
}

