
/* TABS superiores ------------------------------------------*/

#shademenu_subpage {
 font-family:"Times New Roman", Times, serif; 
 float:left; 
 width:1028px; 
 font-size:12px; 
 line-height:normal; 
 background:#09F;
 }
 #shademenu {
 font-family:"Times New Roman", Times, serif; 
 float:left; 
 width:1028px; 
 font-size:12px; 
 line-height:normal; 
 background:#fff;
 }
.shadetabs a { font-family:"Times New Roman", Times, serif; font-size:14px; color:#506459;font-weight: bold; letter-spacing:0px;}
.shadetabs ul{ font-family:"Times New Roman", Times, serif;  margin-left: 0; margin-top: 1px; font:normal 12px "Arial, Helvetica, sans-serif"; list-style-type: none;}
.shadetabs li{ font-family:"Times New Roman", Times, serif;  display: inline;margin: 0;}
.shadetabs li a{ font-family:"Times New Roman", Times, serif;  float:left;  no-repeat left -42px; margin:0; padding:0 0 0 3px; text-decoration:none;}
.shadetabs a span{ font-family:"Times New Roman", Times, serif; display:block;  no-repeat right -42px; padding:3px 12px 4px 6px; color:#000;}
.shadetabs a:hover { 
font-family:"Times New Roman", Times, serif; 
background-position:0% 0; 
cursor:pointer; color:#506459; 
text-decoration:none; 
background: url("../images/menu_bg.png.png") no-repeat scroll center bottom rgba(0, 0, 0, 0);

}
.shadetabs a:hover span { font-family:"Times New Roman", Times, serif; background-position:100% 0; cursor:pointer; color: #506459; text-decoration:none;}

/* ######### Style for Drop Down Menu ######### */
.dropmenudiv {
	position:relative;z-index:2;
	font-family:"Times New Roman", Times, serif; 
	font-size:12px;
	position:absolute;
	border: 0px  none; /*THEME CHANGE HERE*/
    line-height:18px;
	height:319px;
	width:100%;
	background-image:url(../images/sub_m_b.png);
	background-position:center 0;
	background-repeat:no-repeat;
	background-color: #586fb5;/*×Ó²Ëµ¥±³¾°ÑÕÉ«*/
	visibility: hidden;
}
.sub_nav{
	width:1024px;
	margin:0 auto;
	}
* html .dropmenudiv a{ /*IE only hack*/width: 100%;}
.dropmenudiv a:hover{ /*THEME CHANGE HERE*/
	 
	color:#FFFFFF; 
	text-decoration:none;
}
tr ul{margin-left:0;}

.Text1 {
	font-family:"Times New Roman", Times, serif;
	color: #003300;
	}
.sub_nav_l{
	height:200px;
	width:200px;
	float:left;
	margin-top:80px;
	border-right:#FFF double 1px;
	overflow: hidden;
	}
.sub_nav_l a{
	font-family:"Î¢ÈíÑÅºÚ",Arial, Helvetica, sans-serif;
	font-size:16px;
	font-weight:bold;
	}
.sub_nav_l a.fwhite{
	color: #fff;
}
.sub_nav_l li{
	line-height:30px;
	}
.sub_nav_l li:hover a{
	color: #fff;
	}
.sub_nav_l ul{
	margin-top:20px;
	}

.sub_nav_r{
	width:780px;
	height:200px;
	float:left;
	margin-top:80px;
	margin-left:30px;
	color:#000;
	font-size:16px;
	position: relative;
	}
.sub_nav_r_t{
	color:#fff;
	font-size:16px;
	}
.sub_nav_r_c{
	margin-top:10px;
	height:175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	overflow:hidden;
	color:#8b5a06; 
	}
.sub_nav_r_box{
	width:780px;
	height:200px;
	float:left;
	position: absolute;
	z-index: 999;
	top: 0;
	left: -31px;
	}
.sub_nav_r_box .sub_nav_r_t,
.sub_nav_r_box .sub_nav_r_c{
	margin-left: 31px;
	}
.sub_nav_r_box .sub_nav_r_c a,
.sub_nav_r_box .sub_nav_r_c a:hover{
	color: #8b5a06;
	}

.shadetabs .selected a{
	background-image:url(../images/menu_bg.png);
	background-position:center bottom;
	background-repeat:no-repeat;
	}