/*top get menu:::::::::::::::::::::*/
#getMenu {
width: 783px;
height: 33px;
background-image: url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif );
margin: 0;
padding: 0;
position: relative;
list-style: none;
top: 0;
}
#getMenu li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
top: 0;
background-image: none;
}
#getMenu li, #getMenu a {
height: 33px;
display: block;
text-indent: -9999px;
text-decoration: none;
}
#mnu1 {
left: 233px;
width: 189px;
}
#mnu2 {
left: 422px;
width: 169px;
}
#mnu3 {
left: 591px;
width: 192px;
}

#mnu1 a:hover {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -233px -33px no-repeat;
}
#mnu2 a:hover {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -422px -33px no-repeat;
}
#mnu3 a:hover {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -591px -33px no-repeat;
}
#mnu1 a:active {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -233px -33px no-repeat;
}
#mnu2 a:active {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -422px -33px no-repeat;
}
#mnu3 a:active {
background: transparent url(http://www.connect2canada.com/images/c2c_fullTopMenu_Lien.gif ) -591px -33px no-repeat;
}