/* CSS Document */

.arrowlistmenu{
width: 98%; /*width of accordion menu*/
padding: 2px;
background-color: #6fa;
}

.arrowlistmenu .menuheader{ /*CSS class for menu headers in general (expanding or not!)*/
font: bold 14px Arial;
color: #ffffff;
background: url(images/titlebar.png) repeat-x center left;
margin-bottom: 5px; /*bottom spacing between header and rest of content*/
text-transform: uppercase;
padding: 2px 2px 2px 0px; /*header text is indented 10px*/
cursor: hand;
}

.arrowlistmenu .openheader{ /*CSS class to apply to expandable header when it's expanded*/
background-image: url(images/titlebar_active.png);
}

.arrowlistmenu ul{
	/*CSS for UL of each sub menu*/
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-bottom: 3px;
	/*bottom spacing between each UL and rest of content*/
}

.arrowlistmenu ul li{ 
padding-bottom: 2px; /*bottom spacing between menu items*/
}

.arrowlistmenu ul li .opensubheader{ /*Open state CSS for sub menu header*/
background: #df8 !important;
background-image: url(images/titlebar-active.png);
}

.arrowlistmenu ul li .closedsubheader{ /*Closed state CSS for sub menu header*/
background: #ccf; !important;
background-image: url(images/titlebar.png);
}

.arrowlistmenu ul li a{
color: #000;
/*background: url(images/right.png) no-repeat center right;*/ /*custom bullet list image*/
display: block;
/*padding: 2px 2px 2px 2px;*/
padding-left: 19x; /*link text is indented 19px*/
padding-right:20px;
text-decoration: none;
text-align:left;
font-weight: bold;
border-bottom: 1px solid #dadada;
font-size:80%;
}

.arrowlistmenu ul li a:visited{
color: #cf0f0f;
}

.arrowlistmenu ul li a:hover{ /*hover state CSS*/
background-color:transparent;
}

.arrowlistmenu ul li a.subexpandable:hover{ /*hover state CSS for sub menu header*/
background: #ff0;
}
.leftcol{
clear:both;
float:left;
/*background-color:#ffc;*/
position:relative;
padding:0px;
margin:0px;
left:0px;
top:15px;
vertical-align:top;
width:200px;
z-index:99;
display:none;
}

.lmenu{
cursor: hand;
clear:both;
float:left;
position:absolute;
left:-45px;
top:140px;
color:#00f;
background-color:#fff;
-webkit-transform: rotate(-90deg); 
-moz-transform: rotate(-90deg);	
letter-spacing:5px;
width:70px;
height:25px;
padding-left:20px;
font-family:Arial;
font-weight:bold;
display:block;
}
#hidePanel{
clear:both;
float:right;
text-align:right;
width:10px;
height:10px;
background-color:#6f3;
border:0px;
position:relative;
left:0px;
top:0px;
padding-right:5px;
cursor:hand;

}
#panel{
clear:both;
position:absolute;
left:10px;
top:110px;
z-index:99;
width:200px;
}