
.SlideMenu1_folder
{
   font-family: Arial;
   font-size: 12px;
   text-transform: uppercase;
   background-color: #B00000;
   padding-left: 5px;
   width: 100%;
}
.SlideMenu1_item
{
   font-family: Arial;
   font-size: 12px;
   background-color: #FFFFCC;
   padding-left: 5px;
   width: 100%;
}
.SlideMenu1_folder_a
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: none;
}
.SlideMenu1_folder_a:hover
{
   color: #FFFFFF;
   font-weight: bold;
   text-decoration: underline;
}
.SlideMenu1_item_a
{
   color: #B00000;
   font-weight: bold;
   text-decoration: none;
}
.SlideMenu1_item_a:hover
{
   color: #B00000;
   font-weight: bold;
   text-decoration: underline;
}

a.style1:link
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style1:visited
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style1:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a.style1:hover
{
   color: #000000;
   font-weight: bold;
   text-decoration: underline;
}

a {
   color: #B00000;
   font-weight: bold;
   text-decoration: none;
   
}
a:visited
{
   color: #B00000;
   font-weight: bold;
   text-decoration: none;
}
a:active
{
   color: #000000;
   font-weight: bold;
   text-decoration: none;
}
a:hover
{
   color: #B00000;
   font-weight: bold;
   text-decoration: underline;
}