@charset "utf-8";
/* CSS Document */


.menu {

	margin: 10px 0px 10px 450px;
	padding: 0;
	list-style: none;
	width: 500px
	
}
.menu li {
	padding: 0;
	margin: 0;
	float: left;
	position: relative;
	text-align: center;
	font-size: 11px;
}
.menu a {
	padding: 14px 10px;
	display: block;
	color: #FFFFFF;
	width: 90px;
	text-decoration: none;
	font-weight: bold;
	background: url(../images/button.png) no-repeat center;

	
}


.menu li em {
	background: url(../images/hover1.png) no-repeat  ;
	color:#000000;
	font-weight: 300;
	width: 130px;
	height: 35px;
	position: absolute;
	top: -35px;
	left: -18px;
	text-align: center;
	padding: 10px 12px;
	font-style: normal;
	z-index: 2;
	display: none;

	
}

#this_menu {
	position: absolute;
	width: 260px;
	height:240px;
	background:url(../images/menubkg.png) no-repeat top;
	left: 40px;
	top: -30px;
	z-index: 1;
	margin: 0;
	padding: 60px 20px;
	font-size: 18px;
	font-weight: 400;
	text-transform:uppercase;
	color:#FFFFFF;
	line-height: 0.8em;
	font-family: Tahoma, Verdana;
	filter:alpha(opacity=90);
	opacity: 0.9;
	
	


}

#this_menu p { padding-left:40px}

