#navcontainer{
background:transparent;
width:124px;
height:240px;
margin-top:-14px;
position:relative;
}

#mainimagemap {
width: 124px;
height: 240px;
background: url(images/menu.gif) no-repeat;
margin: 10px auto;
padding: 0;
position: relative;
}

#mainimagemap li {
margin: 0;
padding: 0;
list-style: none;
position: absolute;
display: block;
height: 32px;
}

#mainimagemap a {
height: 32px;
display: block;
}

#panel1a {left: 0; width: 124px; top: 5px; height: 32px;}
#panel1b {left: 0; width: 124px; top: 42px; height: 32px;}
#panel1c {left: 0; width: 124px; top: 79px; height: 32px;}
#panel1d {left: 0; width: 124px; top: 116px; height: 32px;}
#panel1e {left: 0; width: 124px; top: 153px; height: 32px;}
#panel1f {left: 0; width: 124px; top: 190px; height: 32px;}

/*non hover states */
#panel1a a {height: 32px; width: 124px;} 
#panel1b a {height: 32px; width: 124px;}
#panel1c a {height: 32px; width: 124px;}
#panel1d a {height: 32px; width: 124px;}
#panel1e a {height: 32px; width: 124px;}
#panel1f a {height: 32px; width: 124px;}

/* hover states */
#panel1a a:hover {background: transparent url(images/menu.gif) -125px -5px no-repeat;}
#panel1b a:hover {background: transparent url(images/menu.gif) -125px -42px no-repeat;}
#panel1c a:hover {background: transparent url(images/menu.gif) -125px -79px no-repeat;}
#panel1d a:hover {background: transparent url(images/menu.gif) -125px -116px no-repeat;}
#panel1e a:hover {background: transparent url(images/menu.gif) -125px -153px no-repeat;}
#panel1f a:hover {background: transparent url(images/menu.gif) -125px -190px no-repeat;}

#panel1adown {left: 0; width: 124px; top: 5px; height: 32px;}
#panel1adown a {background: transparent url(images/menu.gif) -125px -5px no-repeat;}

#panellbdown {left: 0; width: 124px; top: 42px; height: 32px;}
#panellbdown a {background: transparent url(images/menu.gif) -125px -42px no-repeat;}

#panel1cdown {left: 0; width: 124px; top: 79px; height: 32px;}
#panel1cdown a {background: transparent url(images/menu.gif) -125px -79px no-repeat;}

#panellddown {left: 0; width: 124px; top: 116px; height: 32px;}
#panellddown a {background: transparent url(images/menu.gif) -125px -116px no-repeat;}

#panel1edown {left: 0; width: 124px; top: 153px; height: 32px;}
#panel1edown a {background: transparent url(images/menu.gif) -125px -153px no-repeat;}

#panel1fdown {left: 0; width: 124px; top: 190px; height: 32px;}
#panel1fdown a {background: transparent url(images/menu.gif) -125px -190px no-repeat;}
/* a#panellbdown:link, a:visited, a:hover, a:active {background: transparent url(images/menu.gif) -125px -42px no-repeat;}
*/