.sdmenu
{
	width: 110px;
	font-family: Verdana;
	font-size: 12px;
	margin-top: -20px;
	margin-left: 5px;
	
}


.sdmenu .title, .sdmenu {
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: white;
  }

.sdmenu .title a:hover  {
  color: gray;
}

.sdmenu .arrow {
		margin-left: 10px;
    margin-right: 7px;
}

.sdmenu .titlehidden  {
    border-bottom: none;
}

.sdmenu #top  {
 

}

.sdmenu .submenu {
    overflow: hidden;
}

.sdmenu .submenu a {
    padding: 5px 0;
    text-indent: 10px;
    
    display: block;

    color: white;
    text-decoration: none;
}

.sdmenu .submenu a:hover {
    color: gray;
}

.sdmenu .title, .sdmenu .titlehidden a:hover{
    display: block;
    padding: 5px 0;
    font-weight: bold;
    color: #AD0E0E ;
    
  }


A:link
{
}
