#menu {
	position: absolute;
	height: 23px;
	width: 723px;
	top: 49px;
	left: 40px;
}
	
#menu a {
   position: absolute;
   height: 23px;
   top: 0px; 
   text-decoration: none;
   border: none;
}

#menu a i {
	visibility: hidden;
}

a#home       { left: 0px; width: 59px; background-image: url("../images/menu/menu_01.gif"); }
a#paintings  { left: 59px; width: 111px; background-image: url("../images/menu/menu_02.gif"); }
a#sculptures { left: 170px; width: 126px; background-image: url("../images/menu/menu_03.gif"); }
a#murals     { left: 296px; width: 92px; background-image: url("../images/menu/menu_04.gif"); }
a#drawings   { left: 388px; width: 110px; background-image: url("../images/menu/menu_05.gif"); }
a#associates { left: 498px; width: 120px; background-image: url("../images/menu/menu_06.gif"); }
a#contact    { left: 618px; width: 105px; background-image: url("../images/menu/menu_07.gif");  }

a#home:hover,
a#paintings:hover,
a#sculptures:hover,
a#murals:hover,
a#drawings:hover,
a#associates:hover,
a#contact:hover    { background-position: 0 23px; cursor: pointer; }

a.selected { background-position: 0 23px; }
a:active   { text-decoration: none; border: none; outline: 0;}