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