html, body {
	height: 100%;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
body,td,th {
	font-family:Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#333333;
}
form {
	margin:0;
	padding:0;
}
a {
	color:#087997;
	text-decoration:none;
}

.mainnavs {
background: url(../images/Homepage_r8_c15.gif);
height:32px;
margin:1px 0 1px 0;
}
.mainnavs ul{
list-style-type: none;
margin:0;
padding:0;
}
.mainnavs li{
display:inline;
margin:0;
padding:0;
}
.mainnavs a{
height:22px;
float:left;
background: url(../images/Homepage_r8_c14.gif) no-repeat right top;
margin:0;
padding:10px 12px 0px 11px;
color:#333333;
text-decoration:none;
}
.mainnavs a:hover{
background: url(../images/Homepage_r8_c14_2.gif) no-repeat right top;
color:#FFFFFF;
}
.selected a{
background: url(../images/Homepage_r8_c14_2.gif) no-repeat right top;
color:#FFFFFF;
}
.mainnavs a span{
/* display:block;
background: #D0D7DF url(../images/tap_right_off.gif) no-repeat right top;
padding: 14px 8px 0px 0px; */
}
.listNews ul {
	list-style-type: none;
	margin: 0px 0 0 0;
	padding:0;
}
.listNews li {
	background: url(../images/listDot.gif) no-repeat 0px 5px;
	padding: 0px 0px 0px 10px;
	margin:0px 0px 5px 0px;
	list-style:none;
	color:#087997;
}	
.homeMore {
 font-size:11px;
 text-decoration:none; 
 color:#666666;
} 
.menuTop a{
	color:#666666;
	text-decoration:none;
}

/* ######### Style for Drop Down Menu ######### */

.dropmenudiv{
	position:absolute;
	top: 0;
	border: #2F83BD solid 1px;
	border-top: #2F83BD solid 2px;
	font:normal 12px;
	width: 150px;
	visibility: hidden;
	margin-top: -1px;
	margin-left:0px;
	z-index:100; /*IE HACK */
	overflow:hidden; /*IE HACK */
}

.dropmenudiv iframe {
	display:none;/*sorry for IE5*/
	display/**/:block;/*sorry for IE5*/
	position:absolute;/*must have*/
	top:0;/*must have*/
	left:0;/*must have*/
	z-index:-1;/*must have*/
	filter:mask();/*must have*/
	width:150px;/*must have for any big value*/
	height:600px/*must have for any big value*/;
}

.dropmenudiv div {
border-top: #82CFE9 solid 1px;
background-color:#E2EEF4;
padding: 0 14px 0 14px;
}

.dropmenudiv a{
padding: 8px 0px 5px 0px;
border-top: #D8D8D8 solid 1px;
width: auto;
display: block;
text-decoration: none;
color: #333333;
}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
color: #1E69AC;
}
.dropmenudiv a.top{
padding: 8px 0px 5px 0px;
width: auto;
display: block;
text-decoration: none;
color: #333333;
}
.dropmenudiv a:hover.top{ /*THEME CHANGE HERE*/
color: #FF6600;
}

* html .dropmenudiv a{ /*IE only hack*/
width: 100%;
}