html{
    	border: 0px ;
	overflow: hidden;
}

body {
	background-color: transperant;
 	margin: 0px;
	color: #FFF9E6;

}



#navBar A:link { color:#660000;text-decoration: none;}
#navBar A:visited { color:#660000;text-decoration: none;}
#navBar A:hover { color:#BB0000;text-decoration: none;}
#navBar A:active { color:#BB0000;text-decoration: none;}



img {
	border: 0px;
}

#icon{
	position: absolute;
	top: 10px;
	left: 5px;	
	cursor: pointer;
}

#colorBar{
	position: absolute;
	top: 91px;
	right: 0px;
}



#langBar{
	position: absolute;
	top: 10px;
	right: 0px;	
}


#banner{
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 99;
}


#bannerDiv{
	position:absolute;
	top : 10px;
	left :85px;


}


#bannerFrame{
	
	width :340px;
	height :80px;
}





dl, dt, dd,  li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}




ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
	text-indent:-15px;
}

#navTitle{
	position: absolute;
	top: 65px;
	right: 0px;
	width: 100%; 
	text-align: left;
	font-family: "arial","helvetica";
	font-size :  12px;
	z-index:99;
}


#navTitle dl {
 	float: right;
	width: 80px;
}

#navTitle dt {
	cursor: pointer;
}




#navBar{

	position: absolute;
	top: 0px;
	right: 0px;
	width: 100%; 
	text-align: left;
	font-family: "arial","helvetica";
	font-size :  11px;
	z-index:99;
}

#navBar dl {
 	float: right;
	width: 80px;
}

#navBar dt {
	cursor: pointer;
}

#navBar dd {
	position: absolute;
	top: 0px;
	display: none;
	background: #FFFFEE;
}

#navBar li a, #navBar dt a {
	height: 100%;
	text-align: left;
	display: block;
}

#navBar ul a {
	height: 100%;
	display: block;
	border-bottom: 1px solid #FFCC00;
	margin: 0px;
	padding-right: 2px;
	padding-left: 2px;
	padding-top: 1px;
	padding-bottom: 1px;
}

#navBar ul a:hover, #navBar ul a:focus, {
	background: #FEE580;
}

