.heading {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 18px;
	font-weight: bold;
	color: #08629F;
	text-decoration: none;
}
.body {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 12px;
	color: #929292;
	padding-right: 10px;
}
.subheading {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #A2AA47;
}
.subheading2 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #B02B60;
}

.subheading3 {
	font-family: "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #C8734C;
}

	/**************** menu coding *****************/
	#menu2 {
	width: 100%;
	background: #fff;
	}
	
	#menu2 ul {
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
	}
	
	#menu2 a, #menu2 h2 {
	font: bold 12px/16px "Trebuchet MS",Helvetica,Jamrul,sans-serif;
	display: block;
	border-width: 0px;

	margin: 0;
	padding: 2px 3px;
	}
	
	
	#menu2 a {
	color: #86B1DE;
	background: #ffffff;
	text-decoration: none;
	}
	
	#menu2 a:hover {
	color: #3C6D96;
	background: #fff;
	}
	
	#menu2 li 
	{
		position: relative;
	}
	
	#menu2 ul ul {
	position: absolute;
	z-index: 8;
	}
	
	#menu2 ul ul ul {
	top: 0;
	left: 100%;
	}
	
	div#menu2 ul ul,
	div#menu2 ul li:hover ul ul,
	div#menu2 ul ul li:hover ul ul
	{display: none;}
	
	div#menu2 ul li:hover ul
	{
		display: block;
		padding:1px;
		position:absolute;
		z-index:9;
		left:7px; /* IE */
		top:30px;
		width: 12em;
	}
	div#menu2 ul ul li:hover ul,
	div#menu2 ul ul ul li:hover ul
	{
		display: block;
		padding:1px;
		position:absolute;
		z-index:9;
		left:105px; /* IE */
		top:0px;
		width: 12em;
	}
	
	</style>

