#header{
  background: url(../files/images/header.png) no-repeat 11px bottom;
  }
#header_a{
  background: url(../files/images/header_a.jpg) no-repeat 11px 25px;
  }

/*MENU*/

#menuA{
height: 25px;
list-style:none;
list-decoration:none;
font-size:12px;
font-family:Arial;
background: RGB(232,29,15);
margin: 0px;
}
#menuA li,
#Layer1 li,
#layer li{
 display:inline;
  

}
#menuA li a{
float:right;
height: 19px !important;
height: 25px;
padding: 5px 3px 1px 3px;
text-decoration:none;
color: white;
display: block;
  margin:0px;
}
#menuA li a:hover, #menuA li a.selected{
background: url(../files/imagesDesign/menuAHover.png) no-repeat bottom;
}
#layer1{
height: 250px;
margin-left: -5;
}
#layer1 ul{
font-family: Arial;
font-size: 11px;
margin: 0px;
padding: 0px;
list-style: none;
}
#layer1 li a{
background: RGB(232,29,15);
display:block;
hight:20px;
float:left ;
padding: 3px 6px 3px 6px;
text-decoration:none;
color: white;
display: block;
}
#layer1 li a:hover,
#layer1 li a.selected{
background: white;
color: RGB(232,29,15);;
}

#layer ul{
font-family: Arial;
font-size: 11px;
margin: 0px;
padding: 0px;
list-style: none;
}
#layer li a{
background: RGB(232,29,15);
display:block;
hight:20px;
float:left ;
padding: 3px 6px 3px 6px;
text-decoration:none;
color: white;
display: block;
}
#layer li a:hover,
#layer li a.selected{
background: white;
color: red;
}

.videoTitle{
font-family: Arial;
font-size: 11px;
background: RGB(232,29,15);;
color: white;
padding: 2px 5px;
}