


#menuList{

}

ul.menuList{

	margin: 0;
	padding: 0;
	list-style: none;
	width: 220px; 	
	margin-left:-3px;



/* 
	border-bottom: 1px solid #ccc;*/
	}



ul.menuList li.menuList {
list-style: none;
	position: relative;
	z-index:100;
	}
	
li.menuList

 ul.menuList {

	position: absolute;
	left: 202px;
	top: 0;
	display: none;
	}


ul.menuList li.menuList a.menuList {

	display: block;


	color: black;
	text-decoration: none;
	text-align: left;
	text-indent:10px;
	font-family: Arial, Verdana, Geneva, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 12px;
	
	margin-top: 0px;
	padding-bottom: -5px;
	
	z-index:1;


	background: #fff; /* IE6 Bug */
	padding: 9.5px;
	border: 0px solid #ccc;
	border-bottom: 0;
	
	width:183px;
	
	background-image: URL(bagbut.jpg);
	
	}

/* Fix IE. Hide from IE Mac \*/
* html ul.menuList li.menuList { float: left; height: 1%; }
* html ul.menuList li.menuList a.menuList { height: 1%; }
/* End */




ul.menuList li.menuList a.menuList:hover { background-image: URL(bagbut2.jpg);

	 } 
		
li.menuList ul.menuList li.menuList a.menuList { padding: 9px 9px; } 
		
li.menuList:hover ul.menuList, li.menuList.over ul.menuList { display: block; } 
