* html body {behavior: url(csshover.htc)}

A:Hover{

color: #FF6E02;
text-decoration: none;
}

.heading{
font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #FD8730;
	text-decoration: none;
}

.page-title {padding: 0 0 16px 12px}

.bodytext {
	font: 12px Arial, Helvetica, sans-serif;
	padding: 0 5px 20px 16px;
	text-align: justify;
	vertical-align: top;
}

.bodytext h2 {
	color: #FF6E03;
	}
	
.foterlink {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F3D9A;
	text-decoration: none;
}

.foterlink2 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-weight: normal;
	color: #4F3D9A;
	text-decoration: none;
}
.boadertable {
	font-family: Arial, Helvetica, sans-serif;
	background-color: #DCDCDC;
	border: 1px solid #919191;
}
.txtbox {
	border: 1px solid #18007C;
}

@charset "utf-8";
/* CSS Document */

#nav {background: url(../images/right_12.jpg) top right no-repeat;
	}
	
#nav ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	
	}
#nav ul li {
	float:left;
	position: relative;
	}

#nav ul li ul {
	width: 98px;
	position: absolute;
	top: 34px;
	left:0;
	background: #e8e8e8;
	border: 1px solid #9c9c9c;
	border-top: none;
	}
	

#nav ul ul li {
	float: none;
	}
	
#nav ul ul li a {
	display: block;
	padding: 4px 6px;
	color: #000;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	text-decoration: none;
	border: 2px solid #e8e8e8;
	border-top: none;
	background: #d6d6d6
	}
	
#nav ul ul li a:hover {
	background: #FF6E03;
	color: #fff;
	 }
	
* html #nav ul ul li a {height: 1%;}
*+html #nav ul ul li a {height: 1%;}

#nav ul ul ,
#nav ul li:hover ul ul
{display: none;}

#nav ul li:hover ul,
#nav ul ul li:hover ul
{display: block;}