/*************** ddaccordion ******************/

.arrowlistmenu { width: 180px; }

h3.expandable {
	border-top: 0px solid #7e9f76;
	border-bottom: 1px solid #004400;
	height: 14px;
	line-height: 14px;
	padding: 5px 0px 5px 5px;
	margin: 0;
	text-transform: uppercase;
	cursor: pointer;
	font-size: 11px;
	color: #ffdd00;
}

.menuheader a:link, .menuheader a:visited  {
	letter-spacing: normal;
	font-size: 11px;
	border: none;
	font-weight: bold;
	color: #ffdd00; 
	text-decoration: none;
}

.menuheader a:hover, .menuheader a:active, .menuheader a:focus {
	letter-spacing: normal;
	font-size: 11px;
	border: none;
	font-weight: bold;
	color: #ffdd00;
	text-decoration: none;
}

.arrowlistmenu h3.menuheader{ 
	background: #000000 url(../pics/menutitle.gif) no-repeat 0px -48px;
}

.arrowlistmenu h3.menuheader:hover, .arrowlistmenu h3.menuheader:active{ 
	background: #000000 url(../pics/menutitle.gif) no-repeat 0px -72px;
}

.arrowlistmenu h3.openheader{
	background: #000000 url(../pics/menutitle.gif) no-repeat 0px 0px;
}

.arrowlistmenu h3.openheader:hover, .arrowlistmenu h3.openheader:active{
	background: #000000 url(../pics/menutitle.gif) no-repeat 0px -24px;
}

.arrowlistmenu ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.arrowlistmenu ul li{
	padding: 0;
	margin: 0;
}

.arrowlistmenu ul li a, .arrowlistmenu ul li a:visited{
	display: block;
	height: 14px;
	line-height: 16px;
	padding: 3px 0px 4px 5px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #008800;
}

.arrowlistmenu ul li a:hover, .arrowlistmenu ul li a:active{
	display: block;
	height: 14px;
	line-height: 16px;
	padding: 3px 0px 4px 5px;
	color: #000000;
	font-size: 11px;
	font-weight: normal;
	text-decoration: none;
	border-bottom: 1px solid #008800;
	background: #000000 url(../pics/menutitle.gif) no-repeat 0px -120px;
}
