.l1_line
{
	background-color:transparent;
	background-image:none;
	margin:0px 4px 2px 26px;
	border-top:1px solid #c0db80;
	border-right:7px solid #c0db80;
	border-left:0px;
	border-bottom:0px;
	font-size:1px;
	padding:0px;
	line-height:3px;
}

li.firstdiv{
line-height: 0px;
font-size:1px;
clear:both;
}

div.firstdiv{
width:236px;
background: transparent url(images/level1_shadow.png) repeat-x top left;
height:6px;
margin:0px; padding:0px;
line-height: 0px;
font-size:4px;
}

.arrowlistmenu{
width: 260px; /*width of accordion menu*/
float: left;
padding-left: 6px;
}


.arrowlistmenu .menuheader, .arrowlistmenu .likemenuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
margin-bottom: 2px; /*bottom spacing between header and rest of content*/
margin-top:0px;
text-transform: uppercase;
padding: 4px 0 4px 24px; /*header text is indented 10px*/
cursor: hand;
cursor: pointer;
}

.arrowlistmenu .menuheader {
background: transparent url(images/dottedbigarrowleft.gif) no-repeat center left;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded #285DA1 */
background: transparent url(images/dottedbigarrow.gif) no-repeat center left;;
}

.arrowlistmenu a{
display:block;
padding:2px 0px;
color: #FFFFFF;
background: transparent;
}

.arrowlistmenu a:visited{
display:block;
color: #FFFFFF;
background: transparent;
}

.arrowlistmenu a:hover{
color: #FFFFFF;
background: #285DA1;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
list-style-type: none;
margin: 0;
padding: 0;
margin-left:24px;
margin-bottom: 8px; /*bottom spacing between each UL and rest of content*/
background: #679200;
}

.arrowlistmenu ul li{
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li a{
color: #FFFFFF;
background: #679200 url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 2px 0;
padding-left: 2px; /*link text is indented 19px*/
text-decoration: none;
text-transform: uppercase;
font-weight: bold;
font-size: 11px;
/*height:17px;*/
}

.arrowlistmenu ul li a:visited{
color: #FFFFFF;
background: #679200 url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
color: #FFFFFF;
background: #2B65A9 url(views/front1/images/l2_other_link_hover.gif);
}

.arrowlistmenu ul li a.depth1{
clear:both;
}

.arrowlistmenu ul li a.depth2{
padding-left:30px;
}

