.arrowlistmenu{
width: 168px; /*width of accordion menu*/
padding-left:12px;
padding-bottom:14px;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: 11px Tahoma;
color: white;
background: url(images/bullet.gif) no-repeat left top;
/*margin-bottom: 10px; */ /*bottom spacing between header and rest of content*/
/*text-transform: uppercase;*/
padding: 0 0 0 14px; /*header text is indented 10px*/
/*cursor: hand;*/
cursor: pointer;
}

.menuheader a{
color: #FFF;
display: block;
text-decoration: none;
}

.menuheader a:hover {
color: #F90;
}

.headeraslink {
color: #FFF;
text-decoration: none;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/bullet_down.gif);
}

.arrowlistmenu a:hover, .openheader a:hover {
color: #F90;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 2px; /*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{
padding-top: 2px; /*top spacing between menu items*/
padding-left: 10px;
}

.arrowlistmenu ul li a{
	color: #9CF;
	/*background: url(../images/bullet.gif) no-repeat top left;*/ /*custom bullet list image*/
	display: block;
	padding: 2px 0;
	padding-left: 14px; /*link text is indented 19px*/
	margin-left: 0px; /*link text is indented 19px*/
	text-decoration: none;
	/*font-weight: bold;*/
/*border-bottom: 1px solid #dadada;*/
/*font-size: 90%;*/
}

.arrowlistmenu ul li a:visited{
color: #CFF;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #F90;
/*background-color: #F3F3F3;*/
}

.arrowlistmenu ul li ul li a{
color: #FFF;
/*background: url(../images/bullet.gif) no-repeat top left; */ /*custom bullet list image*/
background: url(images/bullet.gif) no-repeat top left;
display: block;
padding: 2px 0;
padding-left: 12px; /*link text is indented 19px*/
margin-left: 24px; /*link text is indented 19px*/
text-decoration: none;
font-weight: normal;
/*border-bottom: 1px solid #dadada;*/
/*font-size: 90%;*/
}
.hide1
{
	list-style:none;
}
.hide1 a
{
	display:none;
}
.hide2 a
{
	display:block !important;
	font-weight:bold !important;
}
.hide2
{
position:relative;
right:24px;
}

