﻿
.arrowlistmenu{
    width: 180px; /*width of accordion menu*/
	border-top: 1px solid #C8C8C8;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
	font: 11px Arial Bold;
	color: #666;
	margin-bottom: 10px; /*bottom spacing between header and rest of content*/
	
	padding: 4px 0 4px 7px; /*header text is indented 10px*/
	cursor: hand;
	cursor: pointer;
	background-color: #ECECEC;
	background-image: url(/Resources/images/lnav_bg.jpg);
	background-repeat: repeat-x;
	background-position: left top;
	position: relative; /*To help in the anchoring of the ".statusicon" icon image*/
	border-left: 1px solid #C8C8C8;
	border-right: 1px solid #C8C8C8;
	border-bottom: 1px solid #C8C8C8;
	margin: 0px;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(/Resources/images/lnav_selected.jpg);
color: #FFF;
}

.arrowlistmenu ul{ /*CSS for UL of each sub menu*/
	font: 11px Arial;
	color: #000;
list-style-type: none;
margin: 0;
padding: 0;
margin-bottom: 0px; /*bottom spacing between each UL and rest of content*/
border-bottom: 1px solid #C8C8C8;
}

.arrowlistmenu ul li{
padding-bottom: 0px; /*bottom spacing between menu items*/
padding: 0px;
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #D8EAD5 !important;
padding-top: 0px;
padding-bottom: 3px;
margin-top: 0px;
margin-bottom: 0px;

}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #D8EAD5 !important;
padding-top: 0px;
padding-bottom: 3px;
margin-top: 0px;
margin-bottom: 0px;
}

.arrowlistmenu ul li a{
color: #808080;
background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
display: block;
padding: 4px;
padding-left: 16px; /*link text is indented 19px*/
text-decoration: none;
border-left: 1px solid #C8C8C8;
border-right: 1px solid #C8C8C8;
border-bottom: 1px solid #C8C8C8;
font-size: 100%;
}

.arrowlistmenu ul li a:visited{
color: #808080;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color: #F3F3F3;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: lightblue;
}

.arrowlistmenu h3 .statusicon { /*CSS for icon image that gets dynamically added to headers*/
position: absolute;
top: 3px;
right: 5px;
border: none;
padding-top: 0px;
}

.arrowlistmenu .subcategoryitems { /*CSS for icon image that gets dynamically added to headers*/

padding-top: 5px;
right: 5px;
border: none;

}
.arrowlistmenu ul .statusicon{

top: 5px;
right: 5px;
border: none;
	
padding-left: 48px;
}
.menuheader a{
    text-decoration: none;
	font: 11px Arial Bold;
	color: #666;
}