@charset "utf-8";
#content{
    position: absolute;
    left: 50%;
    top: 50%;
    height: 200px;
    margin-top: -250px;    // 500px/2
    width: 300px;
    margin-left: -400px;    // 800px/2
}

/******* Multilevel menu ********/
.treb, a.treb:link, a.treb:visited, a.treb:active, a.treb:hover {
font-family:"Trebuchet MS", Arial, Verdana;
font-size:10px;
font-weight:bold;
}
.tblli{
	width:190px;
}

#nav, #nav ul{
margin:15px;
margin-top:26px;
padding:0px;
list-style-type:none;
list-style-position:outside;
position:relative;
line-height:22px;
font-family:"Trebuchet MS", Arial, Verdana;
font-size:10px;
font-weight:bold;
}

#nav a:link, #nav a:active, #nav a:visited{
display:block;
padding:0px 5px;
color:#66cccc;
text-decoration:none;
background:url(../img/shim.png);
}

#nav a:hover{
/*	background-color:#fff;*/
color:#fff;
}

#nav li{
/*float:left;*/
position:relative;
width:150px;
margin:0px;
padding:0px;
white-space:nowrap;
}

#nav ul {
	margin-top:0px;
	margin-left:150px;
    position:absolute;
    top:3px;
    display:none;
	line-height:18px;
}
#nav li ul a{
    width:160px;
	height:auto;
}

#nav ul ul{
	top:auto;
}	

#nav li ul ul {
    left:180px;
	top:-20px;
    margin:20px -15px 0px 10px;
}

#nav li ul a:link, #nav li ul a:visited, #nav li ul a:active {
	width:inherit;
	font-weight:normal;
}
#nav li ul a:hover {
	font-weight:normal;
}
#cp a:link, #cp a:active, #cp a:visited{
	color:#2EAE9D;
	font-weight:bold;	
}
#cp a:hover{
	color:#FFFFFF;
	font-weight:bold;	
}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
    display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
    display:block;
}
/********************************/

.lang {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #66CCCC;
	line-height: 12px;
	font-weight:normal;
}
.text_title {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight: bold;
}
.text {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 11px;
	color: #666666;
	font-weight:normal;
}
a.lang:link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #66CCCC;
	line-height: 12px;
	text-decoration: none;
}
a.lang:hover {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #66FFCC;
	line-height: 12px;
	text-decoration: none;
}
.text_header {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #666666;
	font-weight:normal;
}
.c_link {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #0084B4;
	font-weight: bold;
	text-decoration: none;
}
.img_icon {
	border:1px solid #FFFFFF;
	cursor:hand;
	cursor:pointer;
}
.c_link_on {
	font-family: "Trebuchet MS", Arial, Verdana;
	font-size: 10px;
	color: #CCCCCC;
	font-weight: bold;
	text-decoration: none;
}
