/*FOR IMAGE ROLLOVERS*/
  #menu {
    width: 198px; height: 195px;
    background: url(../images/menu.png);
    margin: 0px;
	padding: 0;
    position: relative;
	}
	
  #menu li, #menu li a {
    margin: 0;
	padding: 0;
	list-style: none;
    position: absolute;
	width: 123px;
	height: 22px;
	display: block;
	}
	
  #b1 {left: 18px}
  #b2 {left: 56px; top: 25px}
  #b3 {left: 34px; top: 52px}
  #b4 {left: 5px; top: 86px}
  #b5 {left: 42px; top: 113px}
  #b6 {left: 72px; top: 149px}
  
  
  #b1 a:hover {background: transparent url(../images/menu.png) -218px 0px no-repeat;}
  #b2 a:hover {background: transparent url(../images/menu.png) -256px -25px no-repeat;}
  #b3 a:hover {background: transparent url(../images/menu.png) -234px -52px no-repeat;}
  #b4 a:hover {background: transparent url(../images/menu.png) -205px -86px no-repeat;}
  #b5 a:hover {background: transparent url(../images/menu.png) -242px -113px no-repeat;}
  #b6 a:hover {background: transparent url(../images/menu.png) -272px -149px no-repeat;}
