	.menu1{
		margin-left: 20px;
		padding-left:20px;
		padding-top:2px;
		padding-bottom: 2px;
		display:block;
		text-decoration: none;
		height: 20px;
		color: #11a0db;
		text-decoration: none;
		font-size: 14px;
		font-weight: bold;
		background : url(../images/menu-marker.gif) no-repeat center left;
		cursor:pointer; 
		cursor:hand;
	}
	.menu1:hover{
		color: #dba212;
	}
	.submenu{
		display: block;
		height: 19px;
		padding-top: 2px;
		padding-left: 45px;
		color: #6ccff6;
		font-size:12px;
		text-decoration: none;
		font-weight : bold;
		cursor : hand;
	}
	.submenu:hover{
	color: #dba212;
	cursor : hand;
}
	.submenu2{
		display: block;
		height: 19px;
		padding-top: 2px;
		padding-left: 45px;
		color: #dba212;
		font-size:12px;
		text-decoration: none;
		cursor : hand;
	}
	 .submenu2:hover {
		color: #6ccff6;
		cursor : hand;
	}


	.hide{
		display: none;
	}

	.show{
		display: block;
	}