@charset "UTF-8";
/* CSS Document */

h3  {
	font-size: 14px;
	font-weight: 100;
	line-height: 20px;
	letter-spacing: 1px;
	color:#777777;
	
	position: absolute;
	margin-top: 90px;
	margin-left: 115px;
	z-index: 2;
}  



.text {
	width: 365px;
	height: 261px;
	position: absolute;
	margin-top: 126px;
	margin-left: 223px;
	padding-left: 20px;
	padding-top: 15px;

	line-height: 17px;
	background-color:#ffffff;
	border: dotted	 2px #999999;

	z-index: 3;
	color: #777777;
	visibility:visible;

}


h4  {
	font-size: 11px;
	font-weight: 100;
	line-height: 17px;
	color:#111111;
} 

h5  {
	font-size: 11px;
	font-weight: 100;
	line-height: 17px;
	color:#777777;
	margin-top:-7px;
} 



#c_menue2 {
	width: 100px;
	height: 261px;
	position: absolute;
	margin-top: 126px;
	margin-left: 115px;
	line-height: 17px;
	z-index: 1;

}


#cssdropdown2, #cssdropdown2 ul {
	padding: 0px;
	list-style-type: none;
	list-style-position: inside;
	list-style-image: none;
	line-height: 14px;
	letter-spacing: -1px;


}


#cssdropdown2 li {
	position: relative;
	float: inherit;
}


.mainitems2 a {
	text-decoration: none;
}

.mainitems2 {
	list-style-type: none;
	margin-right: 33px;
	margin-top: 14px;

}

.subuls2 {
	list-style-type: none;
	position: relative;
	display: none;
	width: 92px;
}

.subuls2 li{
	width: 100%;
	margin-top: 5px;
}


#cssdropdown2 li>ul { /* to override top and left in browsers other than IE, which will position to the top right of the containing li, rather than bottom left */
	top: auto;
	left: auto;
}

#cssdropdown2 li:hover ul, li.over ul { /* lists nested under hovered list items */
	display: block;
	margin-top: 0px;
	margin-left: 0px;
	
}


li {
margin-left:8px;
padding:0px;
} 










