/*
	List Expander 
*/

.listexpander{
	width: 170px;
}
.listexpander, .listexpander ul, .listexpander li{
	margin:0;
	padding:0;
	list-style:none;
}
.listexpander ul{
	color: #ff9933;
	display: block;
	padding: 4px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
}
.listexpander li{
	color: #ff9933;
	display: block;
	padding: 4px 0;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
}
.listexpander li.collapsed, .listexpander li.expanded{
	cursor:pointer;
} 

/* first level */

.listexpander li, .listexpander li.collapsed{
	background:## url(arrowbullet2.png) no-repeat; 
} 

.listexpander li.expanded{
	background:## url(arrowbullet.png) no-repeat;	color: #ff9933;
}

/* buttons */

p.listexpander{
	height: 15px;
	margin:0;
}
p.listexpander a{
	color: #fac876;
	background: url(arrowbullet.png) no-repeat center left; /*custom bullet list image*/
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
}
p.listexpander a:hover{
	background:#000000;
	color: #ffffff;
}

/* float fix */
.listexpander li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.listexpander li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .listexpander li{
	height: 1%;
}
.listexpander li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */
.listex a,visited {
	color: #ff9933;
	text-decoration: none;
	display:block;
	text-transform: uppercase;
	border-bottom: 1px solid #683200;
	padding-bottom: 5px;
	font-size: 11px;
	letter-spacing: 0.75pt;
}
.listex a:hover,active{
	color: #ffffff;
	text-decoration: none;
}
#sidebar .subnavitem a,visited,active {
	color: #fac876;
	background: url(arrowbullet2.png) no-repeat right; /*custom bullet list image*/
	display: block;
	padding-left: 5px; /*link text is indented 19px*/
	text-decoration: none;
	font-size: 10px;
	letter-spacing: 0.5pt;
}
#sidebar .subnavitem a:hover{
	display: block;
	color: #ff9933;
	text-decoration: none;
	background-repeat: no-repeat;
}