/* CSS Document */


#menuLeft {
	width:112px;
	position:absolute;
	left:55px;
	top:150px;
	z-index:500;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	padding:0px;
	margin: 0px;
}
/********* TOP LEVEL *********/
#menuLeft ul { /* all lists */
	padding: 0;
	margin: 0;
	list-style: none;
	float : left;
}

#menuLeft ul li {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px;
	padding:2px 2px 2px 18px;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px ;
	position: relative;
	float: left;
	width:93px;
	border-bottom:#000 solid 1px;
}
* html #menuLeft ul li { 
	background: none; padding: 0px; width: 113px;
}
	
#menuLeft ul li a {	
	display:block;
	width:100%;	
	color : white;		
	text-decoration : none;
}
* html #menuLeft ul li a { padding-left: 18px; width: 95px;
	background-image: url(../images/menu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left 4px ;  }

#menuLeft ul li:hover, * html #menuLeft ul li a:hover  {
	color: #000;
	background-image: url(../images/menu_bullet-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFB94B;
}
* html #menuLeft #nav ul li { background-image: none; }


#menuLeft ul li:hover a {
	display:block;
	width:100%;
	color : #000;
}

/********* 2ND LEVEL *********/
#menuLeft ul li ul {
	position : absolute;
	left: 0px;
	display: none;
	width:155px;
	background-color:#FFB94B;
	border:solid 1px #000;
	border-left:none;
	padding:3px;
}
* html #menuLeft ul li ul { left: 113px; top: 0px; }

#menuLeft ul li ul li, * html #menuLeft ul li ul li a {
	width:135px;
	margin: -1px 0px 0px 0px;
	padding:0px 0 8px 20px;
	background-image: url(../images/submenu_bullet.gif);
	background-repeat: no-repeat;
	background-position: left top;
	border:none;
}
* html #menuLeft ul li ul li { background: none; padding: 0px; }

#menuLeft ul li ul li a {
	color: #000;
	padding: 0px;
}


	
	#menuLeft li:hover ul ul, #menuLeft li:hover ul ul ul, #menuLeft li.sfhover ul ul, #menuLeft li.sfhover ul ul ul {
		left: -999em;
	}

	#menuLeft li:hover ul, 
	#menuLeft li li:hover ul, 
	#menuLeft li.sfhover ul, 
	#menuLeft li li.sfhover ul {
		left: 113px;
		top:-1px;
}



#menuLeft ul li.liOn, * html #menuLeft ul li.liOn a {
	/*font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	margin: 0px 0px 4px;
	padding:0px 0px 0px 15px;*/
	background-image: url(../images/menu_bullet-on.gif);
	background-repeat: no-repeat;
	background-position: left top;
	background-color: #FFB94B;
	/*background-color: #88612E;*/
}

* html #menuLeft ul li.liOn { background: none; }
* html #menuLeft ul li.liOn a { background-position: left 5px; }

#menuLeft ul li.liOn a {
	color:#000;
}

#menuLeft ul li > ul {
	top: auto;
	left: auto;
	}
	
#menuLeft ul li:hover ul, #menuLeft ul li.over ul{ display: block; }
