
/* code for the 'COUNTRIES MENU' */
#tableMenuact {
	height: 45px;
	width: 1000px;
}

/* code for the 'Cambodia' rollover */
a#menucountcamb {
    display: block;
    width: 142px;
    height: 45px;
    background-image: url(../images/menu-country/cambodia-nh.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#menucountcamb:hover {
    background-position: 0 -45px;
}

/* code for the 'Laos' rollover */
a#menucountlaos {
    display: block;
    width: 76px;
    height: 45px;
    background-image: url(../images/menu-country/laos-nh.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#menucountlaos:hover {
    background-position: 0 -45px;
}

/* code for the 'Vietnam' rollover */
a#menucountviet {
    display: block;
    width: 128px;
    height: 45px;
    background-image: url(../images/menu-country/vietnam-nh.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#menucountviet:hover {
    background-position: 0 -45px;
}

/* code for the 'Thailand' rollover */
a#menucountthai {
    display: block;
    width: 136px;
    height: 45px;
    background-image: url(../images/menu-country/thailand-active.gif);
    background-position: 0 0;
    margin: 0 auto;
}

/* code for the 'Multi-country' rollover */
a#menucountmc {
    display: block;
    width: 168px;
    height: 45px;
    background-image: url(../images/menu-country/mc-nh.gif);
    background-position: 0 0;
    margin: 0 auto;
}
a#menucountmc:hover {
    background-position: 0 -45px;
}

a .alt { display: none; } /* need this so rollover menus (i think rather than dropdown) work correctly */

















