﻿.arrowlistmenu  { width: 140px }
.arrowlistmenu .menuheader                         { color: white; font: bold 14px Arial; background: black url(titlebar-active.png) repeat-x left center; text-transform: uppercase; margin-bottom: 10px; padding: 4px 0px; cursor: pointer  }
.arrowlistmenu .openheader                    { background-image: url(titlebar-active.png) }
.arrowlistmenu UL               {  background: no-repeat scroll left bottom; list-style-type: none; margin: 0px 0px 8px; padding: 0px }
.arrowlistmenu UL LI    { background: #000033 url(blueBase.png); padding-bottom: 2px }
.arrowlistmenu UL LI A                        { color: white; font: bold 12px Arial; text-decoration: none; background: url(#) no-repeat left center; padding-top: 2px; padding-right: 0px; padding-left: 0px; border-bottom: 1px solid #dadada; display: block }
.arrowlistmenu UL LI A:visited  { color: #FF9900; }
.arrowlistmenu UL LI A:hover            { color: #a70303; background-color: silver }
.arrowlistmenu UL LI .opensubheader {
	BACKGROUND: lightblue
}
.arrowlistmenu UL LI .closedsubheader {
	BACKGROUND: lightblue
}
.arrowlistmenu UL LI A.subexpandable:hover    { background-color: #add8e6 }