/* CSS Document */

#MENU
{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
margin:0px 0px 0px 0px;
padding:0;
position:relative;
height:33px;
clear:both;
text-align:center;
background-image:url(menu.jpg);
background-repeat:repeat-x;
width:790px;
}

#MENU UL
{
list-style-type:none;
padding:0;
margin:0;
}

#MENU UL LI
{
display:inline;
padding:0;
margin:0;
float:left;
height:33px;
}

#MENU UL LI#HOMEPAGE,
	#MENU UL LI#HOMEPAGE A
		{
		width:182px; 
		}

#MENU UL LI#INTERACTIVECATALOG,
	#MENU UL LI#INTERACTIVECATALOG A
		{
		width:142px; 
		}

#MENU UL LI#OURSTAFF,
	#MENU UL LI#OURSTAFF A
		{
		width:142px; 
		}

#MENU UL LI#COMPANYPOLICIES,
	#MENU UL LI#COMPANYPOLICIES A
		{
		width:142px; 
		}

#MENU UL LI#CONTACTUS,
	#MENU UL LI#CONTACTUS A
		{
		width:142px; 
		}

#MENU UL LI#HOMEPAGE A:HOVER
{
background-image:url(menu_over.jpg);
width:182px;
background-position: 0 0;
}

#MENU UL LI#INTERACTIVECATALOG A:HOVER
{
background-image:url(menu_over.jpg);
width:142px;
background-position: -182px 0;
}

#MENU UL LI#OURSTAFF A:HOVER
{
width:142px;
background-image:url(menu_over.jpg);
background-position: -324px 0;
}

#MENU UL LI#COMPANYPOLICIES A:HOVER
{
width:142px;
background-image:url(menu_over.jpg);
background-position: -466px 0;
}

#MENU UL LI#CONTACTUS A:HOVER
{
width:142px;
background-image:url(menu_over.jpg);
background-position: -608px 0;
}

#MENU UL LI A:link,
#MENU UL LI A:visited,
#MENU UL LI A:hover,
#MENU UL LI A:active
{
display:block;
color:#000;
text-decoration:none;
line-height:33px;
height:33px;
}

#MENU UL LI A SPAN
{
display: none;
} 