﻿body {
}
 

#dropmenudiv{
position:absolute;
border-top:1px solid gray;
border-bottom-width: 0;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}

#dropmenudiv a{
width: 100%;
display: block;
text-indent: 3px;
border-bottom: 1px solid gray;
padding: 1px 0;
text-decoration: none;
font-weight: bold;
}

#dropmenudiv a:hover{ /*hover background color*/
background-color: white;
}
/*-------------------------------------*/
.main_menu:link
{
     font-family:Verdana;
    font-size:11px;
    color:#0D5D56;
  
    font-weight:bold;
    text-decoration:none;
    
    
    
    
 
}
.main_menu:active
{
     font-family:Verdana;
    font-size:11px;
    color:#0D5D56;
    font-weight:bold;
    text-decoration:none;
  
    
}
.main_menu:visited
{
     font-family:Verdana;
    font-size:11px;
    color:#0D5D56;
    font-weight:bold;
    text-decoration:none;
   
  
    
}
.main_menu:hover
{
     font-family:Verdana;
    font-size:11px;
    color:#838282;
    font-weight:bold;
    text-decoration:underline;
    text-decoration:none;
    
   
}

/*-------------------------------------------------------*/
.sub_menu:link
{
     font-family:Verdana;
    font-size:10px;
    color:gray;
    font-weight:bold;
    text-decoration:none;
 
}
.sub_menu:active
{
     font-family:Verdana;
    font-size:10px;
    color:gray;
    font-weight:bold;
    text-decoration:none;

    
}
.sub_menu:visited
{
     font-family:Verdana;
    font-size:10px;
    color:gray;
    font-weight:bold;
    text-decoration:none;
    
    
}
.sub_menu:hover
{
     font-family:Verdana;
    font-size:10px;
    color:red;
    font-weight:bold;
    text-decoration:underline;
    text-decoration:none;
   
    
}