/* makes the pointer into a hand always over the menu */
#menuContainer {
   cursor: hand;
	cursor: pointer;
}

a.menuitem img {
border-width: 0px;
height: 31px;
background: top left no-repeat;
padding: 0px;
}

a#menuitem1 img {
width: 143px;
background-image: url(/includes/menu/entermeets_1.jpg);
}

a#menuitem1:hover img {
width: 143px;
background-image: url(/includes/menu/entermeets_2.jpg);
} 

a#menuitem2 img {
width: 146px;
background-image: url(/includes/menu/managemeets_1.jpg);
}

a#menuitem2:hover img {
width: 146px;
background-image: url(/includes/menu/managemeets_2.jpg);
} 

a#menuitem3 img {
width: 134px;
background-image: url(/includes/menu/manageteam_1.jpg);
}

a#menuitem3:hover img {
width: 134px;
background-image: url(/includes/menu/manageteam_2.jpg);
} 
a#menuitem4 img {
width: 153px;
background-image: url(/includes/menu/manageaccount_1.jpg);
}

a#menuitem4:hover img {
width: 153px;
background-image: url(/includes/menu/manageaccount_2.jpg);
} 

a#menuitem5 img {
width: 108px;
background-image: url(/includes/menu/results_1.jpg);
}

a#menuitem5:hover img {
width: 108px;
background-image: url(/includes/menu/results_2.jpg);
} 

a#menuitem6 img {
width: 100px;
background-image: url(/includes/menu/help_1.jpg);
}

a#menuitem6:hover img {
width: 100px;
background-image: url(/includes/menu/help_2.jpg);
} 
