/* Left menu*/
.main_menu{
width:100%;
margin:0 auto;
border-left:2px solid #fdae27;



}

.main_menu td{
text-align: center;
vertical-align:middle;
background-image:url(menu_bg.jpg);


border-right:2px solid #fdae27;
width:16%;

}

.main_menu td a{
text-transform:uppercase;
text-decoration:none;
line-height:19px;

font-size:20px;
color:#000000;
font-weight:bold;


}

.main_menu a:hover, .main_menu td a.sel{
color:red;



}