﻿/* 
    override for when French site requires slightly different CSS to the English 
*/
div#home ul li a
{
    background-image:url(/assets/images/headings/fr/title-sprite.png);
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/headings/fr/title-sprite.png', sizingMethod='fixed');
    _background-image: url(/assets/images/trans.gif);
}

div.contentBlock div.hubNav ul li em a
{
    background:url(/assets/images/headings/fr/title-sprite.png) 0 0 no-repeat;
    _filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='/assets/images/headings/fr/title-sprite.png', sizingMethod='fixed');
    _background-image: url(/assets/images/trans.gif);
}
/* navigation widths vary for frecnh language */
div#home ul li a.the-space 
{
    width: 510px;
}
div#home ul li a.workshops 
{
    width: 480px;
}
div#home ul li a.tours 
{
    width: 390px;
}
div#home ul li a.lunch 
{
    width: 530px;
}
div#home ul li a.dinner 
{
    width: 310px;
}
div#home ul li a.whats-on 
{
    width: 420px;
}