
/* the menu */

#left ul,#left li,#left a {
	display:block;
	margin:0;
	padding:0;
	border:0;
}

#left ul {
	width: 212px;
	background:#f4f4f4;
	padding: 0px;
	margin: 0px;
	list-style:none;
}

#left li {
	position:relative;
	padding:2px;
	margin: 0px;
	z-index:9;
	font-size: 12px;
	border-bottom: 1px solid #cccccc;
}

#left li.folder	{ background:url("images/item_folder.gif") no-repeat; }		

#left li.folder ul {
	position:absolute;
	left:220px; /* IE */
	top:0px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #999999;
}		

#left li.folder>ul { left:212px; } /* others */

#left li.folder ul li ul {
	left:210px;
	top: 0px;
}		

#left a {
	text-decoration:none;
	width:100%; /* IE */
	padding: 2px 2px 2px 7px;
	font-size:12px;
}

*html #left a {
	height: 17px;
}

#left li>a { width:auto; } /* others */

#left li a.submenu {
	background: #f4f4f4 url("../images/navlink-bl.gif") right no-repeat;
}

#left li a.submenu2 {
	background: #f4f4f4 url("../images/navlink-bl.gif") right no-repeat;
}

#left li a.submenu2:hover {
	background: #f4f4f4 url("../images/navlink-bl.gif") right no-repeat !important;
}

	/* regular hovers */
#left ul li ul li a {
	text-decoration: none;
	background: #f4f4f4;
	color: #2685bb;
	padding: 2px 2px 0px 7px;
	font-size: 12px !important;
}

#left a:hover {
	color: red;
	text-decoration: underline;
}
#left li.folder a:hover {
	background: #cbdef3 url("../images/navlink-bl.gif") right no-repeat;
}

#left li.folder li a:hover { background-image: none; }
	
/* hovers with specificity */
	
#left li.folder:hover { z-index:10; }		
		
#left ul ul, #left li:hover ul ul {
	display:none;
}

#left li:hover ul, #left li:hover li:hover ul {
	display:block;
}	

* html #left ul li {
	margin: -7px 0px;
}	

#left li.lefthead, #left li.lefthead a {
	color: #f4f4f4;
	background: #2685bb;
	font-weight: bold;
	padding: 3px 2px 6px 7px;
	text-transform: uppercase;
	font-size: 10pt;
}

#left li.lefthead a {
	padding-bottom: 0px;
}

#left li.leftsubhead {
	color: #f4f4f4;
	background: #2685bb;
	font-weight: bold;
	padding: 3px 2px 3px 7px;
	font-size: 9pt !important;
}

#left li.leftsubhead a {
	color: #f4f4f4;
	background: #2685bb;
	font-weight: bold;
	padding: 0px 2px 0px 7px;
	margin: 0;
	font-size: 9pt !important;
}

* html #left li.leftsubhead { 
	height: 18px;
}

#left li.folder {
	padding: 0px;
	background: #f4f4f4;
}

#left li.lefthead {
	margin: 0px;
	padding: 3px 5px 6px;
	height: 16px;
}

* html #left li.lefthead {
	height: 22px;
}