@charset "utf-8";
/* CSS Document */

/* top languages */

/*- - - - - - - General - - - - - - - - - */

A:link { color:red; text-decoration:none; font-weight:bold; font-size:9pt; }
A:visited { color:red; text-decoration:none; font-weight:bold; font-size:9pt; }
A:active { color:red; text-decoration:none; font-weight:bold; font-size:9pt; }
A:hover{ color:red; text-decoration:underline; font-weight:bold; font-size:9pt; }

*{font-family:Arial, Helvetica, sans-serif;}

.text{
	color:#666666;
	font-size:9pt;
	line-height:100%;
	margin-top:2; 
	margin-right:4; 
	margin-bottom:2; 
	margin-left:4
	}

img{
	border-style:none;
}


/*- - - - - Menu - - -- - - */

dl, dt, dd, ul, li {
margin: 0;
padding: 0;
list-style-type: none;
}
#menu {
position: absolute;
width: 178px;
height: 300px;
background-image:url(/image/menu_bg.gif);
background-repeat:no-repeat;
}

#menu dt {
cursor: pointer;
height: 48px;
margin: 0;
border: 1px solid #eeeeee;
color: #FFFFFF;
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
padding-left: 14px;
line-height: 48px;
}

#menu dd {
position: absolute;
z-index: 200;
left: 8em;
margin-top: -1.4em;
width: 220px;
background-image:url(/image/menu_bg.gif);
background-repeat:repeat-x;
border: 1px solid #eeeeee;
display: none;
}

#menu ul {
padding: 2px;
}
#menu li {
padding: 2px;
height: 18px;
line-height: 18px;
color: #FFFFFF;
}
#menu li a, #menu dt a {
color: #FFFFFF;
text-decoration: none;
display: block;
font-weight:normal;
}

#menu li a:hover {
color: #fc3;
}

#topmenu {
	float: left;
	margin-top: 0.5em;
	padding: 0 0 0.5em 0.5em;
	font-size:9px;
}

#topmenu ul li {
	float: left;
	font-size: 0.7em;
	padding: 0 0.5em;
	color: #fff;
	list-style-type: none;
	
	
}

#topmenu ul li:first-child {
	border: none;
}

#topmenu a {
	color: #fff;
}

#topmenu a.active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
#topmenu1 {
	float: left;
	margin-top: 0.5em;
	padding: 0 0 0.5em 0.5em;
	font-size:9px;
}

#topmenu1 ul li {
	float: left;
	font-size: 0.7em;
	padding: 0 0.5em;
	color: #fff;
	list-style-type:none;
	border-left: solid 1px #fff;
	
	
}

#topmenu1 ul li:first-child {
	border: none;
}

#topmenu1 a {
	color: #fff;
}

#topmenu1 a.active {
	color: #fff;
	text-decoration: none;
	font-weight: bold;
}
