/*
	List Expander 
*/

.leftmenu{
	width:160px;
	margin-left: 50px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 11px;	
	}
	
.leftmenu a:link{
	text-decoration: none;
	color: #FFFFCC;	
	
}

.leftmenu a:hover{
	text-decoration: none;
	color: #333333;		
}

.leftmenu a:visited {
	text-decoration: none;
	color: #FFFFCC;
}
	
.leftmenu, .leftmenu ul, .leftmenu li{
	
	list-style:none;
	margin: 0;
	
	padding:0;
}
.leftmenu ul{
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
.leftmenu li{
	line-height:200%;
	margin-top:1px;
	cursor:default;
	text-indent:10px;
	font-weight:normal;
	width:100%;
	font-size: 11px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	text-align: left;
	
	
}
.leftmenu li:hover{
	background-color: #9B927C;
	color: #333333;
	width: 160px;
}

.leftmenu li.collapsed, .leftmenu li.expanded{
	cursor:pointer;
	color: #FFFFCC;
	
} 

/* first level */

.leftmenu li, .leftmenu li.collapsed{
	background-color:#764713;
	background-image: url(collapsed.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	border: 1px solid #3F2B10;
} 

.leftmenu li.collapsed:hover{
	background-color: #9B927C;
	
} 

.leftmenu li.expanded{
	background-image: url(expanded.gif);
	background-repeat: no-repeat;
	background-position: 5px 0.4em;
	background-color: #764713;
}

/* second level */

.leftmenu li ul, .leftmenu li li{
	font-weight:normal;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 11px;
	background-color: #94764F;
	text-indent:15px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.leftmenu li li.collapsed{
	background-repeat: no-repeat;
	background-position: 5px 0.4em;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
	font-size: 11px;
	background-color: #94764F;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
} 
.leftmenu li li.expanded{
	background:url(expanded.gif) no-repeat 5px .4em;
	background-color: #94764F;
}

/* third level */

.leftmenu li li ul, .leftmenu li li li{
	background-color: #A38056;
	text-indent: 25px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

.leftmenu li li li.collapsed{
	background:url(collapsed.gif) no-repeat 5px .4em;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;	
} 
.leftmenu li li li.expanded{
	background:url(expanded.gif) no-repeat 5px .4em;
	background-color: #94764F;
	text-indent:25px;
}

/* fourth level */

.leftmenu li li li li{text-indent:0;width:auto;}

/* etc. */

/* buttons */

p.leftmenu{
	height:1.5em;
	margin-top: 1em;
	margin-right: 0;
	margin-bottom: 1em;
	margin-left: 70px;
}
p.leftmenu a{
	float:left;
	height:1.5em;
	line-height:1.5em;
	padding:0 10px;
	border:1px solid #eee;
	margin-right:5px;
	cursor:pointer;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	color: #FFFFCC;
}
p.leftmenu a:hover{
	background:#f8f8f8;
	color: #FFFFCC;
}

/* float fix */
.leftmenu li:after{
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}
.leftmenu li{
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .leftmenu li{
	height: 1%;
	color: #FFFFCC;
}
.leftmenu li{
	display: block;
}
/* End hide from IE-mac */
/* end float fix */

