/* --------------------------- MENU BAR SECTION ---------------------------- */
#menunav {
	list-style: none;
  margin: 0;
  padding: 0;
	height: 48px;
	display: inline;
	overflow: hidden;
	width: 125px;
}
	
#menunav li {
	margin: 0; 
	padding: 0;
	display: inline;
	list-style-type: none;
}

#menunav a {
	float: left;
	padding: 48px 0 0 0;
	overflow: hidden;
	height: 0px !important; 
	height /**/:48px; /* for IE5/Win */
}
	
#menunav a:hover, #menunav a:active {
	background-position: 0 -48px;
}
#menunav a.selected {
	background-position: 0 -48px;
}

/*
#nav_home a  {
	width: 138px;
  background: url(../siteimages/home.png) top left no-repeat;

}
  */
#nav_home a  {
	width: 113px;
  background: url(../siteimages/leftnav/home2.png) top left no-repeat;
}
#nav_biography a  {
	width: 113px;
  background: url(../siteimages/leftnav/info2.png) top left no-repeat;
}
#nav_news a  {
	width: 113px;
  background: url(../siteimages/leftnav/news2.png) top left no-repeat;
}
#nav_views a  {
	width: 113px;
  background: url(../siteimages/leftnav/views2.png) top left no-repeat;
}
#nav_books a  {
	width: 113px;
  background: url(../siteimages/leftnav/books2.png) top left no-repeat;
}
#nav_writing a  {
	width: 125px;
  background: url(../siteimages/leftnav/writing2.png) top left no-repeat;
}
#nav_shop a  {
	width: 113px;
  background: url(../siteimages/leftnav/shop2.png) top left no-repeat;
}
#nav_poetryaid a  {
	width: 113px;
  background: url(../siteimages/leftnav/aid2.png) top left no-repeat;
}
#nav_feedback a  {
	width: 113px;
  background: url(../siteimages/leftnav/talk2.png) top left no-repeat;
}
/* ------------------------ END OF MENU BAR SECTION ---------------------- */

/* ------------------------ POTW NAV ---------------------- */
#potwnavwrap {
  margin: 6px 0px 0px 6px;
  padding: 0;
  padding-left:9px;
  height:86px;
}
#potwnav {
        list-style: none;
  margin: 0;
  padding: 0;
        height: 82px;
        display: inline;
        overflow: hidden;
        width: 100px;
}
#potwnav li {
        margin: 0; 
        padding: 0;
        display: inline;
        list-style-type: none;
}
#potwnav a {
        float: left;
        padding: 82px 0 0 0;
        overflow: hidden;
        height: 0px !important; 
        height /**/:82px; /* for IE5/Win */
}
#potwnav a:hover {
        background-position: 0 -82px;
}
#potwnav a:active {
        background-position: 0 -82px;
}
#potwbutton a  {
        width: 100px;
  background: url(../siteimages/potwImage.gif) top left no-repeat;
}
/* ------------------------ END POTW NAV ---------------------- */

