﻿
 .menuBar
        {
            background-color:inherit;
            text-decoration:none;
            font-weight:bold;
            font-size:0.8em;
            
            z-index:2;

        }
        
        .menuBar a
        {
            text-decoration:none;
            color:#13235A;
	        font-weight:bold;
	        text-decoration:none;
        }
        
        .menuHeaderText
        {
            padding-right:5px;
           
            color:#13235A;
            
        }
        
        .menuBar a:visited
        {
            text-decoration:none;
            color:#13235A
        }
        
        .menuHeader
        {
              background-color:inherit;
              
            
        }
        
      
        .menuHeader,
        .menuHeaderSelected
        {
            padding:5px;
            margin-right:1px;
            float:left;
            border-width:thin;
            border-color:#7696B5;
            border-style:solid;
        }
        
        .menuHeaderSelected
        {
            border-width:thin;
            border-color:Black;
            border-style:solid;
        }
        
       
        .menuHeaderSelected,
        .menuHeaderSelected a,
        .menuHeaderSelected a:visited
        {
            background-color:#f08a00;
            color:White;
         
        }

        .menuItems
        {
           
            background-color:red;
            background-image:url('/Content/Images/menubg.jpg');
            z-index:2;
            visibility:hidden;
            
            position:absolute;
            color:Black;
            margin-left:-7px;
            border-width:thin;
            border-color:Black;
            border-style:solid;
            padding-left:15px;
            width:200px;
            
        }
              
               
        .menuItem
        {
            padding:5px;
        }
     
        .menuItem a,
        .menuItem a:visited
        {
             color:#13235A;
             z-index:1;
        }
        
        .menuItem a:hover
        {
            color:White;
        }