
ul.menuUL{
	height:40px; width:100%;
	background:url(../img/menu1.jpg) left top  repeat-x;
	}
ul.menuUL li{
	display:inline;
	position:relative;
}

ul.menuUL li.hover{background:url(../img/menu2.jpg) left top repeat-x;}

/*ul.menuUL li a.first{
	display:inline; display:inline-block;height:40px; overflow:hidden; 
	background-position: center top; background-repeat:no-repeat; display:none;
	}
ul.menuUL li a.first img{ visibility:hidden;}*/


ul.menuUL a{
	display:inline-block;
	height:40px; line-height:40px; width:100px; overflow:hidden;
	text-decoration:none; text-align:center; color:#FFFFFF; font-weight:bold;
}
ul.menuUL a.bg{background:url(../img/menuL.jpg) RIGHT top no-repeat;}
ul.menuUL a:hover{color:#FFF;}

ul.menuUL ul{ position:absolute; top:40px; left:0px; display:none; width:150px;}	
ul.menuUL ul ul{top:0px; left:100%; _left:50%;}

ul.menuUL li li{}

ul.menuUL ul a{display:block;width:150px; overflow:hidden; height:30px; line-height:30px;
	font-size:12px;
	color:#fff;
	text-align:center;
	background:#2A2E2F;
	border-bottom:1px solid #fff;
	padding-left:0px;
	}
ul.menuUL ul a:hover{
	color:#000;
	background:#fff;
}
ul.menuUL li.h { display:none;}
ul.menuUL li.h a{
	display:none;
	/*width:2px; overflow:hidden; */
}
ul.menuUL li li.h{ display:none;}

	

/*left*/
ul.leftUL{list-style:none; width:180px; margin:auto; overflow:hidden; border:0px solid #f00;}

ul.leftUL ul{
	list-style:none;display:none;  background:none;
	}

ul.leftUL li{
	display:block;
	width:100%; clear:both;
	text-align:left;
	background:url(../img/LeftMenu.JPG) center 2px no-repeat;
	/*_background:none;
	_filter:progid:DXImageTransform.Microsoft.AlphaImageLoader( enabled=bEnabled,sizingMethod=sSize,src="img/LeftMenu.png")*/
}
ul.leftUL li a{ 
	display:block;
	text-align:left;
	height:33px; line-height:33px; overflow:hidden; 
	background:url(../images/+3.gif) 15px 15px no-repeat;
	width:120px; padding-left:35px;
	font-weight:bold; color:#33a;
	}
	
ul.leftUL li a:hover{
	font-weight:bold; color:#333;
	}	

ul.leftUL li li a{
	height:25px; line-height:25px; overflow:hidden; background:none;
	background:url(../images/-.gif) 18px 9px no-repeat;
	font-weight:normal;
	margin-left:10px;
	}
ul.leftUL li li a:hover{ font-weight:normal;}

ul.leftUL li li li a{margin-left:25px;}
ul.leftUL li li li li a{margin-left:40px;}
ul.leftUL li li li li li a{margin-left:55px;}

ul.leftUL li li{ background:none; _background:none;}

ul.leftUL li.h{ display:none;}


	
	


	
	


