#metanav{
   background: url('/web/resources/images/metanav_bg.png') repeat-x;
   border-top:1px solid #ffffff;
   width:100%;
   position:relative;
   z-index: 1;
}
.metanav_shadow_resi, .metanav_shadow_busi {
	height: 10px;
	width: 960px;
	position: absolute;
	top: 50px;
	left: 0px;
	z-index: 3000;
}
.metanav_shadow_resi{
   background:url("/web/resources/images/metanav_shadow_resi.png") top left no-repeat;
}
.metanav_shadow_busi{
	background:url("/web/resources/images/metanav_shadow_busi.png") top left no-repeat;
}
.lt-ie8 .metanav_shadow_resi, .metanav_shadow_busi{
	filter:none;
	top:50px;
}
.metanav_shadow_bbv{
   height:10px;
   width:960px;
   position:absolute;
   top:47px;
   z-index:3000;
}
.metanav_shadow_tvCogeco{
   height:10px;
   width:960px;
   position:absolute;
   top:50px;
   z-index:3000;
}
.gradient {
       filter: none;
    }
#metanav_content{
    width:960px;
    height:50px;
    margin:0 auto;
    position:relative;
}
#metanav_links{
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
    position: absolute;
    text-align: left;
    width: 600px;
    padding:18px 0 18px 0;
}
#metanav_links a {
    color: #4A4A4A;
    text-decoration: none;
}
#metanav_links a:hover {
    border-bottom: 1px solid #FBD62D;
    color: #4A4A4A;
}
#metanav_links > li {
    display: inline;
    height:50px;
    position:relative;
    width:60px;
}
#metanav_links > li.spacer{
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    padding-right: 11px;
}
#metanav_links > li.spacerLeft{
    /*border-left: 1px solid #CCCCCC;
    margin-left: 10px;
    padding-left: 11px;*/
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    padding-right: 11px;
}
#metanav_links > li.doubleSpacer{
    /*border-right: 1px solid #CCCCCC;
    border-left: 1px solid #CCCCCC;
    margin: 0 10px;
    padding: 0 11px;*/
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    padding-right: 11px;
}

#metanav_links .selected {
    color: #4A4A4A;
    border-right: 1px solid #CCCCCC;
    margin-right: 10px;
    padding-right: 11px;
}
#metanav_links .selected span{
    border-bottom: 1px solid #FBD62D;
    color: #4A4A4A;
}
#metanav_linkpromotion{
    float:right;
    font-family: Arial,Helvetica,sans-serif;
    font-size: 12px;
}
#metanav_linkpromotion ul li{
    list-style:none;
    float:left;
    text-align:center;
}
#metanav_linkpromotion ul li a{
   color: #4A4A4A;
    text-decoration: none;
    height:32px;
}
.mn_promotion{
   float:left;
   background: #e6e6e6; /* Old browsers */
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   background: -moz-linear-gradient(top,  #e6e6e6 0%, #ffffff 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e6e6e6), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #e6e6e6 0%,#ffffff 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #e6e6e6 0%,#ffffff 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */
   width:95px;
   height:42px;
   border-left:1px solid #cecece;
   border-right:1px solid #cecece;
   padding:18px 0 0 0;
}
.mn_promotion:hover{
   float:left;
   background: #e6e6e6; /* Old browsers */
   /* IE9 SVG, needs conditional override of 'filter' to 'none' */
   background: -moz-linear-gradient(top,  #ffffff 0%, #e6e6e6 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e6e6e6)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #ffffff 0%,#e6e6e6 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #ffffff 0%,#e6e6e6 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e6e6',GradientType=0 ); /* IE6-8 */
   width:95px;
   height:42px;
   border-left:1px solid #cecece;
   border-right:1px solid #cecece;
   padding:18px 0 0 0;
}

.mn_courriel, .mn_myaccount{
   float:left;
   background: #f0e159; /* Old browsers */
   background: -moz-linear-gradient(top,  #f0e159 0%, #eac518 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e159), color-stop(100%,#eac518)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #f0e159 0%,#eac518 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #f0e159 0%,#eac518 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e159', endColorstr='#eac518',GradientType=0 ); /* IE6-8 */
   width:95px;
   height:42px;
   cursor:pointer;
   border-right:1px solid #c7c7c8;
   padding:18px 0 0 0;
}
.mn_courriel:hover, .mn_myaccount:hover{
   float:left;
   background: #f0e159; /* Old browsers */
   background: -moz-linear-gradient(top,  #f0e159 0%, #F6ED9A 100%); /* FF3.6+ */
   background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0e159), color-stop(100%,#F6ED9A)); /* Chrome,Safari4+ */
   background: -webkit-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* Chrome10+,Safari5.1+ */
   background: -o-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* Opera 11.10+ */
   background: -ms-linear-gradient(top,  #f0e159 0%,#F6ED9A 100%); /* IE10+ */
   background: linear-gradient(to bottom,  #f0e159 0%,#F6ED9A 100%); /* W3C */
   filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f0e159', endColorstr='#F6ED9A',GradientType=0 ); /* IE6-8 */
   width:95px;
   height:42px;
   cursor:pointer;
   border-right:1px solid #c7c7c8;
   padding:18px 0 0 0;
}
