#menu{
	position:relative;
	z-index:1;
	top:0;
	left:0;
	padding:0px;
	margin:0px;
	list-style:none;
	
}

li ul{
	position:relative;
	display:none;
	padding:0px;
	margin:0px;
	list-style:none;
	background: transparent url(btn.jpg) no-repeat center right;
	
}
li{
	position:relative;
	background: transparent url(btn.jpg) no-repeat center right;
	border:0px;
	
	padding:0px;
	margin:0px;
	color:#000000;
}
.subMenu{
	background-repeat:no-repeat;
	
}
.click{
	background-color:#CCCCCC;
	background: transparent url(btn2.jpg) no-repeat;
	color:#808080;
	
}
.click ul{
	display:block;
}
.hover, ul li a:hover{
	cursor:pointer;
	
	color:#CC3300;
	
}
li ul li.hover, li ul li.hover a:hover{
	
	
}
li a{
	width:100%;
	text-decoration:none;
}
li a, li ul li a, li.hover ul li a{
	text-decoration:none;
	color:#000000;
}
li.hover a, li ul li.hover a{
	
	text-decoration:underline;
}
.FT1 {
	FONT-FAMILY: Verdana, Arial; FONT-SIZE: 12px; color:#000000
}