/* CSS Document */

.SlideMenu1_folder
{
   font-family: Arial;
   font-size: 11pt;
   height:25px;
   /*text-transform: uppercase;*/
   /*background-color: #2569BC;*/
   /*padding-left: 5px;*/
   width:100%;
}
.SlideMenu1_item
{
   font-family: Arial;
   font-size: 11px;
   /*background-color: #93BEEB;*/
   /*padding-left: 5px;
   width: 180px;*/
}
.SlideMenu1_item a:hover
{
   background-color: #408FDA;
   width: 100%;

}

.SlideMenu1_folder_a
{
   color: #408FDA;
   font-weight: normal;
  text-decoration: none;
}
.SlideMenu1_folder_a:hover
{
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}
.SlideMenu1_item_a
{
   color: #408FDA;
   font-weight: normal;
   text-decoration: none;
}
.SlideMenu1_item_a:hover
{
   color: #FFFFFF;
   font-weight: normal;
   text-decoration: none;
}