<style type="text/css">

/*Credits: Dynamic Drive CSS Library */
/*URL: http://www.dynamicdrive.com/style/ */

.arrowlistmenu{
width: 235px; /*width of menu*/
}

.arrowlistmenu .headerbar{
font: bold 14px Arial;
color: white;
background: black url(./images/menu.gif) center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenu ul{
font: regular;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #292a27;
background: url(./images/arrow_4.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: regular;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenu ul li a:visited{
color: #292a27;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #292a27;
background-color: #e8f4d8;
text-decoration: none;
}

.arrowlistmenu ul li a#current
{
background: (./images/arrow_b.gif) no-repeat center left; /*custom bullet list image*/
background-color: #e8f4d8;
font-weight: bold;
}

.arrowlistmenulibrary{
width: 235px; /*width of menu*/
}

.arrowlistmenulibrary .headerbar{
font: bold 14px Arial;
color: white;
background: black url(./images/menu.gif) center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenulibrary ul{
font: regular;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenulibrary ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenulibrary ul li a{
color: #292a27;
background: url(./images/book-small.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: regular;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenulibrary ul li a:visited{
color: #292a27;
}

.arrowlistmenulibrary ul li a:hover{ /*hover state CSS*/
color: #292a27;
background-color: #e8f4d8;
text-decoration: none;
}

.arrowlistmenulibrary ul li a#current
{
background: (./images/book-small.png) no-repeat center left; /*custom bullet list image*/
background-color: #e8f4d8;
font-weight: bold;
} 
_________________________
.arrowlistmenunews{
width: 235px; /*width of menu*/
}

.arrowlistmenunews .headerbar{
font: bold 14px Arial;
color: white;
background: black url(./images/menu.gif) center left;
margin-bottom: 10px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 4px 0 4px 10px; /*header text is indented 10px*/
}

.arrowlistmenunews ul{
font: regular;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenunews ul li{
padding-bottom: 1px; /*bottom spacing between menu items*/
}

.arrowlistmenunews ul li a{
color: #292a27;
background: url(./images/arrow_5.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px 0;
padding-left: 19px; /*link text is indented 19px*/
text-decoration: none;
font-weight: regular;
border-bottom: 1px solid #dadada;
font-size: 90%;
}

.arrowlistmenunews ul li a:visited{
color: #292a27;
}

.arrowlistmenunews ul li a:hover{ /*hover state CSS*/
color: #292a27;
background-color: #d4e6ee;
text-decoration: none;
}

.arrowlistmenunews ul li a#current
{
background: (./images/arrow_5.png) no-repeat center left; /*custom bullet list image*/
background-color: #d4e6ee;
font-weight: bold;
} 
</style>