/* Left menu*/
.bottom_menu{
width:100%;
float:right;




}

.bottom_menu td{
text-align: center;
vertical-align:middle;
height:20px;

width:16%;

}

.bottom_menu td a{

text-decoration:none;
font-family: "Arial";
font-size:16px;
color:#fff;




}

.bottom_menu td a:hover, .bottom_menu td a.selected{

color:#BDE3F8;
}