

/* Presentation Tablist */ 


#tablist ul{
margin: 0;
padding: 0;
margin-bottom: 1em;
font: bold 100% Arial;
width: 798px;
height: 20px;
border: 1px solid #B00000;
background-color: #B00000;
}

* html #tablist ul{ /*IE only rule, reduce menu width*/
width: 99%;
}

#tablist ul li{
display: inline;
}

#tablist ul li a{
float: left;
color: #ffffff;
padding: 2px 12px;
text-decoration: none;
background: transparent url(img/menu.gif) center right no-repeat;
}

#tablist ul li a:visited{
color: #ffffff;
}

#tablist ul li a:hover{
color: #ffffff;
background-color: #CC3300;
}
