#navblock {
	width: 185px;
	text-align:right;
	float:left;
	margin-bottom: 15px;
	/* margin-top: 15px; */
	/* margin-left: 15px; */
	/* border-left:1px solid black; */
	font-weight: 700;
	color: #b7b7b7 !important;
	position:relative;
	z-index:1;
}
#navblock a{
	display:block;
	color:white;
	text-decoration:none;
}

/* -- starting menu whitekey ----- */
.white_key {
	width:100%;
	height: 26px;
	border:1px solid #ccc;
	border-width:1px 1px 1px 0px;
	background-color:white;
	color:black;
	line-height:200%;
	padding: 3px 4px 1px 0px;
}
.white_key ul {
  position:absolute top:0px left:0px;
  display:none;
  margin-top: -30px;
  margin-left: 189px;
  list-style:none;
  background-color:white;
  width:100px;
}
.white_key ul li a{height:26px; width:220px;border:1px solid #ccc;border-width:1px 1px 1px 1px;background-color:#eeeeee;color:black;padding: 3px 4px 1px 0px;}
.white_key a { display:block;} .white_key:hover {background-color:#eeeeee;} .white_key ul li:hover {background-color:#eeeeee;}
.white_key:hover ul { display:block; }
/* -- end menu whitekey ----- */

#navblock .white_key a{
	color: #292929;
}
.black_key_a {
	position:absolute;
	width: 70px;
	height:16px;
	margin-top:-10px;
	border:1px solid black;
	border-width:1px 0px;
	background-color:black;
	color:white;
	padding:0px 3px 0px 0px;
}
.black_key_b {
	position:absolute;
	width: 70px;
	height:16px;
	margin-top:-10px;
	border:1px solid black;
	border-width:1px 0px;
	background-color:black;
	color:white;
	padding:0px 3px 0px 0px;
}
