.ypcontainer{
	z-index: 50;
	visibility: hidden;
	position: absolute;
}
.ypcontents {
	position: absolute;
  filter: alpha(opacity=100);
}
.ypcontents A:link {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration:none;
}
.ypcontents A:hover {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration:none;
}
.ypcontents A:visited {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #FFFFFF;
	text-decoration:none;
}

/*.ypcontents1 A:link {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.ypcontents1 A:hover {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
}
.ypcontents1 A:visited {
	padding-right: 5px;
	padding-left: 5px;
	padding-bottom: 3px;
	padding-top: 3px;
	color: #ffffff;
}*/

	.menuAbout {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #000000;
		position: absolute;
	    filter: alpha(opacity=100);
		}
			
	.menuAbout a {
		color:#FFFFFF;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:#8FB8DF;
		border-left : 2px solid #2F70AF;
		border-right : 2px solid #2F70AF;
		filter: alpha(opacity=100);
	}
	
	.menuAbout a:hover {
		color: #FFFFFF;
		background-color:#2F70AF;
		text-decoration:none;
		border-left : 2px solid #8FB8DF;
		border-right : 2px solid #8FB8DF;
		filter: alpha(opacity=100);
	}
	
	/*.menuTech {
		font-family: Arial, Helvetica, sans-serif;
		font-size: 10px;
		background-color: #000000;
		position: absolute;
	  filter: alpha(opacity=100);
		width: 140px;
	}
			
	.menuTech a {
		color:#323232;
		display:block;
		padding:2px 10px;
		text-decoration:none;
		background-color:#CECECE;
		border-left : 2px solid #CECECE;
		border-right : 2px solid #CECECE;
		filter: alpha(opacity=100);
	}
	
	.menuTech a:hover {
		color: #5B5B5B;
		background-color:#EBEBEB;
		border-left : 2px solid #5B5B5B;
		border-right : 2px solid #5B5B5B;
		filter: alpha(opacity=100);		
	}*/
	
	.rule {
		height: 1px;
		background-color:#ffffff;
		padding: 0px;
	}
