
@import "cmsstyle.css";

body{
	margin:0px;
	padding:0px;
	font-family:Tahoma, arial, verdana;
	font-size:70%;
	color:#DDDEDE;
	background-color:#0A0D2B;
	text-align:center;
}


input{
	font-size:90%;
	padding:0px;
	margin:0px;
}


div, h1, h2, h3{padding:0px; margin:0px;}

a{
	color:#7FE5FF;
	text-decoration:none;
}

td, th{
	font-family:Tahoma, arial, verdana;
	font-size:60%;

}

br.clear{	clear:both;	height:1px;}
p{padding:0px;margin:0px; margin-bottom:1.5em;}
h2{font-size:140%;	font-weight:normal; color:#fff; margin-bottom:0.5em; text-transform: uppercase}

#outer{
	position:relative;
	display:block;
	width:742px;
	margin:0 auto;
	text-align:left;
}

#logo{
	position:absolute;
	right:0px;
	top: 55px;
}

#heading{
	display:block;
	position:absolute;
	top:120px;
	height:216px;
	width:742px;
	border-top:1px solid #fff;
	border-bottom:solid 1px #616B7D;
	z-index:1;
}



* html #heading{
	height:218px;
}


/* start top nav */
ul.nav{
	position:absolute;
	display:block;
	list-style:none;
	margin:0px;
	padding:0px;
	margin-top:10px;
	overflow:hidden;
}

ul.nav li{
	list-style:none;
	list-style-type: none; 
	display:inline;
	float:left;
	margin:0px;
	padding:0px;
}

ul.nav a{
	float: left;
	height: 0px !important;
	height /**/:18px; /* IE 5/Win hack */ 
	padding: 18px 0 0 0;
	overflow: hidden;
	display:block;
}


/* end top nav */


#main{
	position:relative;
	display:block;
	padding-top:370px;
}

#main .header{
	width:742px;
	border-bottom:1px dotted #616377;
	margin-bottom:8px;
}

#main .header h1{
font-family:arial;
	font-size:220%;
	color:#0284BD;

}


#frontheading{
	font-size:260%;
	color:#fff;
	font-weight:bolder;
	position:absolute;
	top:304px;
	left:0px;
	z-index:200;
}

#flashfront{
	position:absolute;
	top:149px;
	left:0px;
	z-index:300;
}





#main .wide{
	float:right;
	width:618px;
	border-left:1px dotted #616377;
}


.content{
	padding:12px;
}


.frontnews{

	background-color:#2C2E3E;
	border-top:1px solid #fff;
	padding:4px 12px;
}


#main .left{
float:left;
	width:374px;
	border-right:1px dotted #616377;
	min-height:370px;
		
}


* html #main .left{
	height:370px;

}

#main .right{
	float:right;
	width:237px;
}

#main .right .content{
	padding-right:0px;
}

/* start left nav */
.leftnav{
	float:left;
	display:block;
	width:120px;
}


.leftnav ul{
	width:120px;
	list-style:none;
	padding:0px; margin:0px;
}
.leftnav ul li{
	display:block;
	padding: 3px 0px;
	border-bottom:1px dotted #616377;
}

.leftnav a{
	display:block;
	padding:2px 2px 2px 1px;
	color:#A9A9A9;
	text-decoration:none;
	width:117px;
}

*html .leftnav a{
	width:120px;
}

.leftnav a.active{
	background-color:#00A1E1;
	color:#fff;
}

.leftnav ul li ul li a{	padding-left:10px; width:110px;}

* html .leftnav ul li ul li a{width:120px;	}

.leftnav ul li ul li a.active{background-color:transparent !important;}

/* end left nav */
#footer{
	clear:both;
	border-top:1px solid #fff;
	margin-top:4px;
	padding:2px 8px;
}


#footer a{
	color:#fff;
	text-decoration:none;

}



/* news */
.newsitem{
	padding:1em 0;
	border-bottom:1px dotted #616377;
}

