/* Start of CMSMS style sheet 'NCM Imagemenu Setup V1' */
/* set the size of the unordered list <ul> and add the background image */ /*these are to comment out the comments, so they don't get read by the browser, if you don't need the comments you can delete it.*/
#imap {
  display:block;
  width:654px;
  height:48px;
  background: url(uploads/images/menu.gif) no-repeat;/* main image*/
  position:relative;
  }
  /* set up the unordered list <ul><a> to hold the background image for the hover state */
#imap a#title {
  display:block;
  width:654px;
  height:0px;
  padding-top:0px;
  verflow:hidden;
  position:absolute;
  left:0;
  top:0;
  background:transparent 654px 400px;
  cursor:default;

  }
/* the hack for IE pre IE6 */
* html #imap a#title {
  height:48px;
  he\ight:0;
  }
  /* the <ul><a> hover style to move the background image to position 0 0 */
#imap a#title:hover {
  background-position: 0 0;
  z-index:10;
  }
  /* place the <li>s in the correct absolute position */
#imap li{
  position:absolute;
  padding:0;
  margin:0;
  }
#imap #pic56 {/* this is the first id= */
  left:0px; /* because this is a horizontal menu we are going to move the blocks to the left, the next one is 'left' as many 'px' as the width of the image, plus the '1px'. just keep adding the last one on for the next one, even if they are not the same size. if this was a vertical menu we would be using the " top:0px " to move them from the top down */
  top:0px;
  z-index:20;
  }
#imap #pic57 {
  left:166px;
  top:0px;
  z-index:20;
  }
#imap #pic58 {
  left:329px;
  top:0px;
  z-index:20;
  }
#imap #pic59 {
  left:492px;
  top:0px;
  z-index:20;
  }

  /* style the <li><a> links physical size and the background image for the hover */
#imap a#a56{  /*this is the second id=*/
  display:block;  /*this is so the link is as big as the box it's in and the size of the image.*/
  width:166px;
  height:48px;
  background:transparent url(uploads/ncmimg/button1.gif) -100px -100px no-repeat;   this moves them up and left, out of the way till we need them.
  text-decoration:none;
  z-index:20;
  }
  #imap a#a57 {
  display:block;
  width:163px;
  height:48px;
background:transparent url(uploads/ncmimg/button2.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }
  #imap a#a58 {
  display:block;
  width:163px;
  height:48px;
background:transparent url(uploads/ncmimg/button3.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

  #imap a#a59 {
  display:block;
  width:164px;
  height:48px;
background:transparent url(uploads/ncmimg/button4.gif) -100px -100px no-repeat;
  text-decoration:none;
  z-index:20;
  }

  /* move the link background image to position 0 0 when hovered, back in front so we can see the :hover image, */
#imap a#a56:hover, #imap a#a57:hover, #imap a#a58:hover, #imap a#a59:hover{
  background-position:0 0;
  }
/* End of 'NCM Imagemenu Setup V1' */