.date{ color:#0085BE;}



/* sitemap */

.sitemap {
	float:left;
	width:230px;
	border-right:1px dotted #616377;
	margin-right:10px;
	margin-bottom:16px;
	height:32em;
}

.sitemap ul{
	list-style:none;
	padding:0;
	margin:0;
	width:160px;
}

.sitemap a{
	display:block;
	width:160px;
	color:#fff;
}

.sitemap ul li ul li{
  padding:2px 0 2px 0;
		border-top:1px dotted #616377;

}

.sitemap ul li a{
	background-color:#2B2A30;
	font-size:160%;
	padding:4px 2px;
	margin-top:6px;
}


.sitemap ul li ul li a{
	background:none;
	font-size:100%;
	padding:2px 2px;
	margin-top:0;
}


.sitemap a:hover{
	background-color:#0284BE;
}




/* forms */

.question{
	background-color:#0285BB;
	margin:1px 0;
	display:block;
	padding:4px;
	width:350px;
}
.submit{
	text-align:right;
	padding:6px 0px 6px 0px;
}
.question .element{
	float:right;
}
.question .element input, .question .element select{
	width:200px;
}
.question .caption{
	float:left;
	width:120px;
}
.error{
	background-color:#0285BB;
	padding:4px;
}

.question a{
	color:#fff;
}

.question a:hover{
text-decoration:underline;
}

/* log in box */
.login{
	float:right;
	border-bottom: 1px dotted #616377;
}

.login .question{width:226px; margin:1px 0px;}
*html .login .question{width:234px;}

.login .error{
	background-color:#0285BB;
	padding:4px;
}

.login .question .caption{
	float:left;
	width:60px;
}
.login .question .element input{
	width:160px;
}




/* biogs */

div.shortbiog {
	width:100%;
	border-bottom:1px dotted #616377;
	padding:1em 0;
	height:10em;
}


*html div.shortbiog{
	height:14em;
}
div.end{
	border:none;
}

div.shortbiog img{
	float:left;
	margin-right:8px;
}

div.shortbiog div.desc a{
white-space:nowrap;



}

div.biogsleft{
	float:left;
	width:292px;
	padding:8px;
	border-right:1px dotted #616377;
}


div.biogsright{
float:left;
width:292px;
padding:8px;
}


/* right side prettiness */
.imgborder div.description{
	background-color:#0284bd; color:#fff;
	display:block;
	padding:4px;
	margin:4px 0px;
}

.designlink{
	background-color:#0284bd;
	color:#363435;
	display:block;
	padding:4px;
	margin:4px 0px;
	width:217px;
}
.designlink a{
	font-weight:bold;
	color:#363435;
}

h2.inverted{
	font-size:100%;
	display:block;
	padding:4px;
	background-color:#6DB1E2;
	color:#363435;
	text-transform:none;
	width:217px;
}

* html .designlink{	width:225px;}
* html h2.inverted{	width:225px;}
/*IE Borders */
* html #main .header{border-bottom:1px solid #343651;}
* html #main .wide{border-left:1px solid #343651;}
* html #main .left{border-right:1px solid #343651;}
* html .leftnav ul li{border-bottom:1px solid #343651;}
* html .newsitem{border-bottom:1px solid #343651;}
* html 	.sitemap {border-right:1px solid #343651;}
* html .login {border-bottom:1px solid #343651;}
* html div.biogsleft{border-right:1px solid #343651; width:308px;}
* html div.shortbiog {border-bottom:1px solid #343651;}
*html div.biogsright{width:308px;}


div.btmborder{border-bottom:1px dotted #616377;}
*html div.btmborder{border-bottom:1px solid #343651;}

/* default nav */
#home a{background: transparent url("/images/default/home.gif") top left no-repeat;	width:41px;}
#contact a{background: transparent url("/images/default/contact.gif") top left no-repeat;	width:80px;}
#funds a{background: transparent url("/images/default/funds.gif") top left no-repeat;	width:48px;}
#investment a{background: transparent url("/images/default/investment.gif") top left no-repeat;	width:145px;}
#navs a{background: transparent url("/images/default/navs.gif") top left no-repeat;	width:83px;}
#news a{background: transparent url("/images/default/news.gif") top left no-repeat;	width:46px;}
#sitemap a{background: transparent url("/images/default/sitemap.gif") top left no-repeat;	width:60px;}
#aboutus a{background: transparent url("/images/default/aboutus.gif") top left no-repeat;	width:67px;}


/* default nav over */
#home a.active{background-image: url("/images/default/home_over.gif") }
#contact a.active{background-image:  url("/images/default/contact_over.gif")}
#funds a.active{background-image:  url("/images/default/funds_over.gif")}
#investment a.active{background-image:  url("/images/default/investment_over.gif")}
#navs a.active{background-image:  url("/images/default/navs_over.gif") }
#news a.active{background-image:  url("/images/default/news_over.gif")}
#sitemap a.active{background-image:  url("/images/default/sitemap_over.gif")}
#aboutus a.active{background-image:  url("/images/default/aboutus_over.gif")}


/* alt banners */

body{background:#474851 url('/images/default/back.jpg') repeat-x;}
body #heading{background:url('/images/default/headingback.jpg');}


h2.white{

font-size:160%;
color:#fff;

}



/* gem */
body.gem .content a{color:#A71A0A;}


body.gem{background:#7B0000 url('/images/gem/back.jpg') repeat-x;}
body.gem #heading{background:url('/images/gem/headingback.jpg');}
body.gem .leftnav a.active{background-color:#D8250E}
body.gem #main .header h1{color:#A71A0A;}
body.gem .leftnav ul li ul{	background-color:#620502;}
 body.gem .leftnav ul li ul li{	border-color:#A5716F;}
* html body.gem .leftnav ul li ul li{	border-color:#7B2C2A;}
body.gem .leftnav ul li ul li a.active{color:#fff;}
body.gem li, body.gem #main div{border-color:#7C5D5D;}
*html  body.gem .leftnav ul li, * html body.gem #main div{border-color:#5F2F2F;}

body.gem #home a{background-image:url("/images/gem/home.gif");}
body.gem #contact a{background-image:url("/images/gem/contact.gif");}
body.gem #funds a{background-image:url("/images/gem/funds.gif");}
body.gem #investment a{background-image:url("/images/gem/investment.gif");}
body.gem #navs a{background-image:url("/images/gem/navs.gif");}
body.gem #news a{background-image:url("/images/gem/news.gif");}
body.gem #sitemap a{background-image:url("/images/gem/sitemap.gif");}
body.gem #aboutus a{background-image:url("/images/gem/aboutus.gif");}

body.gem #home a.active{background-image:url("/images/gem/home_over.gif");}
body.gem #contact a.active{background-image:url("/images/gem/contact_over.gif");}
body.gem #funds a.active{background-image:url("/images/gem/funds_over.gif");}
body.gem #investment a.active{background-image:url("/images/gem/investment_over.gif");}
body.gem #navs a.active{background-image:url("/images/gem/navs_over.gif");}
body.gem #news a.active{background-image:url("/images/gem/news_over.gif");}
body.gem #sitemap a.active{background-image:url("/images/gem/sitemap_over.gif");}
body.gem #aboutus a.active{background-image:url("/images/gem/aboutus_over.gif");}
body.gem .imgborder div.description{background-color:#A71A0A; color:#fff; }

body.gem .designlink{background-color:#620502; color:#fff}
body.gem .designlink a{color:#fff;}
body.gem h2.inverted{background-color:#A71A0A; color:#fff}

/* three kingdomws korea */
body.korea .content a{color:#689145;}
body.korea{background:#5C6555 url('/images/korea/back.jpg') repeat-x;}
body.korea #heading{background:url('/images/korea/headingback.jpg');}
body.korea .leftnav a.active{background-color:#689145}
body.korea #main .header h1{color:#689145;}
body.korea .leftnav ul li ul{	background-color:#587440;}
body.korea .leftnav ul li ul li{	border-color:#444F3A;}
* html body.korea .leftnav ul li ul li{	border-color:#4E603D;}
body.korea .leftnav ul li ul li a.active{color:#fff;}
body.korea li, body.f395 #main div{border-color:#7F867B;}
*html  body.korea .leftnav ul li, * html body.korea #main div{border-color:#5D6758;}

body.korea #home a{background-image:url("/images/korea/home.gif");}
body.korea #contact a{background-image:url("/images/korea/contact.gif");}
body.korea #funds a{background-image:url("/images/korea/funds.gif");}
body.korea #investment a{background-image:url("/images/korea/investment.gif");}
body.korea #navs a{background-image:url("/images/korea/navs.gif");}
body.korea #news a{background-image:url("/images/korea/news.gif");}
body.korea #sitemap a{background-image:url("/images/korea/sitemap.gif");}
body.korea #aboutus a{background-image:url("/images/korea/aboutus.gif");}

body.korea #home a.active{background-image:url("/images/korea/home_over.gif");}
body.korea #contact a.active{background-image:url("/images/korea/contact_over.gif");}
body.korea #funds a.active{background-image:url("/images/korea/funds_over.gif");}
body.korea #investment a.active{background-image:url("/images/korea/investment_over.gif");}
body.korea #navs a.active{background-image:url("/images/korea/navs_over.gif");}
body.korea #news a.active{background-image:url("/images/korea/news_over.gif");}
body.korea #sitemap a.active{background-image:url("/images/korea/sitemap_over.gif");}
body.korea #aboutus a.active{background-image:url("/images/korea/aboutus_over.gif");}

body.korea .imgborder div.description{background-color:#689145; color:#fff; }


body.korea .designlink{background-color:#587440; color:#fff}
body.korea .designlink a{color:#fff;}
body.korea h2.inverted{background-color:#689145; color:#fff}


/* Fund 395 */
body.f395 .content a{color:#7A5690;}
body.f395{background:#493655 url('/images/f395/back.jpg') repeat-x;}
body.f395 #heading{background:url('/images/f395/headingback.jpg');}
body.f395 .leftnav a.active{background-color:#7A5690; color:#fff;}
body.f395 #main .header h1{color:#7A5690;}
body.f395 .leftnav ul li ul{	background-color:#5E4070;}
body.f395 .leftnav ul li ul li{	border-color:#442B54;}
* html body.f395 .leftnav ul li ul li{	border-color:#533662;}

body.f395 .leftnav ul li ul li a.active{color:#fff;}
body.f395 li, body.f395 #main div{border-color:#786C80;}
*html  body.f395 .leftnav ul li, * html body.f395 #main div{border-color:#5E4E68;}

body.f395 #home a{background-image:url("/images/f395/home.gif");}
body.f395 #contact a{background-image:url("/images/f395/contact.gif");}
body.f395 #funds a{background-image:url("/images/f395/funds.gif");}
body.f395 #investment a{background-image:url("/images/f395/investment.gif");}
body.f395 #navs a{background-image:url("/images/f395/navs.gif");}
body.f395 #news a{background-image:url("/images/f395/news.gif");}
body.f395 #sitemap a{background-image:url("/images/f395/sitemap.gif");}
body.f395 #aboutus a{background-image:url("/images/f395/aboutus.gif");}

body.f395 #home a.active{background-image:url("/images/f395/home_over.gif");}
body.f395 #contact a.active{background-image:url("/images/f395/contact_over.gif");}
body.f395 #funds a.active{background-image:url("/images/f395/funds_over.gif");}
body.f395 #investment a.active{background-image:url("/images/f395/investment_over.gif");}
body.f395 #navs a.active{background-image:url("/images/f395/navs_over.gif");}
body.f395 #news a.active{background-image:url("/images/f395/news_over.gif");}
body.f395 #sitemap a.active{background-image:url("/images/f395/sitemap_over.gif");}
body.f395 #aboutus a.active{background-image:url("/images/f395/aboutus_over.gif");}
body.f395 .imgborder div.description{background-color:#7A5690; color:#fff; }
body.f395 .designlink{background-color:#5E4070; color:#fff}
body.f395 .designlink a{color:#fff;}
body.f395 h2.inverted{background-color:#7A5690; color:#fff}

/* Golden Asia Fund */
body.asia .content a{color:#C95A00;}
body.asia{background:#C95A00 url('/images/asia/back.jpg') repeat-x; color:#fff;}
body.asia #heading{background:url('/images/asia/headingback.jpg');color:#fff;}
body.asia .leftnav a.active{background-color:#C95A00; color:#fff;}
body.asia #main .header h1{color:#C95A00; color:#fff;}
body.asia .leftnav ul li ul{background-color:#9C4500; color:#fff;}
body.asia .leftnav ul li ul li{	border-color:#A27B5E; color:#fff;}
* html body.asia .leftnav ul li ul li{	border-color:#9C5215; color:#fff;}

body.asia #main .left{float:left;width:374px;border-right:1px solid #A27B5E;min-height:370px;	}
body.asia #main .wide{float:right;width:618px;border-left:1px solid #A27B5E;}
body.asia #main .header{width:742px;border-bottom:1px solid #A27B5E;margin-bottom:8px;}

body.asia .leftnav a{color:#ffffff;}
body.asia .leftnav ul li ul li a.active{color:#fff;}
body.asia li, body.asia #main div{border-color:#A27B5E; color:#fff;}
*html  body.asia .leftnav ul li, * html body.f395 #main div{border-color:#BD885E; color:#fff;}

body.asia #home a{background-image:url("/images/asia/home.gif"); }
body.asia #contact a{background-image:url("/images/asia/contact.gif"); }
body.asia #funds a{background-image:url("/images/asia/funds.gif"); }
body.asia #investment a{background-image:url("/images/asia/investment.gif");}
body.asia #navs a{background-image:url("/images/asia/navs.gif");}
body.asia #news a{background-image:url("/images/asia/news.gif"); }
body.asia #sitemap a{background-image:url("/images/asia/sitemap.gif"); }
body.asia #aboutus a{background-image:url("/images/asia/aboutus.gif"); }

body.asia #home a.active{background-image:url("/images/asia/home_over.gif");}
body.asia #contact a.active{background-image:url("/images/asia/contact_over.gif"); }
body.asia #funds a.active{background-image:url("/images/asia/funds_over.gif");}
body.asia #investment a.active{background-image:url("/images/asia/investment_over.gif");}
body.asia #navs a.active{background-image:url("/images/asia/navs_over.gif");}
body.asia #news a.active{background-image:url("/images/asia/news_over.gif");}
body.asia #sitemap a.active{background-image:url("/images/asia/sitemap_over.gif");}
body.asia #aboutus a.active{background-image:url("/images/asia/aboutus_over.gif");}
body.asia .imgborder div.description{background-color:#C95A00; color:#fff; }
body.asia .designlink{background-color:#C95A00; color:#fff}
body.asia .designlink a{color:#fff;}
body.asia h2.inverted{background-color:#C95A00; color:#fff}

table.asia{color:#fff;float:left; width:95%}
th.asia{ background:#C95A00; text-align:center; }
td.asia{ background:#924100; text-align:center; }

/* Emerging fund 1 */
body.emerging1 .content a{color:#A60B68;}
body.emerging1{background:#620C53 url('/images/emerging1/back.jpg') repeat-x;}
body.emerging1 #heading{background:url('/images/emerging1/headingback.jpg');}
body.emerging1 .leftnav a.active{background-color:#A60B68; color:#fff}
body.emerging1 #main .header h1{color:#A60B68;}
body.emerging1 .leftnav ul li ul{	background-color:#7A0B55;}
body.emerging1 .leftnav ul li ul li{	border-color:#550C45;}

body.emerging1 .leftnav ul li ul li a{	color:#CDD2C9;}

* html body.emerging1 .leftnav ul li ul li{	border-color:#690C4E;}
body.emerging1 .leftnav ul li ul li a.active{color:#fff;}
body.emerging1 li, body.emerging1 #main div{border-color:#866384;}
*html  body.emerging1 .leftnav ul li, * html body.emerging1 #main div{border-color:#693865;}

body.emerging1 #home a{background-image:url("/images/emerging1/home.gif");}
body.emerging1 #contact a{background-image:url("/images/emerging1/contact.gif");}
body.emerging1 #funds a{background-image:url("/images/emerging1/funds.gif");}
body.emerging1 #investment a{background-image:url("/images/emerging1/investment.gif");}
body.emerging1 #navs a{background-image:url("/images/emerging1/navs.gif");}
body.emerging1 #news a{background-image:url("/images/emerging1/news.gif");}
body.emerging1 #sitemap a{background-image:url("/images/emerging1/sitemap.gif");}
body.emerging1 #aboutus a{background-image:url("/images/emerging1/aboutus.gif");}

body.emerging1 #home a.active{background-image:url("/images/emerging1/home_over.gif");}
body.emerging1 #contact a.active{background-image:url("/images/emerging1/contact_over.gif");}
body.emerging1 #funds a.active{background-image:url("/images/emerging1/funds_over.gif");}
body.emerging1 #investment a.active{background-image:url("/images/emerging1/investment_over.gif");}
body.emerging1 #navs a.active{background-image:url("/images/emerging1/navs_over.gif");}
body.emerging1 #news a.active{background-image:url("/images/emerging1/news_over.gif");}
body.emerging1 #sitemap a.active{background-image:url("/images/emerging1/sitemap_over.gif");}
body.emerging1 #aboutus a.active{background-image:url("/images/emerging1/aboutus_over.gif");}
body.emerging1 .imgborder div.description{background-color:#A60B68; color:#fff; }
body.emerging1 .designlink{background-color:#7A0B55; color:#fff}
body.emerging1 .designlink a{color:#fff;}
body.emerging1 h2.inverted{background-color:#A60B68; color:#fff}

/* Emerging fund 2 */
body.emerging2 .content a{color:#819DDA;}
body.emerging2{background:#4266AB url('/images/emerging2/back.jpg') repeat-x;}
body.emerging2 #heading{background:url('/images/emerging2/headingback.jpg');}
body.emerging2 .leftnav a.active{background-color:#819DDA; color:#fff;}
body.emerging2 #main .header h1{color:#819DDA;}
body.emerging2 .leftnav ul li ul{	background-color:#5F79B0;}
body.emerging2 .leftnav ul li ul li{	border-color:#442B54;}

body.emerging2 .leftnav ul li ul li a{	color:#CDD2C9;}

* html body.emerging2 .leftnav ul li ul li{	border-color:#536598;}
body.emerging2 .leftnav ul li ul li a.active{color:#fff;}
body.emerging2 li, body.emerging2 #main div{border-color:#748199;}
*html  body.emerging2 .leftnav ul li, * html body.emerging2 #main div{border-color:#556C95;}

body.emerging2 #home a{background-image:url("/images/emerging2/home.gif");}
body.emerging2 #contact a{background-image:url("/images/emerging2/contact.gif");}
body.emerging2 #funds a{background-image:url("/images/emerging2/funds.gif");}
body.emerging2 #investment a{background-image:url("/images/emerging2/investment.gif");}
body.emerging2 #navs a{background-image:url("/images/emerging2/navs.gif");}
body.emerging2 #news a{background-image:url("/images/emerging2/news.gif");}
body.emerging2 #sitemap a{background-image:url("/images/emerging2/sitemap.gif");}
body.emerging2 #aboutus a{background-image:url("/images/emerging2/aboutus.gif");}

body.emerging2 #home a.active{background-image:url("/images/emerging2/home_over.gif");}
body.emerging2 #contact a.active{background-image:url("/images/emerging2/contact_over.gif");}
body.emerging2 #funds a.active{background-image:url("/images/emerging2/funds_over.gif");}
body.emerging2 #investment a.active{background-image:url("/images/emerging2/investment_over.gif");}
body.emerging2 #navs a.active{background-image:url("/images/emerging2/navs_over.gif");}
body.emerging2 #news a.active{background-image:url("/images/emerging2/news_over.gif");}
body.emerging2 #sitemap a.active{background-image:url("/images/emerging2/sitemap_over.gif");}
body.emerging2 #aboutus a.active{background-image:url("/images/emerging2/aboutus_over.gif");}
body.emerging2 .imgborder div.description{background-color:#819DDA; color:#fff;}
body.emerging2 .designlink{background-color:#5F79B0; color:#fff;}
body.emerging2 .designlink a{color:#fff;}
body.emerging2 h2.inverted{background-color:#819DDA; color:#fff;}

/* Taiwan */
body.taiwan .content a{color:#F9C340;}
body.taiwan{background:#59595A url('/images/taiwan/back.jpg') repeat-x;}
body.taiwan #heading{background:url('/images/taiwan/headingback.jpg');}
body.taiwan .leftnav a.active{background-color:#F9C340; color:#3A3838;}
body.taiwan #main .header h1{color:#F9C340;}
body.taiwan .leftnav ul li ul{	background-color:#6F5F36;}
body.taiwan .leftnav ul li ul li{	border-color:#393837;}
body.taiwan .leftnav ul li ul li a{	color:#CDD2C9;}

* html body.taiwan .leftnav ul li ul li{	border-color:#534A37;}
body.taiwan .leftnav ul li ul li a.active{color:#fff;}
body.taiwan li, body.taiwan #main div{border-color:#707171;}
*html  body.taiwan .leftnav ul li, * html body.taiwan #main div{border-color:#474A49;}

body.taiwan #home a{background-image:url("/images/taiwan/home.gif");}
body.taiwan #contact a{background-image:url("/images/taiwan/contact.gif");}
body.taiwan #funds a{background-image:url("/images/taiwan/funds.gif");}
body.taiwan #investment a{background-image:url("/images/taiwan/investment.gif");}
body.taiwan #navs a{background-image:url("/images/taiwan/navs.gif");}
body.taiwan #news a{background-image:url("/images/taiwan/news.gif");}
body.taiwan #sitemap a{background-image:url("/images/taiwan/sitemap.gif");}
body.taiwan #aboutus a{background-image:url("/images/taiwan/aboutus.gif");}

body.taiwan #home a.active{background-image:url("/images/taiwan/home_over.gif");}
body.taiwan #contact a.active{background-image:url("/images/taiwan/contact_over.gif");}
body.taiwan #funds a.active{background-image:url("/images/taiwan/funds_over.gif");}
body.taiwan #investment a.active{background-image:url("/images/taiwan/investment_over.gif");}
body.taiwan #navs a.active{background-image:url("/images/taiwan/navs_over.gif");}
body.taiwan #news a.active{background-image:url("/images/taiwan/news_over.gif");}
body.taiwan #sitemap a.active{background-image:url("/images/taiwan/sitemap_over.gif");}
body.taiwan #aboutus a.active{background-image:url("/images/taiwan/aboutus_over.gif");}
body.taiwan .imgborder div.description{background-color:#F9C340; color:#363435;}
body.taiwan .designlink{background-color:#6F5F36; color:#fff}
body.taiwan .designlink a{color:#fff;}
body.taiwan h2.inverted{background-color:#F9C340; color:#fff}

body.taiwan h2.white{color:#363435;}


/* Ukraine - grey*/
body.grey .content a{color:#7E878A;}
body.grey{background:#000 url('/images/grey/back.jpg') repeat-x; color:#fff;}
body.grey #heading{background:url('/images/grey/headingback.jpg');}



body.grey .leftnav a{color:#D2D3D3;}
body.grey .leftnav a.active{background-color:#434646;}
body.grey #main .header h1{color:#7E878A;}
body.grey .leftnav ul li ul{	background-color:#3A3F40;}
body.grey .leftnav ul li ul li{	border-color:#302A39;}
body.grey .leftnav ul li ul li a{	color:#CDD2C9;}

* html body.grey .leftnav ul li ul li{	border-color:#473F47;}
body.grey .leftnav ul li ul li a.active{color:#fff;}
body.grey li, body.grey #main div{border-color:#767F80;}
*html  body.grey .leftnav ul li, * html body.grey #main div{border-color:#4F595B;}

body.grey #home a{background-image:url("/images/grey/home.gif");}
body.grey #contact a{background-image:url("/images/grey/contact.gif");}
body.grey #funds a{background-image:url("/images/grey/funds.gif");}
body.grey #investment a{background-image:url("/images/grey/investment.gif");}
body.grey #navs a{background-image:url("/images/grey/navs.gif");}
body.grey #news a{background-image:url("/images/grey/news.gif");}
body.grey #sitemap a{background-image:url("/images/grey/sitemap.gif");}
body.grey #aboutus a{background-image:url("/images/grey/aboutus.gif");}

body.grey #home a.active{background-image:url("/images/grey/home_over.gif");}
body.grey #contact a.active{background-image:url("/images/grey/contact_over.gif");}
body.grey #funds a.active{background-image:url("/images/grey/funds_over.gif");}
body.grey #investment a.active{background-image:url("/images/grey/investment_over.gif");}
body.grey #navs a.active{background-image:url("/images/grey/navs_over.gif");}
body.grey #news a.active{background-image:url("/images/grey/news_over.gif");}
body.grey #sitemap a.active{background-image:url("/images/grey/sitemap_over.gif");}
body.grey #aboutus a.active{background-image:url("/images/grey/aboutus_over.gif");}

body.grey .imgborder div.description{background-color:#4D4E50; color:#fff;}
body.grey .designlink{background-color:#3A3F40; color:#fff}
body.grey .designlink a{color:#fff;}
body.grey h2.inverted{background-color:#4D4E50; color:#fff}


/* Silver Fox - Silver*/
body.silver .content a{color:#7E878A; }
body.silver{background:#000 url('/images/silver/back.jpg') repeat-x; color:#fff;}
body.silver #heading{background:url('/images/silver/headingback.jpg'); }
body.silver .leftnav a{color:#fff;}
body.silver .leftnav a.active{background-color:#e7e4f4; color:#403e3e}
body.silver #main .header h1{color:#e7e4f4; }
body.silver .leftnav ul li ul{	background-color:#5c5e70;}
body.silver .leftnav ul li ul li{	border-color:#6c6e7e; }
body.silver .leftnav ul li ul li a{	color:#CDD2C9;}

* html body.silver .leftnav ul li ul li{ border-color:#6c6e7e; }
body.silver .leftnav ul li ul li a.active{color:#fff;}
body.silver li, body.silver #main div{border-color:#969a9e;}
*html  body.silver .leftnav ul li, * html body.silver #main div{border-color:#969a9e;}

body.silver #home a{background-image:url("/images/silver/home.gif");}
body.silver #contact a{background-image:url("/images/silver/contact.gif");}
body.silver #funds a{background-image:url("/images/silver/funds.gif");}
body.silver #investment a{background-image:url("/images/silver/investment.gif");}
body.silver #navs a{background-image:url("/images/silver/navs.gif");}
body.silver #news a{background-image:url("/images/silver/news.gif");}
body.silver #sitemap a{background-image:url("/images/silver/sitemap.gif");}
body.silver #aboutus a{background-image:url("/images/silver/aboutus.gif");}

body.silver #home a.active{background-image:url("/images/silver/home_over.gif");}
body.silver #contact a.active{background-image:url("/images/silver/contact_over.gif");}
body.silver #funds a.active{background-image:url("/images/silver/funds_over.gif");}
body.silver #investment a.active{background-image:url("/images/silver/investment_over.gif");}
body.silver #navs a.active{background-image:url("/images/silver/navs_over.gif");}
body.silver #news a.active{background-image:url("/images/silver/news_over.gif");}
body.silver #sitemap a.active{background-image:url("/images/silver/sitemap_over.gif");}
body.silver #aboutus a.active{background-image:url("/images/silver/aboutus_over.gif");}

body.silver .imgborder div.description{background-color:#4D4E50; color:#fff; }
body.silver .designlink{background-color:#3A3F40; color:#fff; }
body.silver .designlink a{color:#fff;}
body.silver h2.inverted{background-color:#4D4E50; color:#fff; }


/* Home */

body.home{background:#54555E url('/images/home/back.jpg') repeat-x;}
body.home #heading{background:url('/images/home/headingback.jpg');}

body.home #home a{background-image:url("/images/home/home.gif");}
body.home #contact a{background-image:url("/images/home/contact.gif");}
body.home #funds a{background-image:url("/images/home/funds.gif");}
body.home #investment a{background-image:url("/images/home/investment.gif");}
body.home #navs a{background-image:url("/images/home/navs.gif");}
body.home #news a{background-image:url("/images/home/news.gif");}
body.home #sitemap a{background-image:url("/images/home/sitemap.gif");}
body.home #aboutus a{background-image:url("/images/home/aboutus.gif");}

body.home #home a.active{background-image:url("/images/home/home_over.gif");}
body.home #contact a.active{background-image:url("/images/home/contact_over.gif");}
body.home #funds a.active{background-image:url("/images/home/funds_over.gif");}
body.home #investment a.active{background-image:url("/images/home/investment_over.gif");}
body.home #navs a.active{background-image:url("/images/home/navs_over.gif");}
body.home #news a.active{background-image:url("/images/home/news_over.gif");}
body.home #sitemap a.active{background-image:url("/images/home/sitemap_over.gif");}
body.home #aboutus a.active{background-image:url("/images/home/aboutus_over.gif");}


table.funds {width:600px;background-color:#202135;}
th.funds {font-size:11px;font-weight:bold;color:#fff; text-align:left;}
td.funds {font-size:11px; font-weight:bold;color:#ccc;}
td.funds a {font-size:11px; font-weight:bold;color:#ccc;}